Skip to main content

Custom filter to bcc incoming and outgoing emails

Comments

4 comments

  • kdean
    You could login to the cpanel account and go to Email --> Archive You can enable for both incoming and outgoing and access the archive directly via IMAP.
    0
  • keat63
    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
  • cPanelLauren
    Archiving is absolutely the way to go with this. You can read the documentation here: Archive | cPanel & WHM Documentation
    0
  • menglim
    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.