Quote:
Originally Posted by mmorse If you need to fix the reply-to fields you might modify /opt/zimbra/conf/postfix_header_checks.in:
postfix reload to apply |
Hi,
I tried to modify postfix_header_checks.in, if I put things on separate lines I get an error on postfix reload. Then I put the if/endif statement on one line like this:
Code:
if /^To: list@domain.com/ /^To: list@domain.com/ PREPEND Reply-To: list@domain.com endif
Then I got no error but I don't see the Reply-To header in messages sent to the list in the ZWC, so I think something doesn't work.
Messages are well directed by the domain account mail filter in a shared folder. Others can read this shared mailbox but when they hit answer it's the sender's address that appear in the To field. If they hit anser to all, then the sender is in the To field and the list address in the CC field.