After adding some of my domains (hosted at Opalstack) to my Cloudflare account, I notice in the Cloudflare dashboard that they each have a couple of MX records which I hadn't expected to exist:

MX www mx1.de.opalstack.com
MX www mx2.de.opalstack.com

(The domains also have the expected complement of MX records defined on the domain name itself)

I assume that these "MX www" records are harmless and would only come into play if anyone tried to send email to "somebody@www.mydomain.com" ... which of course should not in general happen.

Nevertheless, two questions

(1) just to tidy things up, is it worth deleting these "MX www" records?

(2) the api function at my.opalstack.com/api/v1/dnsrecord/list/ does not list these "MX www" records. Shouldn't we have a way of finding all the DNS records defined for our domains?

  • sean replied to this.

    ttavoy we generate MX records at our NS for any domain you add to your Opalstack dashboard. We also generate A records and DKIM records for them.

    Generated records cannot be deleted.

    Generated records are not listed with your manual DNS records in the dashboard and API.

    If you want to query your domain's DNS records you can do so with the dig command in a SSH session, eg to see all of the TXT records for domain.com:

    dig TXT domain.com
    Mastodon