For some reason this postconf variable isn't getting set properly on my Release 6.0.6_GA_2330.UBUNTU8 UBUNTU8 FOSS edition.
Code:
zimbra$ zmlocalconfig postfix_header_checks
postfix_header_checks = pcre:${zimbra_home}/conf/postfix_header_checks
# /opt/zimbra/postfix/sbin/postconf | grep header_checks
header_checks = Fix like so:
Code:
# /opt/zimbra/postfix/sbin/postconf -e header_checks=pcre:/opt/zimbra/conf/postfix_header_checks
# /opt/zimbra/bin/postfix reload
Now you can go edit postfix_header_checks (not the .in file).
It's write only, so I just used `:!w` in vi as root to override. You might have to `chmod +w` the file.
Apply the changes by running:
Code:
# /opt/zimbra/bin/postfix reload
FWIW, I'm only bothering with all this hacking so I can have something close to a mailman list on my zimbra server. (reply-to). I know the developers are only concerned with doing their best work, and I appreciate what they've come up with so far, so I'll eat my rage and frustration for now and simply insist that
Bug 15664 – Add reply-to option for distribution lists would be REALLY NICE.