For the complete documentation index, see llms-docs.txt or the site index llms.txt. Full docs corpus: llms-full-docs.txt. Prefer the markdown version of this page at /docs/guides/connect-domain/troubleshoot/dkim-dmarc-typos.md. Product capabilities: skill.md. Docs MCP: /docs/mcp. Site MCP: /mcp.

DKIM and DMARC typos

Fix truncated DKIM keys, wrong hosts, and DMARC paste mistakes that block Reloop verification.

DKIM checklist

CheckDetails
HostUsually reloop._domainkey — not reloop._domainkey.yourdomain.com if the UI adds the domain
TypeTXT
ValueStarts with v=DKIM1; k=rsa; p= and a long base64 key
LengthIf the panel truncates, use “split TXT” / multi-string support or a provider that accepts long TXT

Verify

dig TXT reloop._domainkey.yourdomain.com +short

The p= material should match Reloop’s dashboard (ignoring quotes/spaces some dig output adds).

DMARC checklist

CheckDetails
Host_dmarc
TypeTXT
ValueStarts with v=DMARC1;

Reloop may suggest p=reject. If you already run a careful DMARC program with Google/Microsoft, do not blindly overwrite without reviewing rua / policy impact.

Quotes and spaces

Some UIs wrap TXT values in quotes automatically. Prefer pasting the raw value Reloop shows. Avoid inserting line breaks in the middle of the DKIM key unless the provider’s docs say to split properly.

Was this page helpful?

Edit this page