X-Git-Url: https://git.distorted.org.uk/~mdw/zones/blobdiff_plain/2e7d38520d29a60055fbc2283504be3c91e89870..4ac8501e91b477565755245bd536402ee7160f75:/escorted.lisp diff --git a/escorted.lisp b/escorted.lisp index e2f542d..746dcb2 100644 --- a/escorted.lisp +++ b/escorted.lisp @@ -27,7 +27,10 @@ ;; 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.))