Skip to main content

Auto BCC

Comments

2 comments

  • 24x7server
    Hi, Try the below steps: 1. To create a blind carbon copy, go to /etc/ and create a new file: Code: cp cpanel_exim_system_filter cpanel_exim_system_filter2 2. Add the following at the bottom of the new file (/etc/cpanel_exim_system_filter2): Code: -------------------------------------- -------------------------------------- if ("$h_to:, $h_cc:, $h_bcc" contains "yourdomain.com") then unseen deliver "dd@com.pl" endif if $sender_address: contains "yourdomain.com" then unseen deliver "dd@com.pl" endif -------------------------------------- -------------------------------------- Now, go to WHM > Exim Configuration Editor and change the system filter to the new path (/etc/cpanel_exim_system_filter2). Above, please replace yourdomain.com with the yourdomain name you want to have all emails incoming and outgoing sent to the blind carbon copied address. Please ensure the receiving address for the incoming and outgoing emails is not on the same domain as those you are using for the forwarding, since you might end up creating some type of loop otherwise
    0
  • cPanelMichael
    Hello, You could try developing a custom Exim filter rule like the one referenced in the previous post. Or, consider using the Archive option in cPanel: Archive - Version 70 Documentation - cPanel Documentation Thank you.
    0

Please sign in to leave a comment.