SF.net SVN: postfixadmin:[420] trunk/config.inc.php
Brought to you by:
christian_boltz,
gingerdog
From: <chr...@us...> - 2008-07-27 19:23:59
|
Revision: 420 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=420&view=rev Author: christian_boltz Date: 2008-07-27 19:24:09 +0000 (Sun, 27 Jul 2008) Log Message: ----------- config.inc.php - better description for $CONF['alias_domain'] Modified Paths: -------------- trunk/config.inc.php Modified: trunk/config.inc.php =================================================================== --- trunk/config.inc.php 2008-07-27 19:06:55 UTC (rev 419) +++ trunk/config.inc.php 2008-07-27 19:24:09 UTC (rev 420) @@ -197,8 +197,9 @@ // 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'; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |