fix opendkim permission handling
This commit is contained in:
parent
9f98e49084
commit
b48421b5cd
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ in
|
|||
enable = true;
|
||||
selector = opendkim_selector;
|
||||
domains = "csl:isomorphis.me,tremeg.net,gueneau.me";
|
||||
configFile = builtins.toFile "dkimconfig" ''
|
||||
RequireSafeKeys false
|
||||
'';
|
||||
};
|
||||
|
||||
users.groups."vmail" = {};
|
||||
|
|
Loading…
Reference in a new issue