來(lái)源:腳本之家 時(shí)間:2022-03-31 09:34:57
今天客戶(hù)跟我講他有臺(tái)服務(wù)器要通過(guò)smtp方式向domino服務(wù)器中發(fā)送郵件,但是他的服務(wù)器無(wú)論如何都訪(fǎng)問(wèn)不到domino服務(wù)器的25端口,讓我過(guò)去幫忙解決,解決過(guò)程如下: 步驟一:檢查172.1.1.208 25端口是否開(kāi)啟,檢查后已經(jīng)開(kāi)啟 步驟二:其他服務(wù)器訪(fǎng)問(wèn)172.1.1.208 25端口是否能訪(fǎng)問(wèn):用我自己的電腦訪(fǎng)問(wèn)可以訪(fǎng)問(wèn) 結(jié)論:?jiǎn)栴}不是出在172.1.1.208服務(wù)器,應(yīng)該是服務(wù)器172.1.1.171的問(wèn)題或者他們之間的網(wǎng)絡(luò)問(wèn)題 步驟三:測(cè)試同一網(wǎng)段其他的機(jī)器能否訪(fǎng)問(wèn),在同一網(wǎng)段其他服務(wù)器可以訪(fǎng)問(wèn)172.1.1.208 25端口,說(shuō)明不是網(wǎng)段的問(wèn)題 步驟四:測(cè)試172.1.1.171是否可以連通172.1.1.208 服務(wù)器,ping命令運(yùn)行是通的。 結(jié)論:?jiǎn)栴}歸結(jié)到172.1.1.171服務(wù)器的設(shè)置問(wèn)題,具體是哪里設(shè)置出問(wèn)題尚不清楚。 到網(wǎng)絡(luò)上查詢(xún)相關(guān)的情況,在國(guó)外一家論壇看到如下的信息: 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 Scanner on your server. Some scanners like = MCAFee /=20 Norton disables mass mailing by default. 其中第五條為一些殺毒軟件或者防火墻可能影響我們?cè)L問(wèn) 步驟五:停用MCAFee殺毒軟件對(duì)郵件進(jìn)出監(jiān)控,172.1.1.208 25問(wèn)題得到解決
關(guān)鍵詞:
25端口