summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index 4f7dbb5c..7af74254 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -472,6 +472,7 @@ in rec {
472 configFile = builtins.toFile "opendkim.conf" '' 472 configFile = builtins.toFile "opendkim.conf" ''
473 Syslog true 473 Syslog true
474 MTACommand /var/setuid-wrappers/sendmail 474 MTACommand /var/setuid-wrappers/sendmail
475 LogResults true
475 ''; 476 '';
476 }; 477 };
477 478