From 05dabdc0e54196d9c1fccabbece9ba9a85c1ff81 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 15 Apr 2025 22:14:08 -0400 Subject: Enable dmarc reporting Trying to learn about dmarc and improve my mail setup some more, I also added the `rua` to my DNS entry so hopefully I get some reports. --- Omni/Cloud/Mail.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Omni') diff --git a/Omni/Cloud/Mail.nix b/Omni/Cloud/Mail.nix index bccf5db..b596d0e 100644 --- a/Omni/Cloud/Mail.nix +++ b/Omni/Cloud/Mail.nix @@ -23,6 +23,12 @@ Known issues: enableManageSieve = true; virusScanning = false; # ur on ur own localDnsResolver = true; + dmarcReporting = { + enable = true; + organizationName = "Ben Sima"; + domain = "bensima.com"; + localpart = "dmarc"; + }; # Define proper virtual aliases instead of placeholder extraVirtualAliases = { -- cgit v1.2.3