[zimbra@mail root]$ zmcontrol -v
Release 8.7.1_GA_1670.RHEL7_64_20161025045328 RHEL7_64 FOSS edition.
I am trying to setup some mail queue settings permanently in main.cf but they are getting reset and coming on to default values.
None of the below commands are setting up values in postfix over zimbra user.
Code: Select all
postconf -e maximal_queue_lifetime=0
postconf -e bounce_queue_lifetime=0
postfix reload
Another way:
Code: Select all
zmlocalconfig -e postfix_bounce_queue_lifetime=0
zmlocalconfig -e postfix_maximal_queue_lifetime=0
postfix reload
Once I hit postfix reload command it removes new values and sets up default values to = 5d.
Is there any other process that needs to be followed to set this?