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:
commit
2a77db9cff
1 changed files with 14 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue