Commit c61a9b0f authored by Marin Jankovski's avatar Marin Jankovski

Correct the idle_timeout in the docs for installation from source.

parent c44a7783
......@@ -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`.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment