Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Jankovski <maxlazio@gmail.com>2016-11-16 18:24:46 +0300
committerMarin Jankovski <maxlazio@gmail.com>2016-11-16 18:24:46 +0300
commitc61a9b0f1a12972dd3c2ae4e968c11c72ced6756 (patch)
treed7e10c8b5d9aa9577415f4793516b3370c8490eb /doc/administration
parentc44a77836a4f6f64888094ea3d393e87fc894403 (diff)
Correct the idle_timeout in the docs for installation from source.
Diffstat (limited to 'doc/administration')
-rw-r--r--doc/administration/reply_by_email.md6
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`.