Skip to content
Snippets Groups Projects
Commit fbdfafe6 authored by Abubakar Ango's avatar Abubakar Ango Committed by Achilleas Pipinellis
Browse files

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

parent b0464fa4
No related branches found
No related tags found
No related merge requests found
Loading
@@ -177,6 +177,20 @@ Courier, which we will install later to add IMAP authentication, requires mailbo
Loading
@@ -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
   
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment