X-Git-Url: https://git.distorted.org.uk/~mdw/zones/blobdiff_plain/1a8dfbe2f3ee79f020e765f7c41aef9ee0074604..cacadc0b96cd058d9ffb4f226649bf2c80a1ef26:/odin.lisp diff --git a/odin.lisp b/odin.lisp index 3ef3a87..9968dd2 100644 --- a/odin.lisp +++ b/odin.lisp @@ -19,10 +19,17 @@ :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.))