Changeset d559cba in github for config/main.inc.php.dist
- Timestamp:
- Jul 7, 2009 12:38:31 PM (4 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 8bc018a
- Parents:
- b6b5934
- File:
-
- 1 edited
-
config/main.inc.php.dist (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
config/main.inc.php.dist
rb6b5934 rd559cba 15 15 $rcmail_config = array(); 16 16 17 18 17 // system error reporting: 1 = log; 2 = report (not implemented yet), 4 = show, 8 = trace 19 18 $rcmail_config['debug_level'] = 1; … … 125 124 // Log sent messages 126 125 $rcmail_config['smtp_log'] = TRUE; 126 127 // Log SQL queries to <log_dir>/sql or to syslog 128 $rcmail_config['sql_debug'] = false; 129 130 // Log IMAP conversation to <log_dir>/imap or to syslog 131 $rcmail_config['imap_debug'] = false; 127 132 128 133 // How many seconds must pass between emails sent by a user
Note: See TracChangeset
for help on using the changeset viewer.
