Re: [exim] AUTH PLAIN problem with Alpine

Etusivu
Poista viesti
Vastaa
Lähettäjä: Yves
Päiväys:  
Vastaanottaja: exim-users
Aihe: 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