Re: [exim] typo in Ch 37, dovecot authenticator?

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Kirill Miazine
Data:  
Para: WJCarpenter
CC: Exim Mailing List
Assunto: Re: [exim] typo in Ch 37, dovecot authenticator?
* WJCarpenter [2010-01-30 11:10]:
> http://www.exim.org/exim-html-current/doc/html/spec_html/ch37.html
>
> The text says "the identity of the user who authenticated is placed in
> $auth1", but the example show use of both "$auth1" and "$auth2".
>
> Does someone know offhand which is correct (to save my lazy self from
> finding out experimentally)?


Both. Depends on public_name being used. For PLAIN, username is stored
in $auth2 and password in $auth3. For LOGIN, username is $auth1 and
password in $auth2. For NTLM I have no idea.

If using Dovecot authentication with Exim, note that Exim will abort if
authenticating against Dovecot 2.0. See this post:
http://dovecot.org/list/dovecot/2010-January/046281.html

BR,
Kirill