• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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