summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail-server/dovecot.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/mail-server/dovecot.nix b/mail-server/dovecot.nix
index 01563e0..6730b61 100644
--- a/mail-server/dovecot.nix
+++ b/mail-server/dovecot.nix
@@ -109,6 +109,13 @@ in
}
];
+ # for sieve-test. Shelling it in on demand usually doesnt' work, as it reads
+ # the global config and tries to open shared libraries configured in there,
+ # which are usually not compatible.
+ environment.systemPackages = [
+ pkgs.dovecot_pigeonhole
+ ];
+
services.dovecot2 = {
enable = true;
enableImap = enableImap || enableImapSsl;