Update README-gmail-gateway.md to add libsasl2-modules package

This commit is contained in:
Bobbi Webber-Manners 2022-09-04 20:17:02 -04:00 committed by GitHub
parent 6106701fa8
commit e102d732b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ Install the packages with root privs on the Pi:
```
sudo apt update
sudo apt upgrade
sudo apt install postfix postfix-pcre
sudo apt install postfix postfix-pcre libsasl2-modules
sudo apt install dovecot-common dovecot-pop3d
sudo apt install fetchmail
```