0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

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

This commit is contained in:
Christian Boltz 2017-07-09 14:33:44 +02:00
parent 4d9a0717d0
commit f18f16c004
No known key found for this signature in database
GPG Key ID: C6A682EA63C82F1C

View File

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