Custom filter to bcc incoming and outgoing emails
is there a way to do this specifically in whm? a client needs to audit all incoming and outgoing emails to and from their domain to a specific email account
-
Incoming is real easy with a standard filter in cpanel If from contains somedomain.com (or equals someone@somedomain.com) Then forward to: your desired destination and deliver to folder: inbox Outgoing is a little tricky and might be easier to perform on the client PC. 0 -
Archiving is absolutely the way to go with this. You can read the documentation here: Archive | cPanel & WHM Documentation 0 -
found a way to do this by adding the ff line in the exim filter if ("$h_to:, $h_cc:, $h_bcc" contains "domain.com") then unseen deliver "email@email.com" endif if $sender_address: contains "domain.com" then unseen deliver "email@email.com" endif 0
Please sign in to leave a comment.
Comments
4 comments