diff options
author | Ben Sima <ben@bsima.me> | 2025-07-24 22:38:03 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2025-07-26 08:28:17 -0400 |
commit | 10067c9a906bf95698053e01177d3408f6be5ff6 (patch) | |
tree | 47f3125025edeee24671f53551d9d43db51f06d3 /Omni/Cloud | |
parent | fa19d3a22196c84d9469e102db3d18df08abb746 (diff) |
Add dmarc@ mailbox
This needs to be a separate mailbox so I don't get a bunch of dmarc reports in
my inbox.
Diffstat (limited to 'Omni/Cloud')
-rw-r--r-- | Omni/Cloud/Mail.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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"; + }; }; }; |