summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-06-19 19:51:24 +0200
committerAleksander Machniak <alec@alec.pl>2013-06-19 19:51:24 +0200
commitcd9e4154060ff38226e77eea82123519322b2327 (patch)
treeef62d91f755d51d92770e7fcc8604096ff05298f /config
parent5c74e86eeefceee188265f626a4318c9f2d06001 (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.dist2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index 84a0a7a61..1c47c8170 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -179,6 +179,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;
// ----------------------------------