View Single Post
  #9 (permalink)  
Old 05-23-2008, 06:50 AM
DJ Ghost DJ Ghost is offline
Senior Member
 
Posts: 58
Default

Quote:
Originally Posted by mmorse View Post
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.
Reply With Quote