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).
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
2009-05-05 06:23:36