L. D. James: > All the email from the sender, I would like to have it rerouted.
That was not obvious from the description. To redirect ALL mail from a specific sender regardless of its recipients, you can use an access map: /etc/postfix/main.cf: smtpd_whatever_restrictions = ... check_sender_access hash:/etc/postfix/sender_redirect ... /etc/postfix/sender_redirect: us...@example.com REDIRECT us...@example.net Wietse