On Thu, Jul 10, 2008 at 5:05 PM, Stuart Henderson <stu@spacehopper.org>
exaclly! That's what I did. Below is a extract from my current sendmail.cfmail:
-----------
# CA directory
O CACertPath=/etc/mail/CA
# CA file
O CACertFile=/etc/mail/CA/cacert.pem
# Server Cert
O ServerCertFile=/etc/mail/CA/cert.pem
# Server private key
O ServerKeyFile=/etc/mail/CA/key.pem
# Client Cert
O ClientCertFile=/etc/mail/CA/cert.pem
# Client private key
O ClientKeyFile=/etc/mail/CA/key.pem
# File containing certificate revocation lists
#O CRLFile
--------------
Thanks
George