Re: [exim] ratelimit based on invalid authentication

2012-07-09 Thread Lena
From: Arkadiusz Mi?kiewicz Is there a way to rate limit host based on invalid authentication? WARNTO = ab...@example.com EXIMBINARY = /usr/local/sbin/exim -f root SHELL = /bin/sh acl_smtp_auth = acl_check_auth acl_smtp_quit = acl_check_quit acl_smtp_notquit = acl_check_notquit acl_smtp_mail =

[exim] ratelimit based on invalid authentication

2012-07-08 Thread Arkadiusz Miśkiewicz
Hi, Is there a way to rate limit host based on invalid authentication? I'm limiting on lack of auth but how to do the similar thing for invalid auth? 2012-07-08 22:09:33 login authenticator failed for (aabb) [x.x.x.x]: 535 Incorrect authentication data (set_id=...) -- Arkadiusz Miśkiewicz,

Re: [exim] ratelimit based on invalid authentication

2012-07-08 Thread Dean Brooks
On Sun, Jul 08, 2012 at 10:11:17PM +0200, Arkadiusz Mi?kiewicz wrote: Is there a way to rate limit host based on invalid authentication? I'm limiting on lack of auth but how to do the similar thing for invalid auth? 2012-07-08 22:09:33 login authenticator failed for (aabb) [x.x.x.x]: 535

Re: [exim] ratelimit based on invalid authentication

2012-07-08 Thread Todd Lyons
On Sun, Jul 8, 2012 at 6:55 PM, Dean Brooks d...@iglou.com wrote: I have included below the configuration we are using to do this. If you have this in place, your server will automatically begin rejecting hosts that send repeated auth failure attempts. You can change the BADAUTH_LIMIT macro