diff options
-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 |