diff options
author | Raphaël Doursenaud <rdoursenaud@gpcsolutions.fr> | 2017-02-23 18:41:04 +0000 |
---|---|---|
committer | Raphaël Doursenaud <rdoursenaud@gpcsolutions.fr> | 2017-02-23 18:41:04 +0000 |
commit | 7f07d0d0215ef1b89b567832e2614c67e2a30daa (patch) | |
tree | 9e8e4220d6f724a5d2935bbf7c40a6c3acfe29b1 /doc/administration | |
parent | e249c8da52d8a8691e161b6c67bfd1ef8a8e2d10 (diff) | |
download | gitlab-ce-7f07d0d0215ef1b89b567832e2614c67e2a30daa.tar.gz |
Added application password instructions for Gmail/G suite accounts
with 2-step verification.
Diffstat (limited to 'doc/administration')
-rw-r--r-- | doc/administration/reply_by_email.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/administration/reply_by_email.md b/doc/administration/reply_by_email.md index 00494e7e9d6..4f5c22e2d29 100644 --- a/doc/administration/reply_by_email.md +++ b/doc/administration/reply_by_email.md @@ -69,7 +69,9 @@ please consult [RFC 5322](https://tools.ietf.org/html/rfc5322#section-3.6.4). If you want to use Gmail / Google Apps with Reply by email, make sure you have [IMAP access enabled](https://support.google.com/mail/troubleshooter/1668960?hl=en#ts=1665018) -and [allowed less secure apps to access the account](https://support.google.com/accounts/answer/6010255). +and [allowed less secure apps to access the account](https://support.google.com/accounts/answer/6010255) +or [turn-on 2-step validation](https://support.google.com/accounts/answer/185839) +and use [an application password](https://support.google.com/mail/answer/185833). To set up a basic Postfix mail server with IMAP access on Ubuntu, follow the [Postfix setup documentation](reply_by_email_postfix_setup.md). |