Exim Auto forward outgoing mail for single e-mail user

Add this filter rules to the /etc/system_filter.exim file

if first_delivery
and (“$h_from:” contains “info@example.com“)
and not (“$h_X-Spam-Checker-Version:” begins “SpamAssassin”)
then
unseen deliver “sales@example.com
endif

 

Leave a Reply

 

This site uses Akismet to reduce spam. Learn how your comment data is processed.