Author: Jakob Hirsch
Date:
To: Luca Bertoncello
CC: exim-users
Subject: 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.