Re: [exim] AUTH PLAIN problem with Alpine

Top Page
Delete this message
Reply to this message
Author: Yves
Date:  
To: exim-users
Subject: Re: [exim] AUTH PLAIN problem with Alpine
Le 2015-10-07 11:45, Jeremy Harris a écrit :
> On 07/10/15 10:28, Yves wrote:
>> Turning debug on on Alpine showed that Alpine sends "AUTH PLAIN"
>> (without data), and seems to expect prompts.
>
> I think you're missing a "server_prompts" option on your
> authenticator.


Indeed! Adding this solved the issue:
server_prompts = :

> See
>
> http://exim.org/exim-html-current/doc/html/spec_html/ch-the_plaintext_authenticator.html
>
> section 3.


Thank you Jeremy

> --
> Cheers,
> Jeremy