From 69a6a412f886e1d88eb4c0b251d0636a11c33b87 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Sun, 27 Jul 2008 19:24:09 +0000 Subject: [PATCH] config.inc.php - better description for $CONF['alias_domain'] git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@420 a1433add-5e2c-0410-b055-b7f2511e0802 --- config.inc.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.inc.php b/config.inc.php index d0927909..b19e6309 100644 --- a/config.inc.php +++ b/config.inc.php @@ -197,8 +197,9 @@ $CONF['alias_goto_limit'] = '0'; // Alias Domains // Alias domains allow to "mirror" aliases and mailboxes to another domain. This makes -// configuration easier, but also requires postfix to do more database queries. -// Note: If you update from 2.2.x or earlier, you will have to update your postfix config. +// configuration easier if you need the same set of aliases on multiple domains, but +// also requires postfix to do more database queries. +// Note: If you update from 2.2.x or earlier, you will have to update your postfix configuration. // Set to 'NO' to disable alias domains. $CONF['alias_domain'] = 'YES';