Thanks for this, but it is still giving the same error and not allowing authentication.
Tony Finch wrote:
> On Mon, 13 Sep 2004, Erik Myllymaki wrote:
>
>>Works great with Thunderbird, but I can't get it to work with Outlook or
>>Outlook Express:
>>
>>Login authenticator failed 535 Incorrect authentication data
>
>
>># The LOGIN mechanism is not a standard but is used in many programs.
>># It doesn't provide any info on the AUTH command; but responds to
>># prompts. Some clients are reputedly -very- sensitive to exact spelling
>># of the prompts. (Unsurprisingly, Outlook Express is reported to be
>># among them.)
>>login:
>> driver = plaintext
>> public_name = LOGIN
>> server_prompts = Username : Password
>> server_condition = ${perl {getPw} {$1} {mail} }
>> server_set_id = $1
>
>
> You need to change this to:
>
> server_prompts = <| Username: | Password:
>
> Tony.