From 4ae996cc3d8dfa20e018287e8fe276108ae0d1f9 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Wed, 27 Apr 2011 05:51:29 -0400 Subject: [PATCH] - %s will not work with smtp_server --- 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 d74c82d..8ef3a28 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -120,7 +120,6 @@ // %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'] = ''; -- Gitblit v1.9.1