postfix config fix

This commit is contained in:
Usman Nasir
2020-09-03 15:46:45 +05:00
parent 3331b94a9d
commit afa85fb2aa

View File

@@ -1908,12 +1908,12 @@ imap_folder_list_limit = 0
## Take conf backup ## Take conf backup
command = 'mkdir /etc/postfixback' # command = 'mkdir /etc/postfixback'
Upgrade.executioner(command, 0) # Upgrade.executioner(command, 0)
#
#
command = 'cp -avr /etc/postfix /etc/postfixback' # command = 'cp -avr /etc/postfix /etc/postfixback'
Upgrade.executioner(command, 0) # Upgrade.executioner(command, 0)
## Restore conf backup ## Restore conf backup
@@ -1937,10 +1937,10 @@ imap_folder_list_limit = 0
Upgrade.executioner(command, 0) Upgrade.executioner(command, 0)
## Restore conf backups # ## Restore conf backups
#
command = 'cp -avr /etc/postfixback /etc/postfix' # command = 'cp -avr /etc/postfixback /etc/postfix'
Upgrade.executioner(command, 0) # Upgrade.executioner(command, 0)
## ##