Re: Can I configure 5xx error for smtpd_recipient_limit

2010-03-11 Thread Noel Jones
On 3/11/2010 2:18 AM, ram wrote: I need to reject messages above n recipients with a Permanent Failure. Why? This sounds like a misguided request. If I configure smtpd_recipient_limit=50 This parameter is intended to limit total recipients per delivery, not the whole message including p

Can I configure 5xx error for smtpd_recipient_limit

2010-03-11 Thread ram
I need to reject messages above n recipients with a Permanent Failure. If I configure smtpd_recipient_limit=50 I cant outright reject the messages unless I set smtpd_hard_error_limit=1 Thanks Ram