From: <chr...@us...> - 2008-03-05 00:09:42
|
Revision: 309 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=309&view=rev Author: christian_boltz Date: 2008-03-04 16:09:46 -0800 (Tue, 04 Mar 2008) Log Message: ----------- config.inc.php: - better description for $CONF['domain_path'] and $CONF['domain_in_mailbox'] http://sourceforge.net/tracker/index.php?func=detail&aid=1875950&group_id=191583&atid=937964 Modified Paths: -------------- trunk/config.inc.php Modified: trunk/config.inc.php =================================================================== --- trunk/config.inc.php 2008-03-04 22:02:20 UTC (rev 308) +++ trunk/config.inc.php 2008-03-05 00:09:46 UTC (rev 309) @@ -117,10 +117,15 @@ // Mailboxes // If you want to store the mailboxes per domain set this to 'YES'. -// Example: /usr/local/virtual/domain.tld/use...@do...d +// Examples: +// YES: /usr/local/virtual/domain.tld/use...@do...d +// NO: /usr/local/virtual/use...@do...d $CONF['domain_path'] = 'NO'; // If you don't want to have the domain in your mailbox set this to 'NO'. -// Example: /usr/local/virtual/domain.tld/username +// Examples: +// YES: /usr/local/virtual/domain.tld/use...@do...d +// NO: /usr/local/virtual/domain.tld/username +// Note: If $CONF['domain_path'] is set to NO, this setting will be forced to YES. $CONF['domain_in_mailbox'] = 'YES'; // Default Domain Values This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |