On Wed, Jan 16, 2002 at 10:47:39AM +0100, Héctor Garcia Peris wrote:
> 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
Those look sensible.
I presume you've got:
auth_always_advertise = true
or
auth_hosts = *
in your main config ?
what does the output of
exim -bP authenticators
say?
> But it doesn't appears in the EHLO command and it doesn't work with OE.
> Are each section a server authenticator?
are you sure you're using the right exim binary ? and are you sure that the
correct one is running as your daemon ? (ie. if you changed the config, did
you do the SIGHUP?) What happens if you run with debugging on?
> >And, please don't copy me in on mails I send to a list.
> Sorry.
NP.
MBM
--
Matthew Byng-Maddick <mbm@???> http://colondot.net/