From 869d9ce699348ff741764db24a730eb7a3aa7085 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Sun, 8 Jun 2008 15:29:44 +0000 Subject: [PATCH] config.inc.php: doc fix from Kurushiyama via IRC git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@377 a1433add-5e2c-0410-b055-b7f2511e0802 --- config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.inc.php b/config.inc.php index e23b9112..4bc4217a 100644 --- a/config.inc.php +++ b/config.inc.php @@ -238,7 +238,7 @@ Hi, Welcome to your new account. EOM; -// When creating mailboxes, check that the domain-part of the +// When creating mailboxes or aliases, check that the domain-part of the // address is legal by performing a name server look-up. $CONF['emailcheck_resolve_domain']='YES';