今天客戶跟我講他有台服務器要通過smtp方式向domino服務器中發送郵件,但是他的服務器無論如何都訪問不到domino服務器的25端口,讓我過去幫忙解決,解決過程如下:
步驟一:檢查172.1.1.208 25端口是否開啟,檢查後已經開啟
步驟二:其他服務器訪問172.1.1.208 25端口是否能訪問:用我自己的電腦訪問可以訪問
結論:問題不是出在172.1.1.208服務器,應該是服務器172.1.1.171的問題或者他們之間的網絡問題
步驟三:測試同一網段其他的機器能否訪問,在同一網段其他服務器可以訪問172.1.1.208 25端口,說明不是網段的問題
步驟四:測試172.1.1.171是否可以連通172.1.1.208 服務器,ping命令運行是通的。
結論:問題歸結到172.1.1.171服務器的設置問題,具體是哪裡設置出問題尚不清楚。
到網絡上查詢相關的情況,在國外一家論壇看到如下的信息:
You web application is not able to reach the SMTP Host using Port = 25.
Possible Reasons=E2=80=A6
1. If Web Server itself relays the email check for SMTP service = under=20 Services and as well as under IIS.
2. If Email Relay server is different make sure your web server is = able to=20 reach it (by pinging).
2a. Verify with admin, whether Port 25 is open.
3. Check Firewall (software or firewall server) on your server (to = allow=20 outgoing connection)
4. Check firewall (software or firewall server) on Relay server (to = accept=20 incoming connection from your server).
5. Check the Virus Scanne