From 0cb3560fed559343c5dd11a74226a58885322e62 Mon Sep 17 00:00:00 2001 From: Bobbi Webber-Manners Date: Thu, 3 Jun 2021 10:11:26 -0400 Subject: [PATCH] Update README-gmail-gateway.md --- README-gmail-gateway.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README-gmail-gateway.md b/README-gmail-gateway.md index ffe00c2..62b2b63 100644 --- a/README-gmail-gateway.md +++ b/README-gmail-gateway.md @@ -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`.