diff options
author | Ben Sima <ben@bsima.me> | 2025-04-15 22:14:08 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2025-04-15 22:14:08 -0400 |
commit | 05dabdc0e54196d9c1fccabbece9ba9a85c1ff81 (patch) | |
tree | e44616b04212a29568e02754ead17fb4aee9f268 | |
parent | 45cd9e8fb9052a4f9bd38498bcf5bb493bd15141 (diff) |
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.
-rw-r--r-- | Omni/Cloud/Mail.nix | 6 |
1 files changed, 6 insertions, 0 deletions
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 = { |