Re: [exim] Regarding spaming from the server
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
Ce message fait partie du fil suivant :
Arborescence complète du fil triée par date
Lena à
2013-07-01 20:06
Auteur:
Lena
Date:
2013-07-01 20:44
UTC
À:
exim-users
Sujet:
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.