Limit number of address in "To:" field

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
mmgomess
Advanced member
Advanced member
Posts: 51
Joined: Thu Sep 04, 2014 7:13 am

Limit number of address in "To:" field

Post by mmgomess »

Hi friends.

I need to limit the number of addresses in the "To:" in messages from my domain users.

It is possible?

Sorry my bad english

Thanks.

Marcelo
User avatar
cayaraa
Outstanding Member
Outstanding Member
Posts: 341
Joined: Sat Sep 13, 2014 12:33 am
ZCS/ZD Version: ZCS 8 NE & ZCS 8 FOSS

Re: Limit number of address in "To:" field

Post by cayaraa »

It doesn't give the best error message when you go over it but we do this at the postfix/mta level.
To view:
$ postconf|grep smtpd_recipient_limit
To change:
$ postconf -e 'smtpd_recipient_limit = 400'

http://www.postfix.org/postconf.5.html# ... ient_limit

-Aaron
mmgomess
Advanced member
Advanced member
Posts: 51
Joined: Thu Sep 04, 2014 7:13 am

Re: Limit number of address in "To:" field

Post by mmgomess »

Hello Aaron.

This setting will work only with messages from my domain?

I do not want to affect incoming messages.

Thank you

Marcelo
User avatar
cayaraa
Outstanding Member
Outstanding Member
Posts: 341
Joined: Sat Sep 13, 2014 12:33 am
ZCS/ZD Version: ZCS 8 NE & ZCS 8 FOSS

Re: Limit number of address in "To:" field

Post by cayaraa »

Ah yeah I should have said that. We split our outbound and inbound zimbra mta servers so this setting can be lower on the outbound mta.
Post Reply