• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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
info@domain.com youremail@domain.com

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
info@domain.com youremail@domain.com

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