1

Slackware OS,尝试设置 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)

我已经重置了守护进程,结束了进程并且没有任何进展。

4

1 回答 1

0

我在 Mageia 5 Linux 上遇到了完全相同的问题。显然,我通过重做网络配置解决了这个问题,Mageia 只需单击网络中心窗口中的相关配置按钮即可完成。

我没有碰我的 .fetchmailrc 文件。

于 2016-08-22T11:36:35.120 回答