Zimbra-postfix
su – zimbra
cd /opt/zimbra/postfix/conf
switch user to zimbra by running the below command
# su – zimbra
Edit the postfix configuration file
# cd /opt/zimbra/postfix/conf/main.cf
In bottom of the file add the below line
always_bcc = email@domain.com
# postmap /opt/zimbra/postfix/conf/main.cf
# postmap main.cf
# postfix reload
# zmmtactl restart
# zmmtactl stop
# zmmtactl start
# /etc/init.d/zimbra stop # /etc/init.d/zimbra start
auto Bcc for sender mails for Zimbra 8.7
21
SEP
Auto bcc for sender mails
[root@email ~]# su zimbra
[zimbra@email conf]$ cd /opt/zimbra/conf
[zimbra@email conf]$ pwd
/opt/zimbra/conf
[zimbra@email conf]$ vi sender_bcc
mailer@lqs.co.in copy_acc@lqs.co.in
[zimbra@email conf]$ cd ../common/conf/
[zimbra@email conf]$ pwd
/opt/zimbra/common/conf
[zimbra@email conf]$ vi main.cf
add the following line in bottom
sender_bcc_maps = lmdb:/opt/zimbra/conf/sender_bcc
[zimbra@email conf]$ postmap /opt/zimbra/conf/sender_bcc
restart the zimbra postfix
[zimbra@email conf]$ postfix reload
-------------------------------------------
-----------------------------------------------------------------