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

Add idle_timeout to reply by email doc.

parent aa9a289c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -138,7 +138,7 @@ production: &base
 
# The mailbox where incoming mail will end up. Usually "inbox".
mailbox: "inbox"
# The mailbox where incoming mail will end up. Usually "inbox".
# The IDLE command timeout.
idle_timeout: 60
 
## Build Artifacts
Loading
Loading
Loading
Loading
@@ -105,6 +105,8 @@ To set up a basic Postfix mail server with IMAP access on Ubuntu, follow
 
# The mailbox where incoming mail will end up. Usually "inbox".
gitlab_rails['incoming_email_mailbox_name'] = "inbox"
# The IDLE command timeout.
gitlab_rails['incoming_email_idle_timeout'] = 60
```
 
```ruby
Loading
Loading
@@ -133,6 +135,8 @@ To set up a basic Postfix mail server with IMAP access on Ubuntu, follow
 
# The mailbox where incoming mail will end up. Usually "inbox".
gitlab_rails['incoming_email_mailbox_name'] = "inbox"
# The IDLE command timeout.
gitlab_rails['incoming_email_idle_timeout'] = 60
```
 
1. Reconfigure GitLab and restart mailroom for the changes to take effect:
Loading
Loading
@@ -192,6 +196,8 @@ 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
```
 
```yaml
Loading
Loading
@@ -221,6 +227,8 @@ 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
```
 
1. Enable `mail_room` in the init script at `/etc/default/gitlab`:
Loading
Loading
@@ -277,6 +285,8 @@ 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
```
 
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