From: Michael K. <li...@mk...> - 2019-01-24 14:44:16
|
> Am 24.01.2019 um 15:16 schrieb David Kerr <da...@ke...>: > > I am getting errors when astlinux tries to send email... > > Jan 24 09:01:33 pbx mail.err msmtp: host=smtp.gmail.com tls=on auth=on user=pb...@ex... from=ro...@ex... recipients=da...@ex... > errormsg='cannot set X509 system trust for TLS session: feature not yet implemented for OpenSSL' exitcode=EX_SOFTWARE > Jan 24 09:01:33 pbx > mail.info > msmtpqueue: (70) msmtp: cannot set X509 system trust for TLS session: feature not yet implemented for OpenSSL msmtp: could not send mail (account default from /etc/msmtprc) > Jan 24 09:01:33 pbx > mail.info > msmtpqueue: Failure: Keeping mail queue /var/spool/mail/2019-01-20-08.46.20-0 msmtp/mail pair. > > And the above is flooding my syslog. Googling suggests that it may be a problem with root CA certificates. Has anyone seen this problem? > > Thanks Hi David, there is a new CA file out, but we have not yet included it into AstLinux (it is on the list). Maybe you can try to replace it manually and see if it works for you. https://curl.haxx.se/docs/caextract.html Looking into this: https://github.com/astlinux-project/astlinux/blob/master/package/ca-certificates/ca-certificates.mk I should go to: /usr/share/ca-certificates/ca-bundle.crt Michael http://www.mksolutions.info |