how to: forward Incoming/outgoing email (cpanel)
To monitor the incoming email to gmail, yahoo, etc, you could add the below syntax in the cpanel exim filter file
if first_delivery
and (”$h_to:, $h_cc:, $h_bcc:” contains “gmail”)
then
unseen deliver “xxxxx@domain.com”
endif
if first_delivery
and (”$h_to:, $h_cc:, $h_bcc:” contains “yahoo”)
then
unseen deliver “xxxxx@domain.com”
endif
In order to add in the rules, you must have the root privilege
http://forums.cpanel.net/f43/want-save-all-outgoing-email-read-later-108285.html