diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2016-11-16 16:24:46 +0100 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2016-11-16 16:24:46 +0100 |
commit | c61a9b0f1a12972dd3c2ae4e968c11c72ced6756 (patch) | |
tree | d7e10c8b5d9aa9577415f4793516b3370c8490eb | |
parent | c44a77836a4f6f64888094ea3d393e87fc894403 (diff) | |
download | gitlab-ce-c61a9b0f1a12972dd3c2ae4e968c11c72ced6756.tar.gz |
Correct the idle_timeout in the docs for installation from source.mailroom_idle_timeout
-rw-r--r-- | doc/administration/reply_by_email.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/administration/reply_by_email.md b/doc/administration/reply_by_email.md index b42892eef68..14cd7a03826 100644 --- a/doc/administration/reply_by_email.md +++ b/doc/administration/reply_by_email.md @@ -197,7 +197,7 @@ To set up a basic Postfix mail server with IMAP access on Ubuntu, follow # The mailbox where incoming mail will end up. Usually "inbox". mailbox: "inbox" # The IDLE command timeout. - email_idle_timeout: 60 + idle_timeout: 60 ``` ```yaml @@ -228,7 +228,7 @@ To set up a basic Postfix mail server with IMAP access on Ubuntu, follow # The mailbox where incoming mail will end up. Usually "inbox". mailbox: "inbox" # The IDLE command timeout. - email_idle_timeout: 60 + idle_timeout: 60 ``` 1. Enable `mail_room` in the init script at `/etc/default/gitlab`: @@ -286,7 +286,7 @@ To set up a basic Postfix mail server with IMAP access on Ubuntu, follow # The mailbox where incoming mail will end up. Usually "inbox". mailbox: "inbox" # The IDLE command timeout. - email_idle_timeout: 60 + idle_timeout: 60 ``` As mentioned, the part after `+` is ignored, and this will end up in the mailbox for `gitlab-incoming@gmail.com`. |