I tried using sender_bcc_maps by doing the following...
in /opt/zimbra/postfix/conf i created a file called sender_bcc
and added the user i wanted to copy/send to
@remotedomain.com
salesperson@domain.com
in /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
restart postfix -
postfix reload
Unfortunately this did not work and only caused the server to stop accepting mail. Any other ideas???