1

Topic: Enabled plugin on ireadapd

Hi

How can I sure that amavisd_wblist on iRedapd on 1.4.4 version is enabled? I have last iredapd version.

Thank you.




==== Required information ====
- iRedMail version: 0.8.6
- Store mail accounts in which backend: MySQL
- Web server: Apache
- Linux/BSD distribution name and version: Centos 6.6 64 bits
====

----

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

2

Re: Enabled plugin on ireadapd

Check its config file to see which plugins are enabled: /opt/iredapd/settings.py, parameter 'plugins ='.
Or, If you restart iRedAPD service, it will log  enabled plugins in log file: /var/log/iredapd.log.

3

Re: Enabled plugin on ireadapd

Thank you, I have this one on my settings.py:

plugins = ["reject_null_sender", "sql_alias_access_policy", "sql_user_restrictions", "amavisd_wblist"]

Is that correct?

4

Re: Enabled plugin on ireadapd

The syntax is correct. But the order is not the best. Suggested order is:

plugins = ["reject_null_sender", "amavisd_wblist", "sql_alias_access_policy", "sql_user_restrictions"]

5

Re: Enabled plugin on ireadapd

Thank you! I going to change right now.