codekasten/ql-web/trunk/ql-web.conf
lars 56be2f41f5 add_forward implemented
del_forward implemented
update_vacation implemented
update_filter improved (support multiple ldap entries)
2006-01-27 10:47:13 +00:00

26 lines
869 B
Plaintext

$CSS_URL = '/admin/ql-web/css/default.css';
$HTML_TITLE = 'QL-Web - Entwicklung';
$QL_WEB_DIR = '/data/ql-web';
$TEMPLATE_DIR = "$QL_WEB_DIR/template";
$LANGUAGE_DIR = "$QL_WEB_DIR/lang";
$HTML_LANGUAGE = 'de';
$LDAP_HOST = 'ldap.sao';
# the string '_USERNAME_' will be replaced by the real username
$LDAP_USER_DN = "cn=_USERNAME_,sc=mailAccount,ou=People,o=neofaxe,dc=systemausfall,dc=org";
#$LDAP_SPAM_MOVE = "/usr/local/bin/ifspamh spam-_USERNAME_\@systemausfall.org";
# 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" ];
# 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",
"deliveryMode" => "nolocal" ];