From f18f16c0047c335cd539db3c239f2359f1a5762d Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Sun, 9 Jul 2017 14:33:44 +0200 Subject: [PATCH] move $CONF['edit_alias'] next to $CONF['alias_control'] --- config.inc.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 ::';