diff options
Diffstat (limited to 'content/mail/inbox.md')
| -rw-r--r-- | content/mail/inbox.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/mail/inbox.md b/content/mail/inbox.md index 9b45a77..3f70b9c 100644 --- a/content/mail/inbox.md +++ b/content/mail/inbox.md @@ -39,7 +39,7 @@ We also need two little DNS records set on your domain registrar's site/DNS serv ## Configuring Dovecot -Dovecot\'s configuration file is in `/etc/dovecot/docevot.conf`. If you +Dovecot\'s configuration file is in `/etc/dovecot/dovecot.conf`. If you open that file, you will see this line: `!include conf.d/*.conf` which adds all the `.conf` files in `/etc/dovecot/conf.d/` to the Dovecot configuration. @@ -114,10 +114,10 @@ service auth { } protocol lda { - mail_plugins = \$mail_plugins sieve + mail_plugins = $mail_plugins sieve } protocol lmtp { - mail_plugins = \$mail_plugins sieve + mail_plugins = $mail_plugins sieve } plugin { sieve = ~/.dovecot.sieve |
