distorted.lisp: Prepare for LetsEncrypt certificate on outward IMAP/SMTP.
[zones] / escorted.lisp
1 ;;; Zone file for escorted.org.uk
2
3 (load "hosts.lisp" :verbose nil)
4
5 (setf *default-zone-admin* "hostmaster@escorted.org.uk")
6
7 (setf *default-zone-source* 'radius.distorted.org.uk.)
8
9 (defzone escorted.org.uk
10
11 ;; Nameservers
12 :ns ((radius.ns :ip radius)
13 (precision.ns :ip precision)
14 (telecaster.ns :ip telecaster)
15 (national.ns :ip national)
16 (mythic-beasts-1.ns :ip mythic-ns1)
17 (mythic-beasts-2.ns :ip mythic-ns2)
18 (mythic-beasts-3.ns :ip mythic-ns3))
19
20 ;; Web service.
21 ((@ www) :svc stratocaster)
22
23 ;; Certification.
24 :caa ((:issue "letsencrypt.org")
25 (:issue "distorted.org.uk"))
26
27 ;; Mail servers
28 :mx ((mail :ip stratocaster))
29 :srv ((:smtp mail))
30
31 (stratocaster.20140403._domainkey
32 :dkim ("stratocaster-20140403"
33 :v "DKIM1" :k "rsa" :h "sha256" :s "email")))