This is a discussion on Re: where are the three "too many errors" ? within the mailing.postfix.users forums, part of the Mail Servers and Related category; On Tue, Oct 05, 2004 at 07:40:34PM -0500, Len Conrad wrote: > > mx1# postconf | egrep hard_e > ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Tue, Oct 05, 2004 at 07:40:34PM -0500, Len Conrad wrote:
> > mx1# postconf | egrep hard_e > smtpd_hard_error_limit = 2 > > Oct 5 15:34:29 mx1 postfix/smtpd[12504]: connect from > id1.texhoma.net[205.240.130.11] > > Oct 5 15:34:30 mx1 postfix/smtpd[12504]: NOQUEUE: reject: RCPT from > id1.texhoma.net[205.240.130.11]: 554 <id1.texhoma.net[205.240.130.11]>: > Client host rejected: ACL mta_clients_shel; from=<xxx@texhoma.net> > to=<xx@starcomm.net> proto=ESMTP helo=<id1.texhoma.net> > > Oct 5 15:34:30 mx1 postfix/smtpd[12504]: too many errors after DATA from > id1.texhoma.net[205.240.130.11] > > Oct 5 15:34:30 mx1 postfix/smtpd[12504]: disconnect from > id1.texhoma.net[205.240.130.11] > > > I only see ONE smtpd error in the smtpd session, the 554. > The client proceeded to "DATA" (pipelined) in the absense of any accepted recipients. The DATA command was also rejected (per the pipelining RFC) making 2 errors. You error limit is 2 (not 3). -- Viktor. Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the "Reply-To" header. To unsubscribe from the postfix-users list, visit http://www.postfix.org/lists.html or click the link below: <mailto:majordomo@postfix.org?body=unsubscribe%20p ostfix-users> |