I have a Postfix box setup that receives a copy of all emails sent and received on our domain. A postfix filter is setup which then passes all the emails to a script and stores the email in a database.
How should I setup Postfix so that no outbound messages are sent? There are some rare cases where a bounce back get generated from the Postfix box confusing the users even though their message was actually delivered.
Ideally it would be nice to have all outbound emails generated on the Postfix box sent to one specific email address.