diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2024-05-25 02:25:43 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-25 02:25:43 +0000 |
| commit | 20fe697402fd0adfec5f2c0a90db91c1650efa60 (patch) | |
| tree | 487b13a4900f97675189cffba6963da2ebeaa4fc /content | |
| parent | 8c6d8cd9de9b3ec3798bdaa0666be2a8efd48721 (diff) | |
| parent | 2f485c5dc860238929965010c002679cf2843117 (diff) | |
Merge pull request #301 from bd-912/master
Fix config-breaking typo in dovecot.conf
Diffstat (limited to 'content')
| -rw-r--r-- | content/mail/inbox.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/mail/inbox.md b/content/mail/inbox.md index a975bd0..3f70b9c 100644 --- a/content/mail/inbox.md +++ b/content/mail/inbox.md @@ -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 |
