From 64e4cb0b9f26b09d3bb1beaeab113b856562cfc0 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 9 Sep 2021 15:13:30 +0530 Subject: [PATCH] mx: adds dmarc policy --- domains/_dmarc.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_dmarc.json diff --git a/domains/_dmarc.json b/domains/_dmarc.json new file mode 100644 index 000000000..952f8072d --- /dev/null +++ b/domains/_dmarc.json @@ -0,0 +1,10 @@ +{ + "description": "Enables DMARC policy", + "owner": { + "username": "phenax", + "email": "phenax5@gmail.com" + }, + "record": { + "TXT": "v=DMARC1; p=quarantine; sp=quarantine; rf=afrf; pct=100; ri=86400" + } +}