On Wed, Sep 19, 2012 at 11:25:18AM -0400, Rod K wrote:
> I have a client request that any outbound emails sent by a specific 
> user be BCCd to another email address in the organization.  Any 
> ideas on how best to accomplish this?

Sounds like you want sender_bcc_maps:
    http://www.postfix.org/postconf.5.html#sender_bcc_maps

Be aware that this is only keyed on the sender address, not the 
user's SASL credentials. If that user is using more than one sender 
address, you would have to list all those sender addresses in your 
map. Also, be sure that the Bcc'ed destination is always deliverable, 
because if it is not, the sender gets a bounce.
-- 
  http://rob0.nodns4.us/ -- system administration and consulting
  Offlist GMX mail is seen only if "/dev/rob0" is in the Subject:

Reply via email to