Skip to content
Snippets Groups Projects
Commit 017219e7 authored by Douwe Maan's avatar Douwe Maan
Browse files

Tweak text

[ci skip]
parent 0c833498
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -16,7 +16,7 @@ In this example, we'll use the Gmail address `gitlab-incoming@gmail.com`.
 
### Omnibus package installations
 
1. Find the `incoming_email` section in `/etc/gitlab/gitlab.rb`, enable the feature, enter the email address including a placeholder for the `key` and fill in the details for your specific IMAP server and email account:
1. Find the `incoming_email` section in `/etc/gitlab/gitlab.rb`, enable the feature, enter the email address including a placeholder for the `key` that references the item being replied to and fill in the details for your specific IMAP server and email account:
 
```ruby
gitlab_rails['incoming_email_enabled'] = true
Loading
Loading
@@ -53,7 +53,7 @@ In this example, we'll use the Gmail address `gitlab-incoming@gmail.com`.
cd /home/git/gitlab
```
 
1. Find the `incoming_email` section in `config/gitlab.yml`, enable the feature and enter the email address including a placeholder for the `key`:
1. Find the `incoming_email` section in `config/gitlab.yml`, enable the feature and enter the email address including a placeholder for the `key` that references the item being replied to:
 
```sh
sudo editor config/gitlab.yml
Loading
Loading
@@ -134,7 +134,7 @@ In this example, we'll use the Gmail address `gitlab-incoming@gmail.com`.
 
1. Go to the GitLab installation directory.
 
1. Find the `incoming_email` section in `config/gitlab.yml`, enable the feature and enter the email address including a placeholder for the `key`:
1. Find the `incoming_email` section in `config/gitlab.yml`, enable the feature and enter the email address including a placeholder for the `key` that references the item being replied to:
 
```yaml
incoming_email:
Loading
Loading
Loading
Loading
@@ -27,7 +27,7 @@ The instructions make the assumption that you will be using the email address `i
 
## Create user
 
1. Create a user for incoming.
1. Create a user for incoming email.
 
```sh
sudo useradd -m -s /bin/bash incoming
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