chiark / gitweb /
distorted.lisp, escorted.lisp, odin.lisp: Take off the training wheels.
[zones] / escorted.lisp
index 7ee96e89e7b990e7fc394cf22889ca47262e1d58..746dcb2d2906e7ef73d17f8ce7bf5ab873664ca0 100644 (file)
@@ -27,4 +27,10 @@ (defzone escorted.org.uk
   ;; Mail servers
   :mx ((mail :ip stratocaster))
   :srv ((:smtp mail))
+  :spf ((:version "spf1")
+       (:pass :ip stratocaster.dmz)
+       (:soft :all))
+  (_dmarc :dmarc (:v "DMARC1"
+                 :p "quarantine" :sp "quarantine"
+                 :adkim "s" :aspf "s"))
   (_domainkey :dname stratocaster.dkim.distorted.org.uk.))