Re: [exim] Regarding spaming from the server

Top Page
Delete this message
Reply to this message
Author: Lena
Date:  
To: exim-users
Subject: Re: [exim] Regarding spaming from the server
I wrote:

> begin authenticators
> PLAIN:
> driver = plaintext
> server_set_id = $auth2${acl{hash}{$auth2,$auth3}}
> server_condition = ...
>
> LOGIN:
> driver = plaintext
> server_prompts = Username:: : Password::
> server_set_id = $auth1${acl{hash}{$auth1,$auth2}}
> server_condition = ...


We are interested in failed passwords, but server_set_id is expanded
only after successful authentication. Therefore, the ${acl{...
should be appended to server_condition instead of server_set_id.