Autor: Lena
Datum:
To: exim-users
Betreff: Re: [exim] tons of brute force cracking events
> acl_check_auth:
>
> ? drop? message = blacklisted for bruteforce cracking attempt
> ??????? set acl_c_authnomail = ${eval10:0$acl_c_authnomail+1}
> ??????? condition = ${if >{$acl_c_authnomail}{4}}
This needs also:
acl_smtp_mail = acl_check_mail
begin acl
acl_check_mail:
accept set acl_c_authnomail = 0