Matt .:
> Hi,
> 
> Is there a way to send (B)CC messages to a specified external email
> address when I send to a local address ?

To add a recipient when sending mail to example.com:

/etc/postfix/main.cf:
    sender_bcc_maps = hash:/etc/postfix/sender_bcc

/etc/postfix/sender_bcc:
    @example.com  some...@example.net

This feature is implemented in the cleanup server.

        Wietse

Reply via email to