nano /etc/postfix/main.cnf
- add to the end:
sender_bcc_maps = hash:/etc/postfix/sender_bcc_maps
nano /etc/postfix/sender_bcc_maps
- Add lines in this format:
<sender@email.com> <bcc@email.com>
nano /etc/postfix/main.cnf
- add to the end:
recipient_bcc_maps = hash:/etc/postfix/recipient_bcc_maps
nano /etc/postfix/recipient_bcc_maps
- Add lines in this format:
<recipient@email.com> <bcc@email.com>