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
This commit is contained in:
Achilleas Pipinellis 2017-08-03 14:07:17 +00:00
commit 2a77db9cff

View file

@ -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