RE: [Exim] Plain text Auth problem

Pàgina inicial
Delete this message
Reply to this message
Autor: Ganbold
Data:  
A: Derrick MacPherson
CC: exim-users
Assumpte: RE: [Exim] Plain text Auth problem
Hi,

I think those plain1/login1 are just names so there shouldn't be worng in
config file.
Did you see any other problems in config?

Ganbold

At 08:36 AM 10/4/2002 -0700, Derrick MacPherson wrote:
>Just a guess on my part, since I don't use AUTH..
>
>But why do those say plain1/login1 - should they not have the 1?
>
> > begin authenticators
> >
> > plain1:
> >
> > driver = plaintext
> > public_name = PLAIN
> > server_prompts = :
> > server_condition = ${if and { \
> > {eq{$2}{${lookup mysql{SELECT name FROM usrs WHERE name='$2'}}}} \
> > {eq{$3}{${lookup mysql{SELECT pwrd FROM usrs WHERE name='$2'}}}} \
> > }{yes}{no}}
> > server_set_id = $2
> >
> > login1:
> >
> > driver = plaintext
> > public_name = LOGIN
> > server_prompts = Username:: : Password::
> > server_condition = ${if and { \
> > {eq{$1}{${lookup mysql{SELECT name FROM usrs WHERE name='$1'}}}} \
> > {eq{$2}{${lookup mysql{SELECT pwrd FROM usrs WHERE name='$1'}}}} \
> > }{yes}{no}}
> > server_set_id = $1
> >
> >
> > # End of Exim configuration file
> >
> >
> >
> > --
> >
> > ## List details at
> > http://www.exim.org/mailman/listinfo/exim-> users Exim details
> > at http://www.exim.org/ ##
> >
> >