LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   fetchmail and gmail (https://www.linuxquestions.org/questions/linux-general-1/fetchmail-and-gmail-871704/)

repo 03-29-2011 08:34 AM

fetchmail and gmail
 
My fetchmail stopped working for gmail.
These are the error messages
Code:

Mar 29 15:31:17 cannabis fetchmail[8814]: pop.googlemail.com fingerprints do not match!
Mar 29 15:31:17 cannabis fetchmail[8814]: SSL connection failed.
Mar 29 15:31:17 cannabis fetchmail[8814]: socket error while fetching from xxxxxxxxxx@gmail.com@pop.googlemail.com
Mar 29 15:31:17 cannabis fetchmail[8814]: Query status=2 (SOCKET)
Mar 29 15:31:17 cannabis fetchmail[8814]: pop.googlemail.com fingerprints do not match!
Mar 29 15:31:17 cannabis fetchmail[8814]: SSL connection failed.
Mar 29 15:31:17 cannabis fetchmail[8814]: socket error while fetching from xxxxxxxx@gmail.com@pop.googlemail.com
Mar 29 15:31:17 cannabis fetchmail[8814]: Query status=2 (SOCKET)


Someone else has the same problem?

Thank you

Kind regards

repo 03-29-2011 09:04 AM

Got it sorted out
I changed
Code:

poll pop.gmail.com with proto POP3
user 'xxxxxxxxxxx@gmail.com' there with password 'pass' is 'repo' here options keep no rewrite ssl sslfingerprint '6B:C4:63:05:87:1E:72:88:ED:81:C5:A2:51:6B:B7:B6' sslcertck
sslcertpath /home/repo/ssl

to
Code:

poll pop.gmail.com with proto POP3 port 995 and options uidl
user 'xxxxxxxxxxxxxx@gmail.com' there with password 'pass' is 'repo' here ssl fetchall

Don't know why it stopped working though.
Has worked for months with this setup.
I even re downloaded and recreated the certificates.

Kind regards


All times are GMT -5. The time now is 03:47 PM.