On Fri, Jan 15, 2010 at 03:44:11PM -0500, Joe Postfix wrote: > Hi, we're trying to setup our Postfix relays to BCC emails to/from specific > users (members of an LDAP group - A/D actually) to a mailbox that logs their > correspondence. I wasnt able to find any mention of this in the online > documentation anywhere - does anyone know of a way to implement something > like this? > > We have this setup currently so that the backend M$ Exchange does this for > us, but would love to offload this functionality from there.
If you can formulate an LDAP query that returns an entry with a suitable non-empty attribute (ideally the Bcc destination address) for users whose mail needs the Bcc, and returns a different entry or no entry for users who don't, then you can use query to build an LDAP table for Postfix. -- Viktor. Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the "Reply-To" header. To unsubscribe from the postfix-users list, visit http://www.postfix.org/lists.html or click the link below: <mailto:majord...@postfix.org?body=unsubscribe%20postfix-users> If my response solves your problem, the best way to thank me is to not send an "it worked, thanks" follow-up. If you must respond, please put "It worked, thanks" in the "Subject" so I can delete these quickly.