On Thu, Sep 27, 2007 at 07:58:35PM +0200, Marcin Krol wrote: > I have acl_smtp_connect defined that drops when too many auth attempts from > this IP failed (thanks, Original Poster). > > However, after some tweaking and Exim restarts the message SMTP client gets > has changed from "Too many failed authentication attempts" to "550 > Administrative prohibition" and it doesn't seem to change.
Yeah, I should have put the terminating "accept" in my examples in my ratelimiting examples. Without them, you'll end up rejecting everything. I had other entries in my connect ACL, so I just originally snipped the portion needed for the example. Sorry about that. -- Dean Brooks [EMAIL PROTECTED] -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
