Umstellung der ql-web.conf auf das neu spam_filter.sh Skript

This commit is contained in:
lars 2006-01-29 20:12:25 +00:00
parent de44f72081
commit d08fa93eab

View file

@ -25,12 +25,12 @@ $LDAP_USER_DN = "cn=_USERNAME_,sc=mailAccount,ou=People,o=neofaxe,dc=systemausfa
attr => 'userPassword',
hash => 'MD5' } );
# spam filtering disables forwarding and local delivery (for spam)
# dot-qmail files will be used, if there
$LDAP_SPAM_MOVE = [ "deliveryProgramPath" => "/data/scripts/spam_moving.sh" ];
# spam filtering disables forwarding (for spam) and local delivery (done by spam_filter.sh)
$LDAP_SPAM_MOVE = [ "deliveryProgramPath" => "/data/scripts/spam_filter.sh move",
"deliveryMode" => "nolocal" ];
# for tagging spam, you need to turn off local delivery (no dot-qmail files, no maildir)
$LDAP_SPAM_MARK = [ "deliveryProgramPath" => "/data/scripts/spam_tagging.sh",
# spam marking disables local delivery (done by spam_filter.sh)
$LDAP_SPAM_MARK = [ "deliveryProgramPath" => "/data/scripts/spam_filter.sh mark_only",
"deliveryMode" => "nolocal" ];
# some spamassassin options