Am setting up an Archive account on our Zimbra 5.0.6 FOSS for legal reasons. For incoming mail I set up a simple forward to a 'archive' using the Admin Console (Edit account->Forwarding->Forwarding Addresses hidden from user.....) that works great.:-> Issue is on the 'sender_bcc_maps' it does not seem to be sending 'sent' mail to it.
Here is what I did:
Code:
/opt/zimbra/postfix/conf created a file called sender_bcc
and added
@domain.com archive@domain.com
/opt/zimbra/postfix/conf/main.conf I added sender_bcc_maps = hash:/opt/zimbra/postfix/conf/sender_bcc
then run as zimbra user
postmap /opt/zimbra/postfix/conf/sender_bcc
postfix reload
zmcontrol stop/start
Am I missing something?