codekasten/ql-web/trunk/ql-web.conf

26 lines
869 B
Plaintext
Raw Normal View History

2006-01-24 09:54:12 +01:00
$CSS_URL = '/admin/ql-web/css/default.css';
2006-01-24 04:11:11 +01:00
$HTML_TITLE = 'QL-Web - Entwicklung';
2006-01-24 09:54:12 +01:00
$QL_WEB_DIR = '/data/ql-web';
2006-01-24 04:11:11 +01:00
$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
2006-01-24 09:54:12 +01:00
$LDAP_USER_DN = "cn=_USERNAME_,sc=mailAccount,ou=People,o=neofaxe,dc=systemausfall,dc=org";
2006-01-24 04:11:11 +01:00
#$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" ];
2006-01-24 04:11:11 +01:00