From 8be49e6c716ac420e301c1a1731d22736ffe950b Mon Sep 17 00:00:00 2001 From: Thomas Woerner Date: Fri, 6 May 2005 12:29:19 +0000 Subject: [PATCH] [tw] - using new certificates directory /etc/pki/tls/certs --- sendmail-redhat.mc | 8 ++++---- sendmail.spec | 5 ++++- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/sendmail-redhat.mc b/sendmail-redhat.mc index 1fd463c..734e769 100644 --- a/sendmail-redhat.mc +++ b/sendmail-redhat.mc @@ -53,10 +53,10 @@ dnl # cd /usr/share/ssl/certs; make sendmail.pem dnl # Complete usage: dnl # make -C /usr/share/ssl/certs usage dnl # -dnl define(`confCACERT_PATH',`/usr/share/ssl/certs') -dnl define(`confCACERT',`/usr/share/ssl/certs/ca-bundle.crt') -dnl define(`confSERVER_CERT',`/usr/share/ssl/certs/sendmail.pem') -dnl define(`confSERVER_KEY',`/usr/share/ssl/certs/sendmail.pem') +dnl define(`confCACERT_PATH',`/etc/pki/tls/certs') +dnl define(`confCACERT',`/etc/pki/tls/certs/ca-bundle.crt') +dnl define(`confSERVER_CERT',`/etc/pki/tls/certs/sendmail.pem') +dnl define(`confSERVER_KEY',`/etc/pki/tls/certs/sendmail.pem') dnl # dnl # This allows sendmail to use a keyfile that is shared with OpenLDAP's dnl # slapd, which requires the file to be readble by group ldap diff --git a/sendmail.spec b/sendmail.spec index 277ecfa..23c8743 100644 --- a/sendmail.spec +++ b/sendmail.spec @@ -18,7 +18,7 @@ Summary: A widely used Mail Transport Agent (MTA). Name: sendmail Version: 8.13.4 -Release: 1.1 +Release: 2 License: Sendmail Group: System Environment/Daemons Provides: smtpdaemon @@ -572,6 +572,9 @@ exit 0 %{_docdir}/sendmail %changelog +* Fri May 6 2005 Thomas Woerner 8.13.4-2 +- using new certificates directory /etc/pki/tls/certs + * Wed Apr 27 2005 Thomas Woerner 8.13.4-1.1 - added configuration example for Cyrus-IMAPd to sendmail.mc (#142001) Thanks to Alexander Dalloz