How to set Sender BCC in Zimbra
# su - zimbra
$ cd /opt/zimbra/common/conf/
$ vi sender_bcc
bolcorp1@example.com bolcorp@example.com
[Remarks: Whenever bolcorp1 sends an email, bolcorp will get one copy of it]
$ vi /opt/zimbra/common/conf/main.cf
sender_bcc_maps = lmdb:/opt/zimbra/common/conf/sender_bcc
$ postmap /opt/zimbra/postfix/conf/sender_bcc
$ postfix reload
VERIFY
$ postconf | egrep "sender_bcc_maps"
REF:
Comments
Post a Comment