sendmail/SSL

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< sendmail
Revision as of 13:46, 24 March 2015 by Woozle (talk | contribs) (Created page with "category:SSL ==About== The sendmail configuration parameters related to SSL seem to be: * {{l/same|confCACERT_PATH}} * {{l/same|confCACERT}} *...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

About

The sendmail configuration parameters related to SSL seem to be:

All four must be defined in order for sendmail to offer STARTTLS connections. Unfortunately, the meaning of each parameter doesn't actually seem to be documented anywhere -- so any situation where there is no .pem file (e.g. a self-signed certificate) is unworkable without more information.

Example

define(`confCACERT_PATH',`/etc/apache2/certs')
define(`confCACERT',`/etc/apache2/certs/RapidSSL_CA_bundle.pem')
define(`confSERVER_CERT',`/etc/apache2/certs/vbz.net.crt')
define(`confSERVER_KEY',`/etc/apache2/certs/rizzo.key')

Links

official