diff --git a/config.inc.php b/config.inc.php index cb4fc56c..7a791862 100644 --- a/config.inc.php +++ b/config.inc.php @@ -367,6 +367,9 @@ $CONF['vacation_choice_of_reply'] = array ( // 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'. +// If you don't want edit alias tab (user mode) set this to 'NO'; +$CONF['edit_alias'] = 'YES'; + // Alias control for superadmins $CONF['alias_control'] = 'YES'; @@ -416,10 +419,6 @@ $CONF['fetchmail'] = 'YES'; // This should be set to NO, except if you *really* trust *all* your users. $CONF['fetchmail_extra_options'] = 'NO'; -// Edit alias -// If you don't want edit alias tab (user mode) set this to 'NO'; -$CONF['edit_alias'] = 'YES'; - // Header $CONF['show_header_text'] = 'NO'; $CONF['header_text'] = ':: Postfix Admin ::';