I am wanting to setup postfix to redirect all outbound email from the server that is "not" address to @example.com to go to a mailing list that i have created to capture all non example.com emails. The server that this runs on is designed to send out email reports to external people but I need a way to test/review these emails.
For example.
user@gmail.com => mailinglist@example.com * => maillinglist@example.com
But i still need emails that are address to my users to be send as normal. user1@example.com -> user1@example.com
Thanks in advanced.