Commit 2a77db9c authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'abuango-imap-doc-fix' into 'master'

Update reply_by_email_postfix_setup.md, included starting courier-authdaemon after installation.

See merge request !13218
parents b0464fa4 fbdfafe6
...@@ -177,6 +177,20 @@ Courier, which we will install later to add IMAP authentication, requires mailbo ...@@ -177,6 +177,20 @@ Courier, which we will install later to add IMAP authentication, requires mailbo
```sh ```sh
sudo apt-get install courier-imap 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 ## Configure Postfix to receive email from the internet
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment