summaryrefslogtreecommitdiff
path: root/roundcubemail/config
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-07-07 08:36:42 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-07-07 08:36:42 +0000
commit55200135e3eac05c9d307d2a733aff02c87faf61 (patch)
tree581d05580bb9c6cdc75bdda58ec821280ed26696 /roundcubemail/config
parent47ef4c9af58c33bbdadb4301938de57219a35d85 (diff)
- Support %h variable in 'smtp_server' option (#1485766)
git-svn-id: https://svn.roundcube.net/trunk@2717 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
-rw-r--r--roundcubemail/config/main.inc.php.dist1
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist
index f5e4c7ccc..b456db935 100644
--- a/roundcubemail/config/main.inc.php.dist
+++ b/roundcubemail/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)