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
The error message remains almost the same when I remove the sslproto option, only the second line is printed
My mail is correctly fetched however. For gmail I use the same setup, but do not get any errors there. Anybody got this working WITHOUT error messages? What am I doing wrong?
Louis
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".