Re: [Exim] plain authenticator failed

Pàgina inicial
Delete this message
Reply to this message
Autor: Asbjørn Høiland Aarrestad
Data:  
A: Paul Warren
CC: exim-users
Assumpte: Re: [Exim] plain authenticator failed
Paul Warren wrote:

>On Tue, 2003-05-20 at 14:49, Asbjørn Høiland Aarrestad wrote:
>
>
>>I have a repeating problem with my setup. Sometimes (when using my exim
>>server as external relay with auth) I get the following error message in
>>"exim_rejectlog":
>>
>>-------
>>2003-05-20 08:28:55 plain authenticator failed for (aarrestad.com)
>>[129.177.43.16]: 535 Incorrect authentication data (set_id=asbjorn)
>>
>>
>
>
>
>>-----------
>>
>>What is the reason for this?
>>
>>
>
>Difficult to say. SMTP AUTH can be a bit of a pig to get working, but
>it's impossible to say what the exact problem is here without:
>
>a) a copy of (the relevant parts of) your exim config
>


plain:
driver = plaintext
public_name = PLAIN
server_condition = "${if pam{$2:$3}{1}{0}}"
server_set_id = $2

login:
driver = plaintext
public_name = LOGIN
server_prompts = "Username:: : Password::"
server_condition = "${if pam{$1:$2}{1}{0}}"
server_set_id = $1


>b) what mail client you are using
>
>

using mozilla on a wireless network