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

This commit is contained in:
Abubakar Ango 2017-08-03 14:07:16 +00:00 committed by Achilleas Pipinellis
parent b0464fa4e1
commit fbdfafe6ed
1 changed files with 14 additions and 0 deletions

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