summaryrefslogtreecommitdiff
path: root/sys/mta/default.nix
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2025-01-01 13:27:41 -0600
committerAlejandro Soto <alejandro@34project.org>2025-01-01 13:27:45 -0600
commitac7b4f92d23363422a0c8761544532da2136a5e8 (patch)
tree21184eac01373caecac6ad3f80b22a55be446cb3 /sys/mta/default.nix
parente20484c7f21185c3fcb92453f8a83f4b7bc99751 (diff)
sys/mta: fix OpenDKIM signing
Diffstat (limited to '')
-rw-r--r--sys/mta/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/mta/default.nix b/sys/mta/default.nix
index 9a1875b..84afee5 100644
--- a/sys/mta/default.nix
+++ b/sys/mta/default.nix
@@ -39,6 +39,7 @@ in
configFile = pkgs.writeText "opendkim.conf" ''
UMask 007
+ InternalHosts 0.0.0.0/0,::/0
'';
};