move $CONF['edit_alias'] next to $CONF['alias_control']

pull/56/head
Christian Boltz 7 years ago
parent 4d9a0717d0
commit f18f16c004
No known key found for this signature in database
GPG Key ID: C6A682EA63C82F1C

@ -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 ::';

Loading…
Cancel
Save