On Apr 8, 2004, at 10:23 PM, Ryan Verner wrote:
too many errors after RCPT from server

Googling on the error message (always a good idea)


<http://www.google.com/search? q=too%20many%20errors%20after%20RCPT%20from%20server>

brings up this thread:

<http://archives.neohapsis.com/archives/postfix/2002-10/ thread.html#2726>

fix appears to be setting smtpd_hard_error_limit

from sample-smtpd.cf:

# The smtpd_hard_error_limit parameter specifies an error count upper
# limit.  The SMTP server disconnects after an SMTP client makes this
# number of errors within a session.
#
smtpd_hard_error_limit = 20

try increasing that to 30, or 50, or whatever.

(and this question really should have been posted on a postfix list if posted at all)

--
A vote for Nader is a vote for George Bush.


------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

Reply via email to