Viktor Dukhovni: > > > > On Oct 26, 2017, at 12:12 PM, sru...@gemneye.org wrote: > > > > #relayhost = [smtp.gmail.com]:587 > > #smtpd_sasl_auth_enable = yes > > Look closely, that line has "smtpd_..." while all the ones below > have "smtp_...". Check the docs.
You need to fix that, because Google does not emable SASL AUTH over a PLAINTEXT connection (I just verified that). Wietse > > #smtp_use_tls = yes > > #smtp_sasl_security_options = noanonymous > > #smtp_sasl_tls_security_options = noanonymous > > #smtp_tls_security_level = encrypt > > #smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd > > #smtp_tls_policy_maps = hash:/etc/postfix/tls_policy > > #smtp_tls_CAfile = /etc/ssl/certs/ca-bundle.crt > > -- > Viktor. > >