Skip to content

Instantly share code, notes, and snippets.

@steelcowboy
Created January 28, 2019 05:46
Show Gist options
  • Save steelcowboy/0e167dc76dbe3c80d7c71739b09930d1 to your computer and use it in GitHub Desktop.
Save steelcowboy/0e167dc76dbe3c80d7c71739b09930d1 to your computer and use it in GitHub Desktop.
relayhost = [email-smtp.us-west-2.amazonaws.com]:587
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options = noanonymous
smtp_tls_CAfile = /etc/ssl/certs/ca-certificates.crt
smtp_tls_mandatory_protocols = !SSLv2, !SSLv3
smtp_tls_note_starttls_offer = yes
smtp_tls_protocols = !SSLv2,!SSLv3
smtp_tls_security_level = encrypt
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtp_use_tls = yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment