1

Topic: How to disable greylist

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.8.5
- Linux/BSD distribution name and version: CentOS
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro? No
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====
I've google how to disable greylisting completely but can't found settings, is where any documents to disable greylisting, thanks.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: How to disable greylist

FYI: https://docs.iredmail.org/manage.iredap … completely

3

Re: How to disable greylist


/opt/iredapd/settings.py

# Enabled plugins.
# - Plugin name is file name which placed under 'plugins/' directory,
#   without file extension '.py'.
# - Plugin names MUST be seperated by comma.
plugins = ["ldap_maillist_access_policy", "ldap_amavisd_block_blacklisted_senders"]


plugins folder

[root@iredmail plugins]# ls
__init__.py                                 ldap_maillist_access_policy.pyc
ldap_amavisd_block_blacklisted_senders.py   ldap_recipient_restrictions.py
ldap_amavisd_block_blacklisted_senders.pyc  reject_sender_login_mismatch.py
ldap_domain_wblist.py                       sql_alias_access_policy.py
ldap_expired_password.py                    sql_log_smtp_session_info.py
ldap_maillist_access_policy.py              sql_user_restrictions.py

I don't find any greylist plugin setting.

4

Re: How to disable greylist

pentel0515 wrote:

- iRedMail version (check /etc/iredmail-release): 0.8.5

I just realize that you're running a very old iRedMail release. The greylisting service is offered by software "Policyd" or "Cluebringer", please check installed softwares.

And here's the official website of Policyd/Cluebringer: https://wiki.policyd.org