• The ImunifyAV extension is now deprecated and no longer available for installation.
    Existing ImunifyAV installations will continue operating for three months, and after that will automatically be replaced with the new Imunify extension. We recommend that you manually replace any existing ImunifyAV installations with Imunify at your earliest convenience.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

BCC incoming & outgoing emails plesk 11.0.9 postfix

KeshwarsinghN

New Pleskian
Hello,

When i navigate to an email address, "Forwarding", there seems to be an option for "Switch on mail forwarding" & that's only for incoming.

For some reasons i have to auto bcc incoming / outgoing emails for specific users, is it wise to use "sender_bcc_maps" and "recipient_bcc_maps" postfix parameters on plesk ?
 
Easy way to set this up is following:

create file /etc/postfix/sender_bcc with contents:

#emails from #BCC to
[email protected] [email protected]

Edit you /etc/postfix/main.cf file and add this to the bottom of the file

sender_bcc_maps = hash:/etc/postfix/sender_bcc

Run

# postmap /etc/postfix/sender_bcc
# postfix reload

done!
But note that this customization will be lost after next Plesk update.
 
Easy way to set this up is following:

create file /etc/postfix/sender_bcc with contents:

#emails from #BCC to
[email protected] [email protected]

Edit you /etc/postfix/main.cf file and add this to the bottom of the file

sender_bcc_maps = hash:/etc/postfix/sender_bcc

Run

# postmap /etc/postfix/sender_bcc
# postfix reload

done!
But note that this customization will be lost after next Plesk update.

I have tried that & it works! I was worried about losing the customization after an update :-D
 
Back
Top