diff options
author | Ron <ron@debian.org> | 2011-03-12 15:54:03 +1030 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2011-03-12 12:48:12 +0100 |
commit | 5ee29e4f74209bb8c5a85ae8c10763d0f7a50963 (patch) | |
tree | a0e7ef2d51586f992ba87a190998682caea23042 | |
parent | 2e82b97c5411b2b9d2c5d9615260cb7724153e96 (diff) | |
download | dovecot-antispam-5ee29e4f74209bb8c5a85ae8c10763d0f7a50963.tar.gz dovecot-antispam-5ee29e4f74209bb8c5a85ae8c10763d0f7a50963.tar.xz dovecot-antispam-5ee29e4f74209bb8c5a85ae8c10763d0f7a50963.zip |
Tweak the antispam_backend option docs
With the backends built in, it's now crm114 or dspam, without the -exec.
Diffstat (limited to '')
-rw-r--r-- | antispam.7 | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -93,7 +93,7 @@ You need to use the unsure folder option (see below) together with this plugin and deliver unsure mail into an unsure folder, spam mail into a spam folder and other mail regularly. -Has the same drawbacks as the dspam-exec approach. +Has the same drawbacks as the dspam approach. .SS spool2dir backend (general) @@ -115,8 +115,8 @@ plugin { # backend selection, MUST be configured first, # there's no default so you need to set one of # these options: - # antispam_backend = crm114-exec - # antispam_backend = dspam-exec + # antispam_backend = crm114 + # antispam_backend = dspam # antispam_backend = pipe # antispam_backend = spool2dir @@ -179,7 +179,7 @@ plugin { # #=================== - # dspam-exec plugin + # dspam plugin # dspam binary antispam_dspam_binary = /usr/bin/dspam @@ -232,7 +232,7 @@ plugin { #antispam_pipe_program_args = -f;%u@example.com # % expansion done by dovecot #=================== - # crm114-exec plugin + # crm114 plugin # mailreaver binary antispam_crm_binary = /bin/false |