Support sandboxed opendkim
This commit is contained in:
parent
c813f1205f
commit
9d7f02e67b
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ in
|
|||
services.opendkim = {
|
||||
enable = true;
|
||||
selector = cfg.dkimSelector;
|
||||
keyPath = cfg.dkimKeyDirectory;
|
||||
domains = "csl:${builtins.concatStringsSep "," cfg.domains}";
|
||||
configFile = pkgs.writeText "opendkim.conf" (''
|
||||
Canonicalization relaxed/simple
|
||||
|
|
Loading…
Reference in a new issue