Re: [Exim] Plain text authentication not working

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Aaron Cimolini
Fecha:  
A: exim-users
Asunto: Re: [Exim] Plain text authentication not working
Hey man,

sending an ehlo command should bring up the authentication options if
they were compiled in and configured.

Im just a newbie but I did try that one.

good luck :)

On Sunday, October 5, 2003, at 01:44 AM, Andrew Nelson wrote:

> Hi,
>
> I found this code in the documentation and put it in the
> authentication section of my config, but still get "relay not
> permitted" (even when configuring outlook with the username
> and password ("ph10", "secret")..
>
>  fixed_plain:
>    driver = plaintext
>    public_name = PLAIN
>    server_prompts = :
>    server_condition = \
>      ${if and {{eq{$2}{ph10}}{eq{$3}{secret}}}{yes}{no}}
>    server_set_id = $2

>
> I've read through all the authentication sections of the docs
> and still can't make it work! telnetting to port 25 and entering
> HELO doesn't show up any AUTH stuff.. Exim should have been
> compiled with it (its in the freebsd port).. How do I tell exim
> to look for username/passwords before spitting out "relay not
> permitted" ?
>
> I'd love some help - you may have to spell it out a bit for
> me - i've just migrated from sendmail!
>
> thanks,
> andrew.
>
> _________________________________________________________________
> Protect your inbox from harmful viruses with new ninemsn Premium.
> Click here
> http://ninemsn.com.au/premium/landing.asp
>
>
> --
>
> ## List details at http://www.exim.org/mailman/listinfo/exim-users
> Exim details at http://www.exim.org/ ##
>
>