Skip to content

Instantly share code, notes, and snippets.

@sthorne
Created February 24, 2015 19:42
Show Gist options
  • Save sthorne/5c977840f4bc2f25ad2e to your computer and use it in GitHub Desktop.
Save sthorne/5c977840f4bc2f25ad2e to your computer and use it in GitHub Desktop.
Enable TLS in Postfix
postconf -e 'smtp_tls_security_level = may’
postconf -e 'smtp_tls_loglevel = 1’
postconf -e 'smtp_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt’
service postfix restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment