Bug ID 1137181
Summary Postfix - TLS is required, but our TLS engine is unavailable
Classification openSUSE
Product openSUSE Distribution
Version Leap 15.1
Hardware 64bit
OS All
Status NEW
Severity Normal
Priority P5 - None
Component Other
Assignee bnc-team-screening@forge.provo.novell.com
Reporter allesklein@gmx.org
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

Looks like there is a bug in SuSE's implementation of postfix tls certificate
handling.

smtp_tls_CAfile = Deutsche_Telekom_Root_CA_2.pem
smtp_tls_CApath = /var/lib/ca-certificates/openssl

or any other combination of CApath and CAfile does not work.
The certificate (the pem-file) cannot be found.

Simply do


smtp_tls_CAfile =
/var/lib/ca-certificates/openssl/Deutsche_Telekom_Root_CA_2.pem
smtp_tls_CApath = /var/lib/ca-certificates/openssl

and all is well. :-)


You are receiving this mail because: