Skip to content

Commit

Permalink
Gmail 2 step verification
Browse files Browse the repository at this point in the history
  • Loading branch information
lafarer committed Apr 6, 2017
1 parent 9cc4e1c commit 8d7ceb6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@ For Gmail support:
postfix_sasl_password: 'bar'
```
If you configure your Google account for extra security to use the 2-step verification, then
postfix won't send out emails anymore and you might notice error messages in the /var/log/mail.log file
To fix this issue, you need to visit the ([Authorizing applications & sites](http://www.google.com/accounts/IssuedAuthSubTokens?hide_authsub=1)) page under your Google Account settings. On this page page enter the name of the application to be authorized (Postfix) and click on Generate button. Set the ```postfix_sasl_password``` variable with the password generated by this page.

#### License

MIT
Expand Down

0 comments on commit 8d7ceb6

Please sign in to comment.