Copy all incoming and outgoing emails to external address in cPanel and Exim
Added by astuffedtiger on 2017-05-16 19:22:37
if ("$h_to:, $h_cc:, $h_bcc" contains "domain.com")
then
    unseen deliver "dd@com.pl"
endif
if $sender_address: contains "domain.com"
then
    unseen deliver "dd@com.pl"
endif