diff options
author | alecpl <alec@alec.pl> | 2009-07-07 08:36:42 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-07-07 08:36:42 +0000 |
commit | 72cd3c1a761fad73235cad32f240a114ba2941aa (patch) | |
tree | 9220255bf80d1181e72bbcfe57d37971af4a8ac1 /config | |
parent | 16036b9c862f298927454235ce79b131df3f25bf (diff) |
- Support %h variable in 'smtp_server' option (#1485766)
Diffstat (limited to 'config')
-rw-r--r-- | config/main.inc.php.dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index f5e4c7ccc..b456db935 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -98,6 +98,7 @@ $rcmail_config['virtuser_query'] = ''; // use this host for sending mails. // to use SSL connection, set ssl://smtp.host.com // if left blank, the PHP mail() function is used +// Use %h variable as replacement for user's IMAP hostname $rcmail_config['smtp_server'] = ''; // SMTP port (default is 25; 465 for SSL) |