summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-04-27 09:51:29 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-04-27 09:51:29 +0000
commit4f580c4a11d88b423bb68c763dc229db093fb8c5 (patch)
tree53a84293067268e18206ca3bc8b1515c99524ecc
parent0be0911dd47ae6374ac1ae2aa082eac58f8a7d6f (diff)
- %s will not work with smtp_server
git-svn-id: https://svn.roundcube.net/trunk@4708 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/config/main.inc.php.dist1
1 files changed, 0 insertions, 1 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist
index d74c82dc9..8ef3a2800 100644
--- a/roundcubemail/config/main.inc.php.dist
+++ b/roundcubemail/config/main.inc.php.dist
@@ -120,7 +120,6 @@ $rcmail_config['imap_auth_pw'] = null;
// %h - user's IMAP hostname
// %n - http hostname ($_SERVER['SERVER_NAME'])
// %d - domain (http hostname without the first part)
-// %s - domain name after the '@' from e-mail address provided at login screen
// %z - IMAP domain (IMAP hostname without the first part)
// For example %n = mail.domain.tld, %d = domain.tld
$rcmail_config['smtp_server'] = '';