views:

1410

answers:

1

I have a postfix email server and there is an issue I want to debug. How can I configure it to send a copy of every email to my email (in addition to delivering the email to its intended recipients).

+3  A: 

http://www.postfix.org/ADDRESS_REWRITING_README.html#auto_bcc

vartec
Be careful with always_bcc in postfix. Delivery failures at the BCC destination can cause bounces and reveal the BCC location externally.Recent versions of Postfix attempt to suppress DSN's for BCC-ed mail, so make sure the target of the BCC supports the ESMTP DSN extension.
robc