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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
232422f8
Commit
232422f8
authored
Aug 27, 2015
by
Marin Jankovski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add omnibus-gitlab configuration example.
parent
f1977854
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
8 deletions
+31
-8
doc/reply_by_email/README.md
doc/reply_by_email/README.md
+31
-8
No files found.
doc/reply_by_email/README.md
View file @
232422f8
...
@@ -99,7 +99,30 @@ In this example, we'll use the Gmail address `gitlab-replies@gmail.com`.
...
@@ -99,7 +99,30 @@ In this example, we'll use the Gmail address `gitlab-replies@gmail.com`.
### Omnibus package installations
### Omnibus package installations
TODO
In
`/etc/gitlab/gitlab.rb`
:
```
ruby
gitlab_rails
[
'reply_by_email_enabled'
]
=
true
gitlab_rails
[
'reply_by_email_address'
]
=
"gitlab-replies+%{reply_key}@gmail.com"
gitlab_rails
[
'reply_by_email_host'
]
=
"imap.gmail.com"
# IMAP server host
gitlab_rails
[
'reply_by_email_port'
]
=
993
# IMAP server port
gitlab_rails
[
'reply_by_email_ssl'
]
=
true
# Whether the IMAP server uses SSL
gitlab_rails
[
'reply_by_email_email'
]
=
"gitlab-replies@gmail.com"
# Email account username. Usually the full email address.
gitlab_rails
[
'reply_by_email_password'
]
=
"password"
# Email account password
gitlab_rails
[
'reply_by_email_mailbox_name'
]
=
"inbox"
# The name of the mailbox where incoming mail will end up.
```
and run
`sudo gitlab-ctl reconfigure`
for changes to take effect.
After reconfigure run has been successfully completed you will have the following commands available:
```
bash
sudo
gitlab-ctl status mailroom
sudo
gitlab-ctl stop mailroom
sudo
gitlab-ctl start mailroom
sudo
gitlab-ctl restart mailroom
```
### Development
### Development
...
...
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