The records, and what each is for
| Records | Purpose | Gates sending |
|---|---|---|
| 3 × CNAME (DKIM) | Signs your emails cryptographically | Yes |
| 1 × TXT (ownership) | Proves this organization owns the domain | Yes |
| 1 × MX + 1 × TXT (MAIL FROM) | Aligns the technical return path | No |
| 1 × TXT (DMARC) | Tells receivers what to do with fakes | No |
DKIM and ownership are two different problems
They look alike and they fail differently, which is why the product reports them separately:- Waiting on DNS — the DKIM CNAMEs are not visible yet. Publish them, or wait for propagation.
- Ownership to prove — DKIM passed, but the
_agentmail-challengeTXT record is missing. DKIM says an email was signed by that domain's keys; it does not say this organization is entitled to use it. The challenge does.
Publishing them
If your DNS provider supports automatic setup, the product offers to publish all seven records for you, at the provider. Otherwise the records are listed with a copy button for each, and a link to your provider's DNS zone. Same result either way.Propagation takes up to 72 hours. Usually minutes, sometimes a day. "Verify now" re-reads DNS
on demand — nothing is lost by checking, and nothing is gained by publishing twice.