Table of Contents

Mail Server#MTA (mail transfer agent)

Postfix BCC Configurations


Postfix Commands and Configuration Examples



BCC when sending and receiving

/etc/postfix/main.cf
always_bcc = mailbackup@example.com


BCC when receiving

/etc/postfix/main.cf
recipient_bcc_maps = hash:/etc/postfix/recipient_mailbakup
/etc/postfix/recipient_mailbakup
@example.com      mailbackup@example.com


BCC when sending

/etc/postfix/main.cf
sender_bcc_maps = hash:/etc/postfix/sender_mailbakup
/etc/postfix/sender_mailbakup
@example.com      mailbackup@example.com