Re: [exim] Regarding spaming from the server

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Lena
日付:  
To: exim-users
題目: 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.