alecpl
2009-07-07 d559cba5f7b92f152dd0330e2870d5512cd34e51
config/main.inc.php.dist
@@ -14,7 +14,6 @@
$rcmail_config = array();
// system error reporting: 1 = log; 2 = report (not implemented yet), 4 = show, 8 = trace
$rcmail_config['debug_level'] = 1;
@@ -125,6 +124,12 @@
// Log sent messages
$rcmail_config['smtp_log'] = TRUE;
// Log SQL queries to <log_dir>/sql or to syslog
$rcmail_config['sql_debug'] = false;
// Log IMAP conversation to <log_dir>/imap or to syslog
$rcmail_config['imap_debug'] = false;
// How many seconds must pass between emails sent by a user
$rcmail_config['sendmail_delay'] = 0;