fix: email how the sive was handled changed slighty, this is a temp fix

Signed-off-by: Brendan Golden <git_laptop@brendan.ie>
This commit is contained in:
silver 2024-02-04 21:39:57 +00:00
parent ded0dc5394
commit 6de8f1e963

View file

@ -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}";