From 0afa2957e66c2c2de1272f5cfb7ebce5d5a1c0e4 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Sun, 2 Jan 2011 21:32:48 +0000 Subject: [PATCH] config.inc.php: - better documentation for $CONF[alias_control], $CONF[alias_control_admin] and $CONF[special_alias_control] because the existing comments were confusing (as pointed out by libertytrek in #postfixadmin) git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@934 a1433add-5e2c-0410-b055-b7f2511e0802 --- config.inc.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/config.inc.php b/config.inc.php index f243d6b5..d7e41e58 100644 --- a/config.inc.php +++ b/config.inc.php @@ -226,14 +226,16 @@ $CONF['vacation_control_admin'] = 'YES'; // The reason for this is that when you want catch-all and normal mailboxes // to work you need to have the mailbox replicated in the alias table. // If you want to take control of these aliases as well set this to 'YES'. + +// Alias control for superadmins $CONF['alias_control'] = 'NO'; -// Alias Control for admins -// Set to 'NO' if your domain admins shouldn't be able to edit user aliases. +// Alias Control for domain admins $CONF['alias_control_admin'] = 'NO'; // Special Alias Control -// Set to 'NO' if your domain admins shouldn't be able to edit default aliases. +// Set to 'NO' if your domain admins shouldn't be able to edit the default aliases +// as defined in $CONF['default_aliases'] $CONF['special_alias_control'] = 'NO'; // Alias Goto Field Limit