From 815e3ebef6b78c3ef02451dd8291458cbec74632 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Wed, 5 Mar 2008 00:09:46 +0000 Subject: [PATCH] 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 git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@309 a1433add-5e2c-0410-b055-b7f2511e0802 --- config.inc.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/config.inc.php b/config.inc.php index f1a52175..2c426b26 100644 --- a/config.inc.php +++ b/config.inc.php @@ -117,10 +117,15 @@ $CONF['default_aliases'] = array ( // Mailboxes // If you want to store the mailboxes per domain set this to 'YES'. -// Example: /usr/local/virtual/domain.tld/username@domain.tld +// Examples: +// YES: /usr/local/virtual/domain.tld/username@domain.tld +// NO: /usr/local/virtual/username@domain.tld $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/username@domain.tld +// 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