chiark / gitweb /
distorted.lisp: Add missing TLSA record for IMAPS.
[zones] / distorted.lisp
index 479484204c970db685dc9997f2d845c11204231a..142b04725bb2370a323a14daae8549e919ed02bb 100644 (file)
@@ -80,6 +80,7 @@ (defzone distorted.org.uk
 
   ;; Mail servers.
   ((@ mail blackhole) :mx mail :srv ((:smtp mail)))
+  ((bugs) :ttl 300 :mx lists :srv ((:smtp bugs)))
   ((lists) :ttl 300 :mx lists :srv ((:smtp lists)))
 
   (stratocaster.20140403._domainkey
@@ -142,19 +143,19 @@ (defzone distorted.org.uk
   ;; Colocated services.
   ((irc vox keys) (colo :svc jazz.colo :sshfp "jazz")
                  (jump :svc jazz.jump :sshfp "jazz"))
-  (lists (colo :svc telecaster.colo :sshfp "telecaster")
-        (jump :svc telecaster.jump :sshfp "telecaster"))
+  ((bugs lists) (colo :svc telecaster.colo :sshfp "telecaster")
+               (jump :svc telecaster.jump :sshfp "telecaster"))
   ((git www mail) (colo :svc stratocaster.colo :sshfp "stratocaster")
                  (jump :svc stratocaster.jump :sshfp "stratocaster"))
   ((www @) :tlsa (:https (:service-certificate-constraint
                          :certificate :sha-256 #p"http-server-www#1")))
-  (git :tlsa (:https (:trust-anchor-assertion
-                     :certificate :sha-256 #p"distorted-ca")))
+  ((git mail) :tlsa (:https (:trust-anchor-assertion
+                            :certificate :sha-256 #p"distorted-ca")))
   (www-cache :tlsa (3127 (:trust-anchor-assertion
                          :certificate :sha-256 #p"distorted-ca")))
-  (lists :tlsa ((:smtp :https) (:trust-anchor-assertion
-                               :certificate :sha-256 #p"distorted-ca")))
-  (mail :tlsa ((:smtp :submission :imap)
+  ((bugs lists) :tlsa (:smtp (:trust-anchor-assertion
+                             :certificate :sha-256 #p"distorted-ca")))
+  (mail :tlsa ((:smtp :submission :imap :imaps)
               (:trust-anchor-assertion
                :certificate :sha-256 #p"distorted-ca")))
   :svc #+view/inside stratocaster.colo