Umstellung der ql-web.conf auf das neu spam_filter.sh Skript
This commit is contained in:
parent
de44f72081
commit
d08fa93eab
1 changed files with 5 additions and 5 deletions
|
@ -25,12 +25,12 @@ $LDAP_USER_DN = "cn=_USERNAME_,sc=mailAccount,ou=People,o=neofaxe,dc=systemausfa
|
||||||
attr => 'userPassword',
|
attr => 'userPassword',
|
||||||
hash => 'MD5' } );
|
hash => 'MD5' } );
|
||||||
|
|
||||||
# spam filtering disables forwarding and local delivery (for spam)
|
# spam filtering disables forwarding (for spam) and local delivery (done by spam_filter.sh)
|
||||||
# dot-qmail files will be used, if there
|
$LDAP_SPAM_MOVE = [ "deliveryProgramPath" => "/data/scripts/spam_filter.sh move",
|
||||||
$LDAP_SPAM_MOVE = [ "deliveryProgramPath" => "/data/scripts/spam_moving.sh" ];
|
"deliveryMode" => "nolocal" ];
|
||||||
|
|
||||||
# for tagging spam, you need to turn off local delivery (no dot-qmail files, no maildir)
|
# spam marking disables local delivery (done by spam_filter.sh)
|
||||||
$LDAP_SPAM_MARK = [ "deliveryProgramPath" => "/data/scripts/spam_tagging.sh",
|
$LDAP_SPAM_MARK = [ "deliveryProgramPath" => "/data/scripts/spam_filter.sh mark_only",
|
||||||
"deliveryMode" => "nolocal" ];
|
"deliveryMode" => "nolocal" ];
|
||||||
|
|
||||||
# some spamassassin options
|
# some spamassassin options
|
||||||
|
|
Loading…
Reference in a new issue