尝试configurationfetchmail以从BPOS red001.mail.microsoftonline.com pop3服务器下拉pop3 ssl邮件。 但是,出现BPOS SSL证书是自签名的,并且不允许成功的SSLlogin。
遵循http://bronski.net/data/fetchmail-eng.php上的指南
这里的任何人都可以使fetchmail把BPOS pop3的ssl邮箱拉出来?
解决了这个问题。 回答我的问题,任何人都可以谷歌这一点,这有助于他们。
的.fetchmailrc
# initial setup set postmaster "localaccount" set daemon 600 set invisible # must provide ssl fingerprint for self signed ssl certificates # use "fetchmail -d0 -vk red001.mail.microsoftonline.com" to find server ssl fingerprint sslfingerprint "00:00:00:00:00:00:00:0B:00:00:00:00:00:00:00:00" # accounts to poll #[email protected] poll "red001.mail.microsoftonline.com" protocol POP3 uidl auth password user '[email protected]' there with password 'password' is localaccount here options ssl #mda "/usr/bin/procmail -m /home/localaccount/.procmailrc" keep
这听起来像你已经configuration了fetchmail的--sslcertck选项,如手册所述 。 尝试删除该选项。 如果这样做不能帮助FAQ中的信息来帮助诊断问题,那么fetchmail-users邮件列表的存档会对这类问题进行相当定期的检查(无论如何每年几次)。
我还会注意到你所引用的指南涵盖了一个非常旧的fetchmail版本,因此它可能不再是完全准确的。