Re: [Exim] SMTP AUTH

Top Page
Delete this message
Reply to this message
Author: Kirill Miazine
Date:  
To: Cameron
CC: Exim Users List
Subject: Re: [Exim] SMTP AUTH
* Cameron <hiryu@???> [20011222 11:25]:
> Great,
>
> Thanks for the info, but the example I copied this from was meant
> for just PLAIN. There's a login example below it too...


RTFM:
http://www.no.exim.org/exim-html-3.30/doc/html/spec_36.html

> Anyway, thanks!
>
> On Fri, 21 Dec 2001, Kirill Miazine wrote:
> > * Cameron <hiryu@???> [20011221 03:50]:
> > >  plain:
> > >    driver = plaintext
> > >    public_name = PLAIN
> > > #   server_condition = "${if
> > > crypteq{$2}{${extract{1}{:}{${lookup{$1}lsearch{/e$
> > >    server_condition = "${if
> > > crypteq{$3}{${extract{1}{:}{${lookup{$2}lsearch{/et$
> > > #   server_set_id = $1
> > >    server_set_id = $2

> > >
> > > Of course, if I ever figure out what's wrong, I can fix it myself by
> > > uncommenting the old lines, and commenting the new lines.
> >
> > When using PLAIN, username is stored in $2 and password is in $3. When
> > using LOGIN, username is in $1 and password is in $2.


--
Kirill