Autor: Peter Bowyer Datum: To: exim users Betreff: Re: [exim] log smtp auth
On 18/02/06, alexis <alzrck@???> wrote: > Is there any way to log the smtp authentications attempts and results,
> and better, into a sql table?
> In order to implement the "n days of inactivity blocks your account"
> or stuff like that?
You could implement much of this in a separate log-scraping model -
look for the 'A=login:xxxx' records in <= lines. (Adjust for your auth
mechnanism), and update a column in MySQL for each user spotted.