Add suggested order of iRedAPD plugins.

This commit is contained in:
Zhang Huangbin 2015-01-16 10:51:04 +08:00
parent f21a687dc0
commit 37271e7811
2 changed files with 10 additions and 0 deletions

View File

@ -131,6 +131,10 @@ or per-user setting. Priority: per-user &gt; per-domain &gt; global.</p>
<p>It's recommended to enable this plugin right after plugin <code>reject_null_sender</code>.</p>
</li>
</ul>
<p>Suggested order of above 3 plugins are (if you enabled them):</p>
<pre><code>plugins = ['reject_null_sender', 'reject_sender_login_mismatch', 'amavisd_wblist', ...]
</code></pre>
<p>Important note: If you want to manage white/blacklists with iRedAdmin-Pro,
you have to enable plugin <code>amavisd_wblist</code>.</p>
<h3 id="upgrade-iredadmin-open-source-edition-to-the-latest-stable-release">Upgrade iRedAdmin (open source edition) to the latest stable release</h3>

View File

@ -80,6 +80,12 @@ iRedAPD-1.4.4 fixes several issues and brings some new features:
It's recommended to enable this plugin right after plugin `reject_null_sender`.
Suggested order of above 3 plugins are (if you enabled them):
```
plugins = ['reject_null_sender', 'reject_sender_login_mismatch', 'amavisd_wblist', ...]
```
Important note: If you want to manage white/blacklists with iRedAdmin-Pro,
you have to enable plugin `amavisd_wblist`.