Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Administrators

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #11 (permalink)  
Old 09-24-2010, 06:13 PM
Intermediate Member
 
Posts: 19
Default Update: revised entries in my postfix_header_checks.in

My fix described above failed when an iPhone user e-mailed to my dist. list and respondents clicking Reply ended up replying to just the sender and not the list.

Looking at his message headers, I found the message sent from an iPhone had an informal name before the email address in the "To: " field:
To: List Nickname <list@domain.com>

So I changed & simplified my regexp rule from this:
Code:
if /^To: <list@domain.com>/
/^To: <list@domain.com>/ PREPEND Reply-To: list@domain.com
endif
to just this line:
Code:
/^To: .*list@domain.com.*/ PREPEND Reply-To: list@domain.com
The 'dot-star' matches any number of any characters, and I put it before and after the email address, so it also matches the angle-bracketed email address. That fixed the problem for me.

Of course, this would result in unwanted matches for email addresses like:
Code:
Joseph.List@domain.com
list@domain.commonserver.org
but my few sites have very few users, so the risk of false matches is low, for me.
Reply With Quote
  #12 (permalink)  
Old 12-29-2010, 07:39 PM
Intermediate Member
 
Posts: 19
Default postfix fix for reply-to-list fails now

This fix appears to fail, now, after upgrading to
Zimbra Release 6.0.9_GA_2686.UBUNTU8_64 UBUNTU8_64 FOSS edition on Ubuntu 8.04.4 LTS

Trying to figure out why my changes to postfix_header_checks.in aren't being respected anymore...
Reply With Quote
  #13 (permalink)  
Old 12-29-2010, 08:04 PM
Intermediate Member
 
Posts: 19
Default

This appears to be the cause for this fix failing:
Bug 52942 - enable use of Postfix header_checks in conjunction with Amavis banned attachment warnings

There's a couple of workarounds described there which I'll try to get back the ability for users to reply to distribution lists easily.
Reply With Quote
  #14 (permalink)  
Old 12-29-2010, 08:33 PM
Intermediate Member
 
Posts: 19
Default

Per [SOLVED] Headerchecks, from fnetmohan's post:

"Admin Console -> Global Settings -> Attachments tab -> Send blocked extension notification to recipient. After disabling this settings now header checks is working fine."

This worked for me, too. My custom header-checks & rewrites described in this thread work OK after disabling that setting.
Reply With Quote
  #15 (permalink)  
Old 08-01-2011, 06:55 PM
Intermediate Member
 
Posts: 19
Default Reply to distribution list and not the sender

FYI, after upgrading to Zimbra Release 7.1.1_GA_3196.UBUNTU10_64 UBUNTU10_64 FOSS edition on Ubuntu 10.04.3 LTS, I applied the previously-mentioned change to postfix_header_checks.in and replies to distribution lists go to the DL and not the sender, as expected.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.