[tw] - using new certificates directory /etc/pki/tls/certs
This commit is contained in:
parent
fdc1981c42
commit
8be49e6c71
@ -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
|
||||
|
@ -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 <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
|
||||
- added configuration example for Cyrus-IMAPd to sendmail.mc (#142001)
|
||||
Thanks to Alexander Dalloz
|
||||
|
Loading…
Reference in New Issue
Block a user