diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-06-19 19:51:24 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-06-19 19:53:20 +0200 |
commit | 2bc814eed5a5fd6cc90bd8b4b487e07a3ffbbe3b (patch) | |
tree | 95163505f32e5d010ca541fbf5aad18e1cd1937f /config | |
parent | 8b81c61396f0eba2fcebcba29eb6f569877becc9 (diff) |
Add note about possible connection errors when using ssl with smtp_timeout>0 (#1489187)
Diffstat (limited to 'config')
-rw-r--r-- | config/main.inc.php.dist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 2bbf8cba9..64f3643e3 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -174,6 +174,8 @@ $rcmail_config['smtp_auth_pw'] = null; $rcmail_config['smtp_helo_host'] = ''; // SMTP connection timeout, in seconds. Default: 0 (no limit) +// Note: There's a known issue where using ssl connection with +// timeout > 0 causes connection errors (https://bugs.php.net/bug.php?id=54511) $rcmail_config['smtp_timeout'] = 0; // ---------------------------------- |