diff options
| author | Paul Buetow <paul@buetow.org> | 2022-07-31 11:20:13 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-07-31 11:20:13 +0100 |
| commit | 23b88eada5e53e408a369e67bab58a7fc61a52f1 (patch) | |
| tree | a96b9225bb40043c25a6abffc0b3c03e712b4da1 /frontends/var | |
| parent | d32a317172229c7cad21d93dbc287716fb993a1b (diff) | |
use hostnames of the servers for mail TLS certs
Diffstat (limited to 'frontends/var')
8 files changed, 18 insertions, 21 deletions
diff --git a/frontends/var/nsd/zones/master/buetow.org.zone.tpl b/frontends/var/nsd/zones/master/buetow.org.zone.tpl index 9643206..c9f58a6 100644 --- a/frontends/var/nsd/zones/master/buetow.org.zone.tpl +++ b/frontends/var/nsd/zones/master/buetow.org.zone.tpl @@ -9,13 +9,13 @@ $TTL 4h IN NS blowfish.buetow.org. IN NS twofish.buetow.org. - IN MX 10 buetow.org. - IN MX 20 www.buetow.org. + IN MX 10 blowfish.buetow.org. + IN MX 20 twofish.buetow.org. 86400 IN A 23.88.35.144 86400 IN AAAA 2a01:4f8:c17:20f1::42 -* IN MX 10 buetow.org. -* IN MX 20 www.buetow.org. +* IN MX 10 blowfish.buetow.org. +* IN MX 20 twofish.buetow.org. * 86400 IN A 23.88.35.144 * 86400 IN AAAA 2a01:4f8:c17:20f1::42 diff --git a/frontends/var/nsd/zones/master/foo.surf.zone.tpl b/frontends/var/nsd/zones/master/foo.surf.zone.tpl index e92b881..54c3bce 100644 --- a/frontends/var/nsd/zones/master/foo.surf.zone.tpl +++ b/frontends/var/nsd/zones/master/foo.surf.zone.tpl @@ -9,8 +9,8 @@ $TTL 4h IN NS blowfish.buetow.org. IN NS twofish.buetow.org. - IN MX 20 buetow.org. - IN MX 10 www.buetow.org. + IN MX 20 blowfish.buetow.org. + IN MX 10 twofish.buetow.org. 86400 IN A 108.160.134.135 86400 IN AAAA 2401:c080:1000:45af:5400:3ff:fec6:ca1d diff --git a/frontends/var/nsd/zones/master/foo.zone.zone.tpl b/frontends/var/nsd/zones/master/foo.zone.zone.tpl index a70c45c..41bd5c5 100644 --- a/frontends/var/nsd/zones/master/foo.zone.zone.tpl +++ b/frontends/var/nsd/zones/master/foo.zone.zone.tpl @@ -9,9 +9,8 @@ $TTL 4h IN NS blowfish.buetow.org. IN NS twofish.buetow.org. - IN MX 10 buetow.org. - IN MX 20 www.buetow.org. - + IN MX 10 blowfish.buetow.org. + IN MX 20 twofish.buetow.org. 300 IN A 23.88.35.144 300 IN AAAA 2a01:4f8:c17:20f1::42 diff --git a/frontends/var/nsd/zones/master/irregular.ninja.zone.tpl b/frontends/var/nsd/zones/master/irregular.ninja.zone.tpl index d3c55e5..413d7ec 100644 --- a/frontends/var/nsd/zones/master/irregular.ninja.zone.tpl +++ b/frontends/var/nsd/zones/master/irregular.ninja.zone.tpl @@ -9,8 +9,8 @@ $TTL 4h IN NS blowfish.buetow.org. IN NS twofish.buetow.org. - IN MX 10 buetow.org. - IN MX 20 www.buetow.org. + IN MX 10 blowfish.buetow.org. + IN MX 20 twofish.buetow.org. 86400 IN A 23.88.35.144 86400 IN AAAA 2a01:4f8:c17:20f1::42 diff --git a/frontends/var/nsd/zones/master/sidewalk.ninja.zone.tpl b/frontends/var/nsd/zones/master/sidewalk.ninja.zone.tpl index 42b1db7..7b8b126 100644 --- a/frontends/var/nsd/zones/master/sidewalk.ninja.zone.tpl +++ b/frontends/var/nsd/zones/master/sidewalk.ninja.zone.tpl @@ -9,8 +9,8 @@ $TTL 4h IN NS blowfish.buetow.org. IN NS twofish.buetow.org. - IN MX 10 buetow.org. - IN MX 20 www.buetow.org. + IN MX 10 blowfish.buetow.org. + IN MX 20 twofish.buetow.org. 86400 IN A 23.88.35.144 86400 IN AAAA 2a01:4f8:c17:20f1::42 diff --git a/frontends/var/nsd/zones/master/snonux.de.zone.tpl b/frontends/var/nsd/zones/master/snonux.de.zone.tpl index cc530b6..04f08c1 100644 --- a/frontends/var/nsd/zones/master/snonux.de.zone.tpl +++ b/frontends/var/nsd/zones/master/snonux.de.zone.tpl @@ -9,9 +9,8 @@ $TTL 4h IN NS blowfish.buetow.org. IN NS twofish.buetow.org. - IN MX 10 buetow.org. - IN MX 20 www.buetow.org. - + IN MX 10 blowfish.buetow.org. + IN MX 20 twofish.buetow.org. 86400 IN A 23.88.35.144 86400 IN AAAA 2a01:4f8:c17:20f1::42 diff --git a/frontends/var/nsd/zones/master/snonux.land.zone.tpl b/frontends/var/nsd/zones/master/snonux.land.zone.tpl index 6b860c1..845ca65 100644 --- a/frontends/var/nsd/zones/master/snonux.land.zone.tpl +++ b/frontends/var/nsd/zones/master/snonux.land.zone.tpl @@ -9,8 +9,8 @@ $TTL 4h IN NS blowfish.buetow.org. IN NS twofish.buetow.org. - IN MX 10 buetow.org. - IN MX 20 www.buetow.org. + IN MX 10 blowfish.buetow.org. + IN MX 20 twofish.buetow.org. 86400 IN A 23.88.35.144 86400 IN AAAA 2a01:4f8:c17:20f1::42 diff --git a/frontends/var/nsd/zones/master/snonux.me.zone.tpl b/frontends/var/nsd/zones/master/snonux.me.zone.tpl index e756998..6d2bdad 100644 --- a/frontends/var/nsd/zones/master/snonux.me.zone.tpl +++ b/frontends/var/nsd/zones/master/snonux.me.zone.tpl @@ -9,9 +9,8 @@ $TTL 4h IN NS blowfish.buetow.org. IN NS twofish.buetow.org. - IN MX 10 buetow.org. - IN MX 20 www.buetow.org. - + IN MX 10 blowfish.buetow.org. + IN MX 20 twofish.buetow.org. 86400 IN A 23.88.35.144 86400 IN AAAA 2a01:4f8:c17:20f1::42 |
