diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2011-02-27 11:12:50 +0100 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2011-02-27 11:12:50 +0100 |
commit | 8ed65ea1566b8479536181c2520f8309ba14364e (patch) | |
tree | 8fe420fee03d5a423660b1b56077a518f7c38b97 | |
parent | b10c78cde4afcdc9fbd1be25bd7750e1a9cb69a7 (diff) | |
download | dovecot-antispam-8ed65ea1566b8479536181c2520f8309ba14364e.tar.gz dovecot-antispam-8ed65ea1566b8479536181c2520f8309ba14364e.tar.xz dovecot-antispam-8ed65ea1566b8479536181c2520f8309ba14364e.zip |
Revert "Document the alternate names for the other backends"
This reverts commit 3c7327cf1d56ffd8580c4de8cdadba1fcf131422.
Now that the backend selection is dynamic it no longer makes
sense to document this -- need to document the selection
instead.
-rw-r--r-- | antispam.7 | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -54,13 +54,7 @@ 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 |