chiark / gitweb /
hosts.lisp: Fix IPv6 network address for Jump.
[zones] / odin.lisp
index 3ef3a87d1bff12b54e34d472a93b7787e18018ca..9968dd2b58bc6fa14dfbb7faf94667a58c5bfb7d 100644 (file)
--- a/odin.lisp
+++ b/odin.lisp
@@ -19,10 +19,17 @@ (defzone odin.gg
           :tlsa (:https (:service-certificate-constraint
                          :public-key :sha-256 #p"https-stratocaster")))
 
+  ;; Certification.
+  :caa ((:issue "letsencrypt.org")
+       (:issue "distorted.org.uk"))
+
   ;; Mail servers
   :mx ((mail :ip stratocaster))
   :srv ((:smtp mail))
-
-  (stratocaster.20140403._domainkey
-   :dkim ("stratocaster-20140403"
-         :v "DKIM1" :k "rsa" :h "sha256" :s "email")))
+  :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.))