First page Back Continue Last page Summary Graphics
The Configuration File (cont)
Define the location for your certs
- Use m4 macros to keep it platform independent
- define(`CERT_DIR', `MAIL_SETTINGS_DIR`'certs')dnl
Define the location for your Certificate Authority (CA)
- define(`confCACERT_PATH', `CERT_DIR')dnl
Define Server Cert and Key
- define(`confSERVER_CERT', `CERT_DIR/sendmail.crt')dnl
- define(`confSERVER_KEY', `CERT_DIR/sendmail.key')dnl
Notes: