Skip to content

Instantly share code, notes, and snippets.

@spy86
Created February 20, 2022 17:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spy86/33cce99817adfda4b0861183d0adccb9 to your computer and use it in GitHub Desktop.
Save spy86/33cce99817adfda4b0861183d0adccb9 to your computer and use it in GitHub Desktop.
Relay settings
# GMail
relayhost = [smtp.gmail.com]:587
smtp_use_tls = yes
smtp_tls_CApath = /etc/pki/tls/certs/ca-bundle.crt
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_tls_security_options = noanonymous
smtp_sasl_mechanism_filter = plain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment