diff options
author | Ron <ron@debian.org> | 2011-02-27 04:46:57 +1030 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2011-02-27 10:55:26 +0100 |
commit | 3c7327cf1d56ffd8580c4de8cdadba1fcf131422 (patch) | |
tree | 5959984cb78b74f6298667a0a748470596a8726b /antispam.7 | |
parent | cd30f319ca69e59db68632a131c6f36a2aee96ff (diff) | |
download | dovecot-antispam-3c7327cf1d56ffd8580c4de8cdadba1fcf131422.tar.gz dovecot-antispam-3c7327cf1d56ffd8580c4de8cdadba1fcf131422.tar.xz dovecot-antispam-3c7327cf1d56ffd8580c4de8cdadba1fcf131422.zip |
Document the alternate names for the other backends
Diffstat (limited to '')
-rw-r--r-- | antispam.7 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -54,7 +54,13 @@ and add the antispam plugin to the imap protocol section: .nf protocol imap { + # Use the default mailtrain backend mail_plugins = antispam + + # mail_plugins = dspam # Or the dspam backend + # mail_plugins = crm114 # Or the crm114 backend + # mail_plugins = spool2dir # Or the spool2dir backend + # mail_plugin_dir = /usr/lib/dovecot/modules/imap } .fi |