Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /etc/postfix/main.cf:
- relayhost=[smtp.gmail.com]:587
- smtp_tls_loglevel=1
- smtp_tls_security_level=encrypt
- smtp_sasl_auth_enable=yes
- smtp_sasl_password_maps=hash:/etc/postfix/saslpasswd
- smtp_sasl_security_options=noanonymous
- /etc/postfix/saslpasswd:
- [smtp.gmail.com]:587 [email protected]:my password
Advertisement
Add Comment
Please, Sign In to add comment