diff options
author | alecpl <alec@alec.pl> | 2009-07-14 16:34:34 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-07-14 16:34:34 +0000 |
commit | 19862b5586343205dc381339bfea46915dd498d3 (patch) | |
tree | d0ee98fb27c078959c36fe6ea34a0f1ca7e4444c /config | |
parent | ec31b6f9f30d293078725e4d94ad40f1c5495daa (diff) |
- added 'smtp_debug' option
Diffstat (limited to 'config')
-rw-r--r-- | config/main.inc.php.dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index b7bf2adaa..6050a4af9 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -130,6 +130,9 @@ $rcmail_config['sql_debug'] = false; // Log IMAP conversation to <log_dir>/imap or to syslog $rcmail_config['imap_debug'] = false; +// Log SMTP conversation to <log_dir>/smtp or to syslog +$rcmail_config['smtp_debug'] = false; + // How many seconds must pass between emails sent by a user $rcmail_config['sendmail_delay'] = 0; |