Re: [Exim] SMTP AUTH and mail clients again

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Héctor Garcia Peris
Data:  
Para: Jose Luis Martin
CC: exim-users
Assunto: Re: [Exim] SMTP AUTH and mail clients again
At 12:50 20/12/01 +0100, you wrote:
>Héctor Garcia Peris wrote:
>
>I'm using this conguration and work fine with outlook and
>netscape, outlook use LOGIN and netscape use
>PLAIN. don't worry about servers conditions, Im using a mysql database
>to hold user/password pairs. Note
>the server_prompts = "Username:: : Password::" in LOGIN, Outlook need it!!.
>
>  plain:
>    driver = plaintext
>    public_name = PLAIN
>    server_condition = "${if eq{${md5:$3}}{${substr_5:${lookup
> mysql{select password_hash from popbox where
>local_part='${local_part:$2}' and
>domain_name='${domain:$2}'}{$value}}}}{1}{0}}"
>    server_set_id = $2

>
>  login:
>    driver = plaintext
>    public_name = LOGIN
>    server_prompts = "Username:: : Password::"
>    server_condition = "${if eq{${md5:$2}}{${substr_5:${lookup
> mysql{select password_hash from popbox where
>local_part='${local_part:$1}' and
>domain_name='${domain:$1}'}{$value}}}}{1}{0}}"
>    server_set_id = $1



I tried with server_prompts = "Username:: : Password::" and continues the same.
What can I do?

Thanks


---------------------------------------------------------------------
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@???
----------------------------------------------------------------------