Update README-gmail-gateway.md

This commit is contained in:
Bobbi Webber-Manners 2021-06-03 10:11:26 -04:00 committed by GitHub
parent fcf685037b
commit 0cb3560fed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -285,7 +285,7 @@ smtp inet n - y - - smtpd y
Create the directory `/etc/postfix/sasl`.
Create the file `/etc/postfix/sasl_passwd` as follows:
Create the file `/etc/postfix/sasl/sasl_passwd` as follows:
```
[smtp.gmail.com]:587 username@gmail.com:xxxx xxxx xxxx xxxx
@ -294,7 +294,7 @@ Create the file `/etc/postfix/sasl_passwd` as follows:
where `username` is your Gmail account name and `xxxx xxxx xxxx xxxx` is the
App Password Google gave you.
Run: `sudo postmap /etc/postfix/sasl_passwd` to build the hash file
Run: `sudo postmap /etc/postfix/sasl/sasl_passwd` to build the hash file
`sasl_passwd.db`.