[tw] - using new certificates directory /etc/pki/tls/certs

This commit is contained in:
Thomas Woerner 2005-05-06 12:29:19 +00:00
parent fdc1981c42
commit 8be49e6c71
2 changed files with 8 additions and 5 deletions

View File

@ -53,10 +53,10 @@ dnl # cd /usr/share/ssl/certs; make sendmail.pem
dnl # Complete usage: dnl # Complete usage:
dnl # make -C /usr/share/ssl/certs usage dnl # make -C /usr/share/ssl/certs usage
dnl # dnl #
dnl define(`confCACERT_PATH',`/usr/share/ssl/certs') dnl define(`confCACERT_PATH',`/etc/pki/tls/certs')
dnl define(`confCACERT',`/usr/share/ssl/certs/ca-bundle.crt') dnl define(`confCACERT',`/etc/pki/tls/certs/ca-bundle.crt')
dnl define(`confSERVER_CERT',`/usr/share/ssl/certs/sendmail.pem') dnl define(`confSERVER_CERT',`/etc/pki/tls/certs/sendmail.pem')
dnl define(`confSERVER_KEY',`/usr/share/ssl/certs/sendmail.pem') dnl define(`confSERVER_KEY',`/etc/pki/tls/certs/sendmail.pem')
dnl # dnl #
dnl # This allows sendmail to use a keyfile that is shared with OpenLDAP's 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 dnl # slapd, which requires the file to be readble by group ldap

View File

@ -18,7 +18,7 @@
Summary: A widely used Mail Transport Agent (MTA). Summary: A widely used Mail Transport Agent (MTA).
Name: sendmail Name: sendmail
Version: 8.13.4 Version: 8.13.4
Release: 1.1 Release: 2
License: Sendmail License: Sendmail
Group: System Environment/Daemons Group: System Environment/Daemons
Provides: smtpdaemon Provides: smtpdaemon
@ -572,6 +572,9 @@ exit 0
%{_docdir}/sendmail %{_docdir}/sendmail
%changelog %changelog
* Fri May 6 2005 Thomas Woerner <twoerrner@redhat.com> 8.13.4-2
- using new certificates directory /etc/pki/tls/certs
* Wed Apr 27 2005 Thomas Woerner <twoerrner@redhat.com> 8.13.4-1.1 * Wed Apr 27 2005 Thomas Woerner <twoerrner@redhat.com> 8.13.4-1.1
- added configuration example for Cyrus-IMAPd to sendmail.mc (#142001) - added configuration example for Cyrus-IMAPd to sendmail.mc (#142001)
Thanks to Alexander Dalloz Thanks to Alexander Dalloz