On Sat, 2009-03-21 at 17:03 +0100, Louis Lagendijk wrote:
I am using fetchmail to collect mail from some secondary mail accounts, among which is hotmail. So far I have used hotwayd to fetch the mail from hotmail using httpmail. Hotmail now supports pop3 access, so I decided to change fetchnail to fetch the mail directly over pop3.
This works, but whatever I try, I get an error message when I run fetchmail:
Invalid SSL protocol 'SSLv23' specified, using default (SSLv23). Invalid SSL protocol '' specified, using default (SSLv23).
The relevant part of my .fetchmailrc is included below (userids and password changed for privacy reasons :-)
poll pop3.live.com port 995 proto pop3 user xxxxx@hotmail.com password yyyyyy no keep ssl sslproto ssl23 fetchall to myuserid
Try removing the space between "no" and "keep" otherwise I don't know. My gmail works with just the "ssl".