Bug 2487008

Summary: sendmail.x86_64 8.18.2-2.fc44 contain a file sendmail.mc with an error
Product: [Fedora] Fedora Reporter: Eyal Lebedinsky <bugzilla>
Component: sendmailAssignee: Jaroslav Škarvada <jskarvad>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: 44CC: agurenko, anon.amish, jskarvad, redhat-bugzilla
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2026-06-09 15:34:37 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Eyal Lebedinsky 2026-06-09 14:29:19 UTC
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?

Comment 1 Jaroslav Škarvada 2026-06-09 15:34:37 UTC

*** This bug has been marked as a duplicate of bug 2476449 ***