]>
git.datanom.net - qtadmin.git/blob - config.php
2 /* vim: set ts=4 tw=0 sw=4 noet: */
7 $CFG->amavisd_db_host
= "127.0.0.1";
8 $CFG->amavisd_db_port
= 3306;
9 $CFG->amavisd_db_name
= "amavisd";
10 $CFG->amavisd_db_user
= "amavisd";
11 $CFG->amavisd_db_password
= "suFt3oEEmmXTjFq1bjTXRNIPXhF41a";
12 $CFG->amavis_policy_port
= 9998;
14 $CFG->ldap_dsn
= "ldap://127.0.0.1:389";
15 $CFG->ldap_base_dn
= "o=domains,dc=datanom,dc=net";
17 $CFG->root
= '/usr/share/quarantine-admin/';
18 $CFG->wwwroot
= '/qtadmin/';
21 $CFG->auth_method
= 'LDAP';
22 // If HTTP_AUTH is chosen configure admin user here
23 //$CFG->admin_user = 'some_admin';
25 $CFG->db_driver
= 'mysqli';
28 // Session timeout in minuts
29 // Default timeout is 20 minuts
30 $CFG->session_timeout
= 60;
38 // Default log level is error
42 // stderr = Stand Error
43 // file = file to log to. Requires write permission to web server
45 // Default log method is syslog
46 $CFG->log_method
= 'syslog';
This page took 0.121238 seconds and 6 git commands to generate.