Hi
I am using zimbra 7.0.1 mail server and i was configure Monitor incoming and outgoing emails ........ But not woring
[root@map007]# vi /opt/zimbra/postfix/conf/main.cf
Add following line to get a bcc copy to your email id when some one send a mail :-
sender_bcc_maps = hash:/etc/sender_bcc
Add following line to get a bcc copy to your email id when some one receive a mail :-
recipient_bcc_maps = hash:/etc/recipient_bcc
Now create these two files under etc/ directory.
[root@map007]# touch /etc/sender_bcc
[root@map007]# touch /etc/recipient_bcc
Edit these files and add entry like this :-
support@linuxsurgeon.org admin@linuxsurgeon.org
After this I will get in/out mail’s copy of support email account to admin email id.
Now run following commands :-
[root@map007]# cd /opt/zimbra/postfix/sbin
[root@map007]# ./postmap /etc/sender_bcc
[root@map007]# ./postmap /etc/recipient_bcc
[root@map007]# ./postfix reload
After completing the job its not working
Regds
Ranjeet