Re: [Exim] outlook express auth fails

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Tabor J. Wells
Fecha:  
A: NOC - KP^2
Cc: exim-users
Asunto: Re: [Exim] outlook express auth fails
On Wed, Aug 22, 2001 at 07:08:09PM -0500,
NOC - KP^2 <noc@???> is thought to have said:

> Here is what I have included in my configure:
>
> host_auth_accept_relay = *
>
> fixed_plain:
> driver = plaintext
> public_name = PLAIN
> server_condition = ${if and {{eq{$2}{ph10}}{eq{$3}{secret}}}{yes}{no}}
> server_set_id = $2
>
> fixed_login:
>   driver = plaintext
>   public_name = LOGIN
>   server_prompts = "Username:: : Password::"
>   server_condition = \
>     ${if and {{eq{$1}{ph10}}{eq{$2}{secret}}}{yes}{no}}
>   server_set_id = $1

>
> fixed_cram:
> driver = cram_md5
> public_name = CRAM-MD5
> server_secret = ${if eq{$1}{ph10}{secret}fail}
> server_set_id = $1


Well, the examples listed above are specifically hard coded for Philip's
username (ph10) and a sample password in the server_condition. You'll need
some kind of lookup to check against a valid username/password input by
the mail client you're using.

See the sample config C034 which is available in the config.samples.tar.gz
file available from your favorite Exim mirror site.

Tabor

-- 
--------------------------------------------------------------------
Tabor J. Wells                                     twells@???
Fsck It!                 Just another victim of the ambient morality