Re: [Exim] SMTP Authentication Woes.

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Kirill Miazine
Data:  
Para: robert sparks
CC: exim-users
Asunto: Re: [Exim] SMTP Authentication Woes.
* robert sparks <rsparks@???> [20020321 16:48]:
> I added the following to my Exim configure file and then did a HUP on the
> Exim daemon:
>
> host_accept_relay = 127.0.0.1 : <our IP range>
>
> fixed_cram:
>     driver = cram_md5
>     public_name = CRAM-MD5
>       server_secret = ${if eq{$1}{ph10}{secret}fail}
>     server_set_id = $1

>
> Now, in an Outlook client, I set Outlook to require authentication, then
> popped in the FreeBSD credentials. I continually receive the error message:
>
> "The message could not be sent because one of the recipients was rejected by
> the server. Server Response: '550 relaying to <email address> prohibited
> by administrator'."
>
> Locally, the SMTP server works great.
>
> What the heck is going on?


Outlook uses LOGIN authentication.

login:
    driver = plaintext
    public_name = LOGIN
    server_prompts = Username:: : Password::
    server_condition = <do something here>
    server_set_id = $1


--
Kirill