Hi, I am using bcc_send_maps so all mail sent by POP is BCC to a particular address.
So all mail from @example.com is BCCd to crm_sys...@example.com This works fine. However when we send mail from our webshop, the mail gets BCC'd as well, eg mail from webs...@example.com, mail to: sa...@example.com I think this is because the first address matches the send map spec of @example.com However I don't want this behaviour - We are also using bcc_recipient_maps so everything coming in to @example.com already gets copied to crm_sys...@example.com Is there any way to tell postfix not to use bcc_send_maps for mail sent by other sendmails? Regards