Re: [exim] Questions about delay / teergrubing

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Jeremy Harris
Fecha:  
A: exim-users
Asunto: Re: [exim] Questions about delay / teergrubing
Christian Stiller wrote:
> - when an ACL hits a delay (e.g. bad HELO), there won't be any message
> in the logfile until the delay is over. Is there any way to make exim
> generate a message in the logfile like "bad HELO, delaying for x
> minutes" as soon as the condition is hit, and not after the delay?


Sequence your acl entries.

...

acl_slowhimdown:
warn log_message = 20 second penalty (he's an idiot)
accept delay = 20s


- Jeremy