Config BCC_Sender and Recipient mails for Zimbra

By admin at 2018-09-25 • 0 collector • 1880 pageviews

[root@email ~]# su zimbra

$ cd /opt/zimbra/conf


*** config bcc outgoing email ***

$ nano sender_bcc

------------------------------

** for bcc all users in domain

@domain    boss@domain

-----------------------------

** for bcc select user indomain

user1@domain    boss@domain

user2@domain    boss@domain

===================


*** config bcc incoming email ****

$ nano recipient_bcc

------------------------------

** for bcc all users in domain

@domain    boss@domain

-----------------------------

** for bcc select user indomain

user1@domain    boss@domain

user2@domain    boss@domain

===================


exit  to root


# cd /opt/zimbra/common/conf


#nano  main.cf


add the following line in bottom


recipient_bcc_maps = lmdb:/opt/zimbra/conf/recipient_bcc

sender_bcc_maps = lmdb:/opt/zimbra/conf/sender_bcc


# su zimbra


$ postmap /opt/zimbra/conf/recipient_bcc

$ postmap /opt/zimbra/conf/sender_bcc


restart the zimbra postfix


$ postfix reload


*** After edit  need to RUN postmap everytime ****


Requires Login

Loading...