Skip to content
Snippets Groups Projects
Commit c61a9b0f authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Correct the idle_timeout in the docs for installation from source.

parent c44a7783
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
@@ -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`:
Loading
Loading
@@ -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`.
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment