From 4f580c4a11d88b423bb68c763dc229db093fb8c5 Mon Sep 17 00:00:00 2001 From: alec Date: Wed, 27 Apr 2011 09:51:29 +0000 Subject: - %s will not work with smtp_server git-svn-id: https://svn.roundcube.net/trunk@4708 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/config/main.inc.php.dist | 1 - 1 file changed, 1 deletion(-) 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'] = ''; -- cgit v1.2.3