1
Slackware的操作系統,試圖安裝fetchmail的Linux的fetchmail的POP3連接錯誤
我已經編寫此文件的.fetchmailrc:
set daemon 600 //fetches mail every hour or 60 minutes.
set logfile /root/fetchmail.log
poll 10.200.***.** protocol POP3
user "bob" password "bob" is "bob" here preconnect "date>>/root/fetchmail.log"
ssl
no rewrite
keep
它之前的工作,但現在它無法檢索郵件,我查了fetchmail的.log文件和我得到這個錯誤:
Thu Nov 5 10:15:32 GMT 2015
fetchmail: connection errors for this poll:
name 0: connection to 10.200.***.**:pop3s [10.200.***.**/995] failed: Connection refused.
fetchmail: POP3 connection to 10.200.***.** failed: Connection refused
fetchmail: Query status=2 (SOCKET)
我重新設置守護進程,結束進程並沒有取得任何進展。
輸出什麼'telnet 10.200。***。** 995'? – fghj