Dovecot: Difference between revisions
→Setup auth via passwd-file: add missing double quotes |
Whitequark (talk | contribs) m fix closing tag |
||
(One intermediate revision by the same user not shown) | |||
Line 176: | Line 176: | ||
You also need to set proper file permissions on the cert directory and key files. | You also need to set proper file permissions on the cert directory and key files. | ||
See [[ACME#Integration_with_service_modules]]. | See [[ACME#Integration_with_service_modules]]. | ||
= Using sieve plugins = | |||
The following is required to use Sieve plugins (<code>imap_sieve</code>, ManageSieve, etc): | |||
<syntaxhighlight lang="nix"> | |||
environment.systemPackages = with pkgs; [ | |||
dovecot_pigeonhole | |||
]; | |||
</syntaxhighlight> | |||
= mail_crypt plugin (encryption at rest) = | = mail_crypt plugin (encryption at rest) = |