Re: [Exim] exim - smarthost config problem - dynamic IP reje…

Pàgina inicial
Delete this message
Reply to this message
Autor: Tor Slettnes
Data:  
A: java
CC: 'Exim' Users
Assumpte: Re: [Exim] exim - smarthost config problem - dynamic IP rejection
On May 11, 2004, at 08:22, java@??? wrote:
> login:
>           driver = plaintext
>           public_name = LOGIN
>       client_send =
> "encrypteduser_password_used_to_authenticate_when_telne_to_my_ISP"

>
>
> Now when I try to send emails, I get 550 relay not permitted from my
> ISP mail server. My understanding was that one smarthost defined the
> 'login' will kick in and try to authenticate.
> In my email log I see the 550 relay not permitted message, but don't
> see the fact that login is called.


See the provided examples.  Basically, "client_send" should list three
fields, separated by colons:
     client_send = "$server : $username : $password"


     $server    is the server you authenticate against
     $username  is your username on that server
     $password  is your password on that server



-tor