From: Mark Wooding Date: Wed, 1 Apr 2015 19:49:15 +0000 (+0100) Subject: distorted.lisp: Prepare for a new listserver on telecaster. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/zones/commitdiff_plain/8336c8ffc302e36077d0f7b4488baed0d6cf4a31 distorted.lisp: Prepare for a new listserver on telecaster. --- diff --git a/distorted.lisp b/distorted.lisp index 4d15a9e..0289a8b 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -82,7 +82,11 @@ (defzone distorted.org.uk ((@ mail blackhole) :mx mail :srv ((:smtp mail))) - ((lists bugs cryptomail) + ((lists) + :ttl 300 + :mx lists + :srv ((:smtp lists))) + ((bugs cryptomail) :ttl 300 :mx mail :srv ((:smtp old-mail))) @@ -147,6 +151,8 @@ (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")) ((git www mail) (colo :svc stratocaster.colo :sshfp "stratocaster") (jump :svc stratocaster.jump :sshfp "stratocaster")) ((www @) :tlsa (:https (:service-certificate-constraint @@ -155,6 +161,8 @@ (defzone distorted.org.uk :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) (:trust-anchor-assertion :certificate :sha-256 #p"distorted-ca")))