From 10067c9a906bf95698053e01177d3408f6be5ff6 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 24 Jul 2025 22:38:03 -0400 Subject: Add dmarc@ mailbox This needs to be a separate mailbox so I don't get a bunch of dmarc reports in my inbox. --- Omni/Cloud/Mail.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Omni/Cloud/Mail.nix b/Omni/Cloud/Mail.nix index b596d0e..22551c2 100644 --- a/Omni/Cloud/Mail.nix +++ b/Omni/Cloud/Mail.nix @@ -62,6 +62,10 @@ Known issues: hashedPasswordFile = "/home/ben/hashed-mail-password"; quota = "1G"; }; + "dmarc@bensima.com" = { + hashedPasswordFile = "/home/ben/hashed-mail-password"; + quota = "1G"; + }; }; }; -- cgit v1.2.3