Skip to content

Instantly share code, notes, and snippets.

View hpainter's full-sized avatar

Homer Painter hpainter

View GitHub Profile
@hpainter
hpainter / sendmail-slackware-gmail.mc
Created March 13, 2014 00:15
Slackware 14.1 sendmail.mc for GMail smarthost
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')