• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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