Temporarily point lists to review for deferral
This is a cheap hack to get incoming messages for lists.opendev.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: I9e4db643f4bbf66bb19c6f33eff5f3556fbba24e
This commit is contained in:
parent
b49b2aabfb
commit
121f6ec0d1
@ -2,7 +2,7 @@
|
||||
$ORIGIN opendev.org.
|
||||
$TTL 1h
|
||||
@ IN SOA adns1.opendev.org. hostmaster.opendev.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)
|
||||
@ -299,14 +299,8 @@ _acme-challenge.keycloak01 IN CNAME acme.opendev.org.
|
||||
keycloak IN CNAME keycloak01
|
||||
_acme-challenge.keycloak IN CNAME acme.opendev.org.
|
||||
|
||||
lists 300 IN A 50.56.173.222
|
||||
lists 300 IN AAAA 2001:4800:780e:510:3bc3:d7f6:ff04:b736
|
||||
lists IN SSHFP 1 1 ace958116848994d47b002de814559f37cb25c7d
|
||||
lists IN SSHFP 1 2 bfedad5670a9141a13ef0d09357419cc44a427f82bc16b1ec80420e9a58a0ed5
|
||||
lists IN SSHFP 3 1 cc94027e944dc662f53a5b0b057cdd5b21abfd03
|
||||
lists IN SSHFP 3 2 baca97334fd3920cdb28fe459640c3abd18aab87f6d8be52df773d086940d191
|
||||
lists IN SSHFP 4 1 0c6b97e8b5f86a1e2eb5cb1c4b51224b28a7e48b
|
||||
lists IN SSHFP 4 2 9d6f91484b341fa5a0a1be096a5a4428812f290de9c55b16a250e92736a54529
|
||||
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.
|
||||
|
||||
lists01 IN A 162.209.78.70
|
||||
|
Loading…
x
Reference in New Issue
Block a user