Re: [exim] exim4 - 550 relay not permitted

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Dennis Skinner
日付:  
To: bf
CC: exim-users
題目: Re: [exim] exim4 - 550 relay not permitted
Bernhard Finkbeiner wrote:
>
> 2005-12-08 21:43:42 1EkSc7-0001h1-24 ** bf@??? R=smarthost
> T=remote_smtp_smarthost: SMTP error from remote mailer after RCPT
> TO:<bf@???>: host <IP-Address> [<IP-Address>]: 550 relay not
> permitted
>


That message is not from the relay server (smarthost), it is from Exim.
Neither the sender nor the reciepient is someone that Exim handles
locally, so it thinks (correctly) that you are trying to relay though it.

Somewhere in your configs should be a line like:

hostlist relay_from_hosts = 127.0.0.1

Add your computer's IP to it, like:

hostlist relay_from_hosts = 127.0.0.1 : <IP-Address>

Then be sure to either restart or HUP Exim.

--
Dennis Skinner
Systems Administrator
BlueFrog Internet
http://www.bluefrog.com