MediumInfrastructure · usually medium

No email configuration of any kind was found

No MX, SPF or DMARC records exist for this domain.

Check your own domain

What causes this

The domain resolves but publishes nothing related to email. If it is not used for mail, that is fine — though publishing a null MX and a restrictive SPF record is worth doing, because it stops the domain being an easy candidate for forgery. If it is meant to handle mail, nothing is configured yet.

What it breaks

The domain cannot receive mail, and because it publishes no policy, forged mail claiming to come from it faces no obstacle.

How to fix it

Either configure mail properly, or publish records that state the domain sends and receives none.

  1. If the domain should handle mail, follow your provider's setup guide for MX, SPF and DKIM, then add DMARC.
  2. If it should not, publish a null MX record, an SPF record of 'v=spf1 -all', and a DMARC record with p=reject.

Example record

TXT · @
v=spf1 -all

Only for a domain that sends no mail at all.

Related problems