diff options
author | alecpl <alec@alec.pl> | 2011-04-27 09:51:29 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-04-27 09:51:29 +0000 |
commit | 4ae996cc3d8dfa20e018287e8fe276108ae0d1f9 (patch) | |
tree | 2178524746877e3739302e9b65981031bfe5fa0e /config/main.inc.php.dist | |
parent | e505519d1a88687ef5272ba8b13476e9feeca203 (diff) |
- %s will not work with smtp_server
Diffstat (limited to 'config/main.inc.php.dist')
-rw-r--r-- | config/main.inc.php.dist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index d74c82dc9..8ef3a2800 100644 --- a/config/main.inc.php.dist +++ b/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'] = ''; |