Re: [exim] Logging to SysLog just some events

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Jakob Hirsch
Data:  
Para: Luca Bertoncello
CC: exim-users
Assunto: Re: [exim] Logging to SysLog just some events
Quoting Luca Bertoncello:


> Just another question: is it possibile to DROP the connection if the
> authenticator fails?


AFAIK not immediately, because that would need something like
"acl_smtp_postauth", which is not implemented in exim.

But you can drop it after the next command (which could be AUTH or MAIL)
by adopting the second scheme I proposed.