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 chris.pollock1...@gmail.com:*********************

Since your relayhost setting is:

  relayhost = [smtp.gmail.com]:587

Your SASL password should (IIRC) be either:

      [smtp.gmail.com]:587 chris.pollock1...@gmail.com:*********************

or

      smtp.gmail.com chris.pollock1...@gmail.com:*********************

the version without the [], but the port might not work, as it is
neither the full destination, nor the underlying host.

-- 
        Viktor.

Reply via email to