Re: [exim] Logging to SysLog just some events

Etusivu
Poista viesti
Vastaa
Lähettäjä: Jakob Hirsch
Päiväys:  
Vastaanottaja: Luca Bertoncello
Kopio: exim-users
Aihe: 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.