sent filter that works for external mail clients

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
User avatar
oetiker
Outstanding Member
Outstanding Member
Posts: 276
Joined: Fri Mar 07, 2014 1:05 pm
Location: Switzerland
ZCS/ZD Version: Release 10.0.6.GA.4518.UBUNTU20_64
Contact:

sent filter that works for external mail clients

Post by oetiker »

Hi

I like to configure a send filter in zimbra that works for external email clients which are using smtp submission port for sending emails.
The normal weblclient send filter does not work for this usage.

The story behind, is that all users like to have one shared send folder.

Thanks Manuel
User avatar
oetiker
Outstanding Member
Outstanding Member
Posts: 276
Joined: Fri Mar 07, 2014 1:05 pm
Location: Switzerland
ZCS/ZD Version: Release 10.0.6.GA.4518.UBUNTU20_64
Contact:

<solved> sent filter that works for external mail clients

Post by oetiker »

Hi

I solved the problem with a sender_bcc_maps
create a new box send-box@domain1.ch in your zimbra host
add to:

Code: Select all

/opt/zimbra/common/conf/main.cf
sender_bcc_maps = lmdb:/opt/zimbra/common/conf/sender_bcc
create a sender_bcc file

Code: Select all

email@domain1.ch			send-box@domain1.ch
email2@domain1.ch		       send-box@domain1.ch

Code: Select all

postmap /opt/zimbra/common/conf/sender_bcc
postfix reload
Post Reply