Displaying 1 result from an estimated 1 matches for "datadisk01".
Did you mean:
datadisk
2013 Sep 11
1
Antispam plugin / sa-learn
...fix and amavis)
i configured dovecot's antispam plugin this way :
plugin {
...
#Antispam
antispam_debug_target = syslog
antispam_verbose_debug = 1
antispam_backend = pipe
antispam_trash = Trash
antispam_spam = Junk
antispam_allow_append_to_spam = no
antispam_pipe_program = /srv/datadisk01/bin/sa-learn-pipe.sh
antispam_pipe_program_spam_arg = --spam
antispam_pipe_program_notspam_arg = --ham
}
refering to : http://wiki2.dovecot.org/Plugins/Antispam
using that script to pipe message to sa-learn :
#!/bin/sh
echo /usr/bin/sa-learn $* /tmp/sendmail-msg-$$.txt ;
echo "$$-start...