From 5c61967c0c85c19cff5999b888a0758127686d4a Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 5 May 2024 00:51:20 +0100 Subject: [PATCH] distorted.lisp: Add a DMARC policy record. --- distorted.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/distorted.lisp b/distorted.lisp index 8ff1a3a..141fee3 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -84,6 +84,7 @@ ((@ mail blackhole) :mx mail :srv ((:smtp mail))) (bugs :mx lists :srv ((:smtp bugs))) (lists :mx lists :srv ((:smtp lists))) + (_dmarc :dmarc (:v "DMARC1" :p "none" :sp "none" :adkim "s" :aspf "s")) ((_domainkey _domainkey.mail) :dname stratocaster.dkim) ((stratocaster @ mail) :spf ((:version "spf1") (:pass :ip stratocaster.dmz) -- 2.11.0