I am trying to do the same how to make persistent a postconf configuration in my case i am trying to configurate the headers_check.
Code:
$ postconf | grep ^header_checks\ =
header_checks =
Code:
$ zmlocalconfig | grep header_checks
postfix_header_checks = pcre:${zimbra_home}/conf/postfix_header_checks I need the postconf output same as zmlocalconfig.
I have tryied editing the localconfig.xml but that only apply to zmlocalconfig but postconf keep showing the same empty output.
if i set by hand:
Code:
$ postconf -e header_checks=pcre:/opt/zimbra/conf/postfix_header_checks
It work, but if i run 'zmmtactl restart' or my server is restarted for maintenance purpose postconf set again to blank.