Page MenuHomePhabricator

Update wmcloud.org MX records
Closed, ResolvedPublic

Description

Presently they are set to the existing Exim servers:

$ host wmcloud.org
wmcloud.org has address 185.15.56.49
wmcloud.org mail is handled by 10 mx1001.wikimedia.org.
wmcloud.org mail is handled by 50 mx2001.wikimedia.org.

These servers are set to be decommed, the MX record should be updated to:

$ host wmcloud.org
wmcloud.org has address 185.15.56.49
wmcloud.org mail is handled by 10 mx-in1001.wikimedia.org.
wmcloud.org mail is handled by 10 mx-in2001.wikimedia.org.

Event Timeline

I was hoping to finish the work to support DNS records on our opentofu setup, see T374338: tofu-infra: extend coverage to Designate DNS data because otherwise this value is hardcoded in the openstack database.

done!

$ dig MX wmcloud.org +short
10 mx-in2001.wikimedia.org.
10 mx-in1001.wikimedia.org.