This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dnl# This is the a sendmail .mc file for Slackware with GMail support. | |
include(`../m4/cf.m4') | |
VERSIONID(`TLS supporting setup for Slackware Linux')dnl | |
OSTYPE(`linux')dnl | |
dnl# | |
dnl# You will need to create the certificates below with OpenSSL first: | |
define(`CERT_DIR', `/etc/mail/certs') | |
define(`confCACERT_PATH', `CERT_DIR') | |
define(`confCACERT', `CERT_DIR/ca-bundle.crt') | |
define(`confCRL', `CERT_DIR/ca-bundle.crt') |
NewerOlder