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
fbdfafe6
Commit
fbdfafe6
authored
Aug 03, 2017
by
Abubakar Ango
Committed by
Achilleas Pipinellis
Aug 03, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update reply_by_email_postfix_setup.md, included starting courier-authdaemon after installation.
parent
b0464fa4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
doc/administration/reply_by_email_postfix_setup.md
doc/administration/reply_by_email_postfix_setup.md
+14
-0
No files found.
doc/administration/reply_by_email_postfix_setup.md
View file @
fbdfafe6
...
...
@@ -177,6 +177,20 @@ Courier, which we will install later to add IMAP authentication, requires mailbo
```sh
sudo apt-get install courier-imap
```
And start `imapd`:
```sh
imapd start
```
1.
The courier-authdaemon isn't started after installation. Without it, imap authentication will fail:
```
sh
sudo
service courier-authdaemon start
```
You can also configure courier-authdaemon to start on boot:
```
sh
sudo
systemctl
enable
courier-authdaemon
```
## Configure Postfix to receive email from the internet
...
...
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