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)
デーモンをリセットし、プロセスを終了しましたが、進行していません。