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.

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to