On Sat, Jun 22, 2019 at 08:56:35PM -0500, Chris Pollock wrote:
> I've spent 3hrs going over and over my settings and can't find where
> I've got a problem. My /etc/postfix/sasl_passwd file contains:
>
> smtp.gmail.com:587 [email protected]:*********************
Since your relayhost setting is:
relayhost = [smtp.gmail.com]:587
Your SASL password should (IIRC) be either:
[smtp.gmail.com]:587 [email protected]:*********************
or
smtp.gmail.com [email protected]:*********************
the version without the [], but the port might not work, as it is
neither the full destination, nor the underlying host.
--
Viktor.