Hi,
I just got a load of packages upgraded on my FreeBSD mail client with
And fetchmail has suddenly stopped working:
Any suggestions?
Cheers,
I just got a load of packages upgraded on my FreeBSD mail client with
pkg upgrade
:
Code:
[ritz.140] $ uname -a
FreeBSD ritz.my.domain 11.3-RELEASE-p10 FreeBSD 11.3-RELEASE-p10 #0: Tue Jun 9 08:49:05 UTC 2020 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
[ritz.141] $ grep fetchmail /var/log/messages
Oct 28 11:38:27 ritz pkg: fetchmail upgraded: 6.4.12 -> 6.4.12_2
Code:
[ritz.142] $ fetchmail -v
fetchmail: 6.4.12 querying pop.gmail.com (protocol POP3) at Wed Oct 28 16:59:59 2020: poll started
Trying to connect to 74.125.68.108/995...connected.
fetchmail: Loaded OpenSSL library 0x1000213f older than headers 0x1000215f, refusing to work.
fetchmail: pop.gmail.com: SSL connection failed.
fetchmail: socket error while fetching from my.name@my.domain@pop.gmail.com
fetchmail: 6.4.12 querying pop.gmail.com (protocol POP3) at Wed Oct 28 17:00:00 2020: poll completed
fetchmail: Query status=2 (SOCKET)
fetchmail: normal termination, status 2
Cheers,