distorted.lisp: Add SPF records for mail servers.
[zones] / odin.lisp
index f17fc24..fc04fde 100644 (file)
--- a/odin.lisp
+++ b/odin.lisp
@@ -26,7 +26,7 @@
   ;; 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)
+       (:shrug :all))
+  (_domainkey :dname stratocaster.dkim.distorted.org.uk.))