Re: [Exim] pine smtp auth with exim

Top Pagina
Delete this message
Reply to this message
Auteur: Giuliano Gavazzi
Datum:  
Aan: Suresh Ramasubramanian
CC: exim-users
Onderwerp: Re: [Exim] pine smtp auth with exim
At 10:43 +0530 2002/12/23, Suresh Ramasubramanian wrote:
>PINE does auth quite well... but you might want to try
>/user=$username/Novalidate-cert


this unfortunately does not fix the auth, but does break the
novalidate-cert... at least in my configuration.

>See what kind of AUTH you are offering ...


I tried inverting the order or the auth in exim config, or commenting
out login,to no avail.

My auth section is:

login:
   driver = plaintext
   public_name = LOGIN
   server_prompts = "Username:: : Password::"
   server_condition = "${if and {{!eq{$1}{}}{!eq{$2}{}} \
                           {crypteq{$2}{\
${lookup netinfo {-t localhost/local /users/$1 passwd 0} \
        {$value}{*}}}}}}{1}{0}}"


plain:
   driver = plaintext
   public_name = PLAIN
   server_prompts =  :
   server_condition = "${if and {{!eq{$2}{}}{!eq{$3}{}}\
                           {crypteq{$3}{${lookup\
            netinfo {. /users/$2 passwd 0} {$value}{*}}}}}{1}{0}}"



>I have AUTH'd against an exim server with PINE quite often. PINE did AUTH
>PLAIN I think.


are you positively sure about that? Is it because it showed asmtp (or
A=..) in the logs, or because otherwiseit would have been rejected?
I am asking as in my case I do not get any error, not in the log or
in pine.

Thanks

Giuliano