Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
d0420c68
Commit
d0420c68
authored
Aug 26, 2015
by
Douwe Maan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simplify doc
parent
9ae12c39
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
15 deletions
+3
-15
doc/reply_by_email/README.md
doc/reply_by_email/README.md
+3
-15
No files found.
doc/reply_by_email/README.md
View file @
d0420c68
...
...
@@ -76,23 +76,11 @@ In this example, we'll use the Gmail address `gitlab-replies@gmail.com`.
:worker: EmailReceiverWorker
```
4.
Copy
`lib/support/init.d/gitlab.default.example`
to
`/etc/default/gitlab`
, if that does not already exist:
```
sh
[
-f
/etc/default/gitlab
]
||
sudo cp
lib/support/init.d/gitlab.default.example /etc/default/gitlab
```
5.
Edit
`/etc/default/gitlab`
to enable
`mail_room`
:
```sh
sudo editor /etc/default/gitlab
```
Either change `mail_room_enabled=false` to the below, or add it at the bottom of the file:
5.
Edit the init script configuration at
`/etc/default/gitlab`
to enable
`mail_room`
:
```sh
mail_room_enabled=true
sudo mkdir -p /etc/default
echo 'mail_room_enabled=true' | sudo tee -a /etc/default/gitlab
```
6.
Restart GitLab:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment