[TLUG] Re: [TLUG] 請問各位 sendmail 寄不出 email 是什 麼原因?

才庫人力 tlug@linux.org.tw
Thu, 30 Sep 1999 16:19:57 +0800


-----原始郵件-----
寄件者: mozo <mozo@wahoo.com.tw>
收件者: tlug@linux.org.tw <tlug@linux.org.tw>
日期: 1999年9月30日 AM 11:13
主旨: Re: [TLUG] 請問各位 sendmail 寄不出 email 是什麼原因?


>Leong Yann Bing wrote:
>
>>  請問各位 sendmail 寄不出 email 是什麼原因? 在 Server (161.142.2.17
>> 〔假設〕) 用 telnet localhost 25 寄給 localhost user 或者 Internet
>> email (不同的Domain)都沒問題.但是,若我在其他的電腦設定 161.142.2.17
>> 為 pop3 and smtp Server, 我只能寄出 email 給 localhost user, 而不能上
>> Internet. 錯誤訊息如下: --------  Error Message ------------The
>> message could not be sent because one of the recipients was rejected
>> by the server. The rejected email address was 'leongyb@linux.com.my'.
>> Sebject 'testing mail', Account: '161.142.2.17', Server:
>> '161.142.2.17', Protocal: SMTP, Server Response: '550
>> <leongyb@linux.com.my>...Relaying denied', Port:25,
>> Secure(SSL):No,Server Error:550, Error Number:0x800CCC79-------- End
>> Message -------------- 我所使用的是 RH6.0 , sendmail.cf 不曾做過任何更
>> 改. 若有任何有關 sendmail 的中文網站也有勞告知,謝謝!  Hikotake
>
>在/etc/mail/access中加上一行
>your.domain.name    RELAY
>
>試試看
>
>--
>胡崇賢  網虎國際 http://wahoo.com.tw
>mailto:mozo@wahoo.com.tw
>
>
Try to add your domain or hostname to your /etc/sendmail.cw file
like
<hostname>.<domainname>
or
<domainname>
And if you have DNS try to set a MX record to hosts.zone file
Good luck:)
>