2010-11-13 147 views
2

我已經在本地windows系統上設置了JAMES電子郵件服務器。現在我想發送郵件到我的雅虎帳戶,但我收到以下錯誤無法使用JAMES郵件服務器發送郵件?

 
13/11/10 12:39:56 INFO James.Mailet: RemoteAddrNotInNetwork: Authorized addresses: [127.0.0.1/255.255.255.255, 0.0.0.0/255.255.255.255, 192.168.2.0/255.255.255.0] 
13/11/10 12:39:56 INFO James.Mailet: RemoteDelivery: maxRetries is larger than total number of attempts specified. Increasing last delayTime with 19 attempts 
13/11/10 12:39:56 INFO James.Mailet: RemoteDelivery: Delay of 21600000 msecs is now attempted: 20 times 
13/11/10 12:40:04 INFO James.Mailet: RemoteDelivery: Attempting delivery of Mail1289631302656-0-to-yahoo.co.in to host mx1.mail.in.yahoo.com. at 180.222.96.138 for addresses [[email protected]] 
13/11/10 12:40:04 INFO James.Mailet: RemoteDelivery: Could not connect to SMTP host: 180.222.96.138, port: 25, response: 553 
13/11/10 12:40:04 INFO James.Mailet: RemoteDelivery: Temporary exception delivering mail (Mail1289631302656-0-to-yahoo.co.in: 
13/11/10 12:40:04 INFO James.Mailet: RemoteDelivery: Storing message Mail1289631302656-0-to-yahoo.co.in into outgoing after 0 retries 

按照常見問題最有可能我有一些問題,我配置的DNS服務器。所以我應該把我的DNS服務器設置爲 - 我的系統的內部IP,我的路由器的IP,我的公共IP。我很困惑。任何建議友善分享。

回答

1

在JAMES的入門指南中說:

確定要使用的DNS服務器。在Windows上,輸入ipconfig/all並查找DNS服務器。在Unix上,查看/etc/resolv.conf。您將在步驟#9中需要此信息。

https://wiki.apache.org/james/JamesQuickstart

相關問題