5.0 KiB
Managing Domains
This guide explains how to add, configure, and manage domains in DMARQ.
Adding a New Domain
To add a new domain for DMARC monitoring in DMARQ:
- Navigate to Domains in the main navigation
- Click the Add Domain button
- Enter your domain name (e.g.,
example.com) - Click Verify to ensure the domain is valid
- Click Add Domain to confirm
DMARQ will add the domain to your account and begin monitoring for DMARC reports related to this domain.
Domain Settings
For each domain, you can configure several settings:
DMARC Policy Configuration
DMARQ allows you to view and optionally manage your DMARC policy:
- Current Policy: View your active DMARC policy (none, quarantine, reject)
- Policy History: Track changes to your DMARC policy over time
- Policy Recommendations: Get suggestions for improving your DMARC implementation based on your compliance rate
DNS Record Management
If you've enabled Cloudflare integration, you can manage your email authentication DNS records directly from DMARQ:
- View Current Records: See all SPF, DKIM, DMARC, and BIMI records
- Update Records: Modify existing records as your email infrastructure changes
- Add New Records: Create new records like additional DKIM selectors
To update a record:
- Find the record you want to change in the DNS Records section
- Click Edit
- Make your changes in the record editor
- Click Save to apply the changes to your DNS
Report Delivery Settings
Configure where and how DMARC reports are delivered:
- RUA Email: The email address receiving aggregate reports
- RUF Email: The email address receiving forensic reports
- Report Frequency: How often you want to receive reports
Domain Health Check
DMARQ provides a health check feature for each domain:
- Navigate to the domain details page
- Click Run Health Check to analyze your domain's email authentication setup
- Review the results, which include:
- SPF record validation
- DKIM selector verification
- DMARC record syntax check
- MTA-STS TXT and HTTPS policy validation
- MX record confirmation
- BIMI record validation (if applicable)
Posture Dashboard
The domain detail page starts with an evidence-first posture dashboard. It summarizes coverage for DMARC, SPF, DKIM, MTA-STS, and BIMI, assigns a simple posture score, and shows each recommendation with links back to the DNS record, report trend, sending-source table, or posture evidence that triggered it.
The same surface includes a What Changed panel when provider-backed DNS change tracking has observed additions, edits, or removals. Those summaries are designed for drift review: operators can see the previous and current values without reading logs.
Operator playbooks sit beside the recommendations. They are short remediation checklists for common gaps such as missing SPF, missing DKIM, policy enforcement readiness, MTA-STS setup, or BIMI prerequisites.
MTA-STS Posture
The domain detail page checks _mta-sts.<domain> and fetches the policy from https://mta-sts.<domain>/.well-known/mta-sts.txt.
DMARQ marks the check healthy when the TXT record contains v=STSv1 with an id, the HTTPS policy is reachable, and the policy includes version, mode, mx, and max_age. Findings include the DNS record, policy URL, mode, MX patterns, and actionable guidance for missing records, fetch failures, invalid policies, or non-enforcing testing/none modes.
MTA-STS posture uses the same cached DNS refresh behavior as the existing DNS health checks. Use the DNS refresh action when you publish or update a policy and need DMARQ to re-check immediately.
BIMI Readiness
The domain detail page checks the default BIMI selector at
default._bimi.<domain>.
DMARQ validates that the BIMI TXT record starts with v=BIMI1, includes an
HTTPS l= SVG logo URL, and uses HTTPS for the optional a= certificate URL.
The readiness guidance also checks whether DMARC is ready for BIMI: the domain
must use p=quarantine or p=reject, pct must be 100 or omitted, and any
published sp= subdomain policy must also enforce.
BIMI posture is read-only. Findings link back to the BIMI TXT record, logo URL, certificate URL, and DMARC policy evidence so operators can see which prerequisite is blocking readiness.
Domain Groups
If you manage multiple domains, you can organize them into groups:
- Go to the Domains page
- Click Manage Groups
- Create a new group and give it a name
- Drag and drop domains into the group
Groups allow you to:
- View aggregate statistics across multiple related domains
- Apply settings changes to multiple domains at once
- Organize domains by business unit, client, or purpose
Removing a Domain
To remove a domain from DMARQ:
- Navigate to the Domains page
- Find the domain you wish to remove
- Click the Options menu (three dots)
- Select Remove Domain
- Confirm the removal
Note that removing a domain will delete all stored DMARC reports for that domain.