Temporarily point lists to review.o.o for deferral
This is a cheap hack to get incoming messages for lists.zuul-ci.org to sit in senders' deferral queues while we're working on moving its mailing lists to the new server. The firewall rules for review02.opendev.org are set up to reject connections on 25/tcp, which causes connecting MTAs to wait and try again after some period of time. Once we update the records to match the new server instead, any queued deliveries should arrive normally. Change-Id: Ida33de7cbfc2c17ea0ef3e4ba736ad86640f11ad
This commit is contained in:
parent
347100bbda
commit
866228372f
@ -2,7 +2,7 @@
|
||||
$ORIGIN zuul-ci.org.
|
||||
$TTL 5m
|
||||
@ IN SOA adns1.opendev.org. hostmaster.openstack.org. (
|
||||
1670257750 ; serial number unixtime
|
||||
1670257751 ; serial number unixtime
|
||||
1h ; refresh (secondary checks for updates)
|
||||
10m ; retry (secondary retries failed axfr)
|
||||
10d ; expire (secondary ends serving old data)
|
||||
@ -16,8 +16,8 @@ ns1 IN A 23.253.236.219
|
||||
ns1 IN AAAA 2001:4800:7817:103:be76:4eff:fe04:3fc7
|
||||
ns2 IN A 162.253.55.139
|
||||
ns2 IN AAAA 2604:e100:1:0:f816:3eff:fe53:ee69
|
||||
lists 300 IN A 50.56.173.222
|
||||
lists 300 IN AAAA 2001:4800:780e:510:3bc3:d7f6:ff04:b736
|
||||
lists 300 IN A 199.204.45.33
|
||||
lists 300 IN AAAA 2604:e100:1:0:f816:3eff:fe52:22de
|
||||
_acme-challenge.lists IN CNAME acme.opendev.org.
|
||||
www IN A 23.253.245.150
|
||||
www IN AAAA 2001:4800:7818:101:be76:4eff:fe04:7c28
|
||||
|
Loading…
x
Reference in New Issue
Block a user