Slackware操作系统,正在尝试设置fetchmail
我已经编码了这个.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)我已经重置了守护进程,结束了进程,但没有任何进展。
发布于 2016-08-22 19:36:35
我在Mageia 5 Linux上遇到了完全相同的问题。显然,我通过重做网络配置解决了这个问题,Mageia只需单击network Center窗口中的相关配置按钮即可完成此操作。
我没有碰我的.fetchmailrc文件。
https://stackoverflow.com/questions/33542121
复制相似问题