Merge pull request #44 from nperanzi/master

Update required gmail servers in /etc/exim4/passwd.client
This commit is contained in:
IMTheNachoMan
2020-01-04 23:12:24 -05:00
committed by GitHub

View File

@@ -2948,6 +2948,7 @@ Also, as discussed in [issue #29](https://github.com/imthenachoman/How-To-Secure
1. Add a line like this to `/etc/exim4/passwd.client` 1. Add a line like this to `/etc/exim4/passwd.client`
``` ```
smtp.gmail.com:yourAccount@gmail.com:yourPassword
*.google.com:yourAccount@gmail.com:yourPassword *.google.com:yourAccount@gmail.com:yourPassword
``` ```