From 6de8f1e9637be700a993196e5a0b9dbdf3614740 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sun, 4 Feb 2024 21:39:57 +0000 Subject: [PATCH] fix: email how the sive was handled changed slighty, this is a temp fix Signed-off-by: Brendan Golden --- applications/email.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/applications/email.nix b/applications/email.nix index 0e39139..6633970 100644 --- a/applications/email.nix +++ b/applications/email.nix @@ -410,6 +410,9 @@ in { ''; }; + # for https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/issues/275 + services.dovecot2.sieve.extensions = ["fileinto"]; + mailserver = { enable = true; fqdn = "${cfg.sub}.${cfg.domain}";