From 19862b5586343205dc381339bfea46915dd498d3 Mon Sep 17 00:00:00 2001 From: alecpl Date: Tue, 14 Jul 2009 16:34:34 +0000 Subject: - added 'smtp_debug' option --- config/main.inc.php.dist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config/main.inc.php.dist') 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 /imap or to syslog $rcmail_config['imap_debug'] = false; +// Log SMTP conversation to /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; -- cgit v1.2.3