Guest User

Working gmail relay with postfix on OS X 10.9

a guest
Feb 20th, 2014
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. /etc/postfix/main.cf:
  2.  
  3. relayhost=[smtp.gmail.com]:587
  4. smtp_tls_loglevel=1
  5. smtp_tls_security_level=encrypt
  6. smtp_sasl_auth_enable=yes
  7. smtp_sasl_password_maps=hash:/etc/postfix/saslpasswd
  8. smtp_sasl_security_options=noanonymous
  9.  
  10. /etc/postfix/saslpasswd:
  11.  
  12. [smtp.gmail.com]:587 [email protected]:my password
Advertisement
Add Comment
Please, Sign In to add comment