Re: [exim] Logging to SysLog just some events

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Jakob Hirsch
Dátum:  
Címzett: Luca Bertoncello
CC: exim-users
Tárgy: 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.