Re: relayhost GMAIL submission (port 587)

2017-10-26 Thread Wietse Venema
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 Go

Re: relayhost GMAIL submission (port 587)

2017-10-26 Thread 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. > #smtp_use_tls = yes > #smtp_sasl_security_options = noanonymous >