diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-01-18 21:22:35 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-01-18 21:22:35 -0600 |
| commit | 2f617bd184ba778d21ca910776416024fc32bc7b (patch) | |
| tree | c185db14a6e06d0bc1f2e0d78fc1df8e92632ad7 /env/users | |
| parent | 4d84d19e46d7edca5e100b387d4d60d0cbca9065 (diff) | |
env/users: enable mailbox sieve
Diffstat (limited to 'env/users')
| -rw-r--r-- | env/users/mailbox.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
