Sender_BCC to multi user

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
osimoni
Posts: 3
Joined: Thu Sep 14, 2017 1:44 am

Sender_BCC to multi user

Post by osimoni »

Hi
I am use zimbra 8.7.11
I want to forward user1 to other user
vi /opt/zimbra/conf/sender_bcc
user1@domain user2@domain
postmap /opt/zimbra/conf/sender_bcc
postfix reload
It's work fine

but
vi /opt/zimbra/conf/sender_bcc
user1@domain user2@domain,user3@domain
postmap /opt/zimbra/conf/sender_bcc
postfix reload
It's not work

How to I set user1 forward to multi user
Thanks
lzmwtt
Posts: 17
Joined: Tue Mar 07, 2017 7:48 pm

Re: Sender_BCC to multi user

Post by lzmwtt »

Hi, no need to use sender_bcc parameter. you just login the account, go to preferences - Mail, search Receiving Messages, Message Arrival: Forward a copy to: , then you enter email addresses as many as you want. each email use "," as delimiter, as last , you remember to click save button.
User avatar
rioprayoga
Posts: 7
Joined: Mon Apr 17, 2017 4:45 am
Contact:

Re: Sender_BCC to multi user

Post by rioprayoga »

You can follow this workaround.

1. Create distribution list bcc@domain.com with member user2@domain.com and user3@domain.com
2. vi /opt/zimbra/conf/sender_bcc

Code: Select all

user1@domain bcc@domain
3. Create postmap and reload postfix
postmap /opt/zimbra/conf/sender_bcc
postfix reload
osimoni
Posts: 3
Joined: Thu Sep 14, 2017 1:44 am

Re: Sender_BCC to multi user

Post by osimoni »

I will try to use " distribution list " for Sender_BCC and Recipient_BCC

Thank All
Post Reply