Quick answer

Open the domain's detail panel. Winnr shows which specific record is failing. Click "Show expected value" for that record — you get the exact Type, Name, and Value Winnr wants. Compare to what's at your DNS provider. Most failures are typos in the value, records added at the wrong name (e.g., @ vs the apex), or an old conflicting record overriding Winnr's.

Per-record diagnosis

SPF (TXT at apex)

DKIM (TXT at dkim._domainkey)

DMARC (TXT at _dmarc)

MX (at apex)

Waiting is sometimes the answer

DNS caches globally at different rates. If you've verified the record is correct at your DNS provider and Winnr still says failing:

  1. Wait 15 minutes.
  2. Click Recheck DNS.
  3. If still failing after 30 minutes, contact support with a screenshot of your DNS records.

TTL settings determine cache lifetime. If your provider defaults to 24 hours TTL, changes can genuinely take that long. Set TTL to 3600 (1 hour) for future changes.

What's next

Frequently asked questions

How do I know which record is failing?

Domain detail panel shows a health section listing each record with green/yellow/red status. Red = failing. Click for details.

What if I can't tell what's wrong even after comparing?

Copy the current record from your DNS provider (whatever's actually there) and compare it character by character with Winnr's expected value. DKIM values especially can look nearly identical but have one character off.

DKIM specifically won't verify. Why?

DKIM values are long — often 300+ characters. Common issues — copied without trailing characters, line breaks introduced by your DNS provider's UI, or the value split across two records when it should be one long TXT.

The SPF record includes something else. Do I remove that?

Yes — you can only have one SPF record at the apex. If your existing SPF includes Google or Microsoft or Mailgun, you need to merge them into one record (v=spf1 include:... include:... -all) or remove the ones you don't need. Winnr's Connect Domain flow shows you the required SPF; the merge is on you.

MX record won't verify.

Almost always because your registrar has a default MX pointing at their own mail service. Delete the default record, add Winnr's MX with priority 10.

Was this article helpful? Yes · No