diff --git a/ql-web/trunk/ql-web.conf b/ql-web/trunk/ql-web.conf index 529b7a3..2fb810d 100644 --- a/ql-web/trunk/ql-web.conf +++ b/ql-web/trunk/ql-web.conf @@ -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