3
Nov

Auto-bcc with Exim/WHM

   Posted by: abdallah   in Work

It’s not really auto-bcc (a la postfix) but should give you the same results. Please note that you would be making changes to the exim configuration files, so it’s best to take a backup before doing that:

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

The recipe above is taken from http://forums.cpanel.net/showthread.php?t=83277

This entry was posted on Monday, November 3rd, 2008 at 2:01 pm and is filed under Work. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a reply

You must be logged in to post a comment.