• 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.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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