Sujet : Re: adding CA certificates (for use by sendmail)
De : groenveld (at) *nospam* acm.org (John D Groenveld)
Groupes : comp.mail.sendmailDate : 13. Nov 2024, 15:39:49
Autres entêtes
Organisation : Groenveld.US
Message-ID : <lpjs1lFp43nU1@mid.individual.net>
References : 1 2
In article <
vh18n8$oeh$1@tncsrv09.home.tnetconsulting.net>,
Grant Taylor <
gtaylor@tnetconsulting.net> wrote:
I think that you're probably on the correct track. I speculate that
it's a possible mismatch of where Sendmail is looking and where you have
your files.
# uname -sr
FreeBSD 15.0-CURRENT
# pkg which /usr/local/share/sendmail/cf/README
/usr/local/share/sendmail/cf/README was installed by package sendmail-8.18.1
# grep CACERT /usr/local/share/sendmail/cf/README
define(`confCACERT_PATH', `/etc/mail/certs/')
define(`confCACERT', `/etc/mail/certs/CA.cert.pem')
confCACERT_PATH CACertPath [undefined] Path to directory with
confCACERT CACertFile [undefined] File containing at least
The OP can use truss(1) to verify sendmail is using the CACERT_PATH
he thinks it should be using.
John
groenveld@acm.org