* 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 -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
