Re: Regarding smtpd_recipient_limit

2014-06-20 Thread Viktor Dukhovni
On Fri, Jun 20, 2014 at 06:00:18PM +0530, Joy wrote: > 2. I am willing to limit recipient per message You're failing to understand the difference between the recipient count of a message and the recipient count of an "envelope". The same message can be delivered in multiple "envelopes". If you

Re: Regarding smtpd_recipient_limit

2014-06-20 Thread Wietse Venema
Joy: > Thanks for the reply but my problem is little bit different .. Here is what > i am looking for. > > 1. I am using postfix as MTA which is correctly delivering mails to local > and remote users. > 2. I am willing to limit recipient per message which i achieved using > smtpd_recipient_limit b

Re: Regarding smtpd_recipient_limit

2014-06-20 Thread Joy
Thanks for the reply but my problem is little bit different .. Here is what i am looking for. 1. I am using postfix as MTA which is correctly delivering mails to local and remote users. 2. I am willing to limit recipient per message which i achieved using smtpd_recipient_limit but it counts local

Re: Regarding smtpd_recipient_limit

2014-06-17 Thread Noel Jones
On 6/17/2014 11:06 AM, Joy wrote: > Dear All, > I want to restrict users to not send more than 5 > recipient in TO/CC/BCC to external recipient so i have implemented > one relay server to restrict the same. I configured my relay server > with following line in main.cf

Regarding smtpd_recipient_limit

2014-06-17 Thread Joy
Dear All, I want to restrict users to not send more than 5 recipient in TO/CC/BCC to external recipient so i have implemented one relay server to restrict the same. I configured my relay server with following line in main.cf smtpd_recipient_limit = 5 I reloaded the server but