rspam needs SYS_ADMIN to use DynamicUser

This commit is contained in:
2023-09-24 12:19:13 -07:00
parent 1730fc8bd5
commit 39482d7ee1
3 changed files with 8 additions and 5 deletions
+2
View File
@@ -2,6 +2,8 @@
with lib;
let
cfg = config.fudo.mail.dovecot;
sievePath = let
isRegularFile = _: type: type == "regular";
sieves = filter isRegularFile (builtins.readDir ./sieves);