From 8336c8ffc302e36077d0f7b4488baed0d6cf4a31 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 1 Apr 2015 20:49:15 +0100 Subject: [PATCH] distorted.lisp: Prepare for a new listserver on telecaster. --- distorted.lisp | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/distorted.lisp b/distorted.lisp index 4d15a9e..0289a8b 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -82,7 +82,11 @@ ((@ 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 @@ ;; 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 @@ :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"))) -- 2.11.0