Aleksander Machniak
2013-06-19 2bc814eed5a5fd6cc90bd8b4b487e07a3ffbbe3b
Add note about possible connection errors when using ssl with smtp_timeout>0 (#1489187)
1 files modified
2 ■■■■■ changed files
config/main.inc.php.dist 2 ●●●●● patch | view | raw | blame | history
config/main.inc.php.dist
@@ -174,6 +174,8 @@
$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;
// ----------------------------------