public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/sendmail] f44: Used self signed certificate instead of the CA bundle
Date: Tue, 09 Jun 2026 15:51:58 GMT	[thread overview]
Message-ID: <178102031869.1.96772670158746654.rpms-sendmail-8cd50bef42f4@fedoraproject.org> (raw)

          A new commit has been pushed.

          Repo   : rpms/sendmail
          Branch : f44
          Commit : 8cd50bef42f4d22ae69961f93f562d620dd617b2
          Author : Jaroslav Škarvada <jskarvad@redhat.com>
          Date   : 2026-06-09T17:38:37+02:00
          Stats  : +6/-2 in 2 file(s)
          URL    : https://src.fedoraproject.org/rpms/sendmail/c/8cd50bef42f4d22ae69961f93f562d620dd617b2?branch=f44

          Log:
          Used self signed certificate instead of the CA bundle

Resolves: rhbz#2476449

---
diff --git a/sendmail-redhat.mc b/sendmail-redhat.mc
index 6426204..3a0d49b 100644
--- a/sendmail-redhat.mc
+++ b/sendmail-redhat.mc
@@ -60,7 +60,7 @@ dnl # Basic sendmail TLS configuration with self-signed certificate for
 dnl # inbound SMTP (and also opportunistic TLS for outbound SMTP).
 dnl #
 define(`confCACERT_PATH', `/etc/pki/tls/certs')dnl
-define(`confCACERT', `/etc/pki/tls/certs/ca-bundle.crt')dnl
+define(`confCACERT', `/etc/pki/tls/certs/sendmail.pem')dnl
 define(`confSERVER_CERT', `/etc/pki/tls/certs/sendmail.pem')dnl
 define(`confSERVER_KEY', `/etc/pki/tls/private/sendmail.key')dnl
 define(`confTLS_SRV_OPTIONS', `V')dnl

diff --git a/sendmail.spec b/sendmail.spec
index 05d5fc5..5e4c17c 100644
--- a/sendmail.spec
+++ b/sendmail.spec
@@ -42,7 +42,7 @@
 Summary: A widely used Mail Transport Agent (MTA)
 Name: sendmail
 Version: 8.18.2
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: sendmail-8.23 AND MIT AND MIT-CMU AND BSD-3-Clause AND CDDL-1.0 AND BSD-4-Clause AND BSD-4-Clause-UC AND PostgreSQL AND ISC AND HPND-sell-variant AND mailprio
 URL: http://www.sendmail.org/
 
@@ -765,6 +765,10 @@ exit 0
 
 
 %changelog
+* Tue Jun 09 2026 Jaroslav Škarvada <jskarvad@redhat.com> - 8.18.2-4
+- Used self signed certificate instead of the CA bundle
+  Resolves: rhbz#2476449
+
 * Wed Feb 25 2026 Xavier Bachelot <xavier@bachelot.org> - 8.18.2-3
 - Enable support for SMTPUTF8 (RFC 6531)
 

                 reply	other threads:[~2026-06-09 15:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178102031869.1.96772670158746654.rpms-sendmail-8cd50bef42f4@fedoraproject.org \
    --to=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox