Aleksander Machniak
2013-06-19 cd9e4154060ff38226e77eea82123519322b2327
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
@@ -179,6 +179,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;
// ----------------------------------