On 01/26/2015 08:15 PM, Wietse Venema wrote:
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
Thanks again, Wietse. Your example was extremely easy to follow and works like a charm... it's perfect!

-- L. James

--
L. D. James
lja...@apollo3.com
www.apollo3.com/~ljames

Reply via email to