From: grarpamp <gra...@gm...> - 2018-08-08 19:04:04
|
On Wed, Aug 8, 2018 at 2:08 PM, lothar via Fetchmail-users <fet...@li...> wrote: > 1. why is fetchmail not working? > fetchmail: 6.3.22 That is ancient and unsupported. Upgrade to at least 6.3.26, and since you know how to compile, clone the gitlab repo and select the legacy_64 branch which is the default, and helps move fetchmail forward to master 7.x. > 8. aside from the fact that there are no messages but one, that one complains about certificate verification. > 4294956672:error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed:s3_clnt.c:1269: > sslcertpath /var/lib/fetchmail/certs > ## in /var/lib/fetchmail/certs: > $ ls -lgGt "--time-style=$TIMESTYLE" > -rw-r--r-- 1 6148 2018.07.31 02:00 mail.someisp.net.pem > lrwxrwxrwx 1 49 2018.07.31 02:00 tls-ca-bundle.pem -> /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem Read the man page. sslcertpath must be a dir of openssl hashed certs, your dir is not. sslcertfile if you want a combined pem bundle. |