Fedora Account System
Red Hat Associate
Red Hat Customer
There is a line in sendmail.mc: define(`confCACERT', `/etc/pki/tls/certs/ca-bundle.crt')dnl but the referenced file does not exist. Reproducible: Always Steps to Reproduce: 1. send email that uses SSL 2. 3. Actual Results: in /var/log/maillog I see: sendmail[18476]: STARTTLS=client: file /etc/pki/tls/certs/ca-bundle.crt unsafe: No such file or directory sendmail[18476]: STARTTLS=client, error: load verify locs /etc/pki/tls/certs, /etc/pki/tls/certs/ca-bundle.crt failed: 0 Expected Results: No error logged Additional Information: The mail is still sent and delivered. I did not see this error in fc42. Removing the offending line removes the errors. Is this an acceptable workaround?
*** This bug has been marked as a duplicate of bug 2476449 ***