From 2f617bd184ba778d21ca910776416024fc32bc7b Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Wed, 18 Jan 2023 21:22:35 -0600 Subject: env/users: enable mailbox sieve --- env/users/mailbox.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'env/users/mailbox.nix') diff --git a/env/users/mailbox.nix b/env/users/mailbox.nix index 16b218a..aff0ddd 100644 --- a/env/users/mailbox.nix +++ b/env/users/mailbox.nix @@ -36,9 +36,12 @@ in #sslServerKey = "${cert}/key.pem"; #sslServerCert = "${cert}/fullchain.pem"; + modules = [ pkgs.dovecot_pigeonhole ]; + mailUser = "vmail"; mailGroup = "vmail"; mailLocation = "maildir:~/mail"; + mailPlugins.perProtocol.lmtp.enable = [ "sieve" ]; extraConfig = let -- cgit v1.2.3