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:
parent
ded0dc5394
commit
6de8f1e963
1 changed files with 3 additions and 0 deletions
|
@ -410,6 +410,9 @@ in {
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# for https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/issues/275
|
||||||
|
services.dovecot2.sieve.extensions = ["fileinto"];
|
||||||
|
|
||||||
mailserver = {
|
mailserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
fqdn = "${cfg.sub}.${cfg.domain}";
|
fqdn = "${cfg.sub}.${cfg.domain}";
|
||||||
|
|
Loading…
Reference in a new issue