Re: [Exim] AUTH command

Top Page
Delete this message
Reply to this message
Author: Héctor Garcia Peris
Date:  
To: exim-users
Subject: Re: [Exim] AUTH command
At 10:36 16/01/02, you wrote:

>You have read:
>http://www.exim.org/exim-html-3.30/doc/html/spec_35.html#SEC763
>haven't you?


Yes, I have read it. And I put in my config file this:

plain:
     driver = plaintext
     public_name = PLAIN
     server_condition = "${if and{ {eq{$2}{user}} {eq{$3}{pass}} } {1}{0}}"
     server_set_id = $2


login:
     driver = plaintext
     public_name = LOGIN
     server_prompts = "Username:: : Password::"
     server_condition = "${if and{ {eq{$1}{user}} {eq{$2}{pass}} } {1}{0}}"
     server_set_id = $1


cram:
    driver = cram_md5
    public_name = CRAM-MD5
    server_secret = ${if eq{$1}{user}{pass}fail}
    client_name = user
    client_secret = pass


But it doesn't appears in the EHLO command and it doesn't work with OE.
Are each section a server authenticator?

>And, please don't copy me in on mails I send to a list.


Sorry.


---------------------------------------------------------------------
Héctor Garcia Peris
Dpto. Informática
Instituto Valenciano de Investigaciones Económicas S.A. (Ivie)
C/ Guardia Civil, 22 esc-2 1º 46020 - Valencia (Spain)
Tfno.: +34 - 963190050 / +34 - 963930816
Fax.: +34 - 963190055 / +34 - 963930856
e-mail: hector.garcia@???
----------------------------------------------------------------------