-
Notifications
You must be signed in to change notification settings - Fork 342
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
handbook/mail: add note about gmail needing app passwords
- Loading branch information
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -138,6 +138,12 @@ Authentication can be set with one line in [.filename]#/etc/dma/auth.conf#: | |
[email protected]|smtp.gmail.com:password | ||
.... | ||
|
||
[NOTE] | ||
If you have 2-factor authentication enabled, you will need to generate an | ||
application-specific password as your normal login password will be | ||
rejected. See google documentation for more information on | ||
https://myaccount.google.com/apppasswords[app-specific passwords]. | ||
|
||
Execute the following command to test the configuration: | ||
|
||
[source,shell] | ||
|