Page 1 of 1

Intercept only send messages

Posted: Thu Oct 19, 2017 4:04 pm
by fsantana.ti
Hi!

How can I get zimbra 8.6.0 to send a copy of the messages sent from some users in my domain to my email?




Thank you!!!!

Re: Intercept only send messages

Posted: Thu Oct 19, 2017 11:14 pm
by fs.schmidt
Hi,

su - zimbra

postconf -e sender_bcc_maps=lmdb:/opt/zimbra/postfix/conf/sender_bcc

vim /opt/zimbra/postfix/conf/sender_bcc

account_to_audit@yourdomain.com account_to_receive_the_copy@yourdomain.com

postmap /opt/zimbra/postfix/conf/sender_bcc

postfix reload