Skip to main content

dotMARC v0.1.0: DMARC monitoring for every domain you manage

· 2 min read
Creator of dotMARC

dotMARC v0.1.0 is tagged and published. This is the first release: a self-hosted DMARC aggregate report analyzer that lets you monitor every domain you're responsible for from a single shared mailbox, instead of digging through raw XML attachments or standing up a separate tool per client.

Why dotMARC

If you manage DMARC for more than a handful of domains (an MSP watching client domains, or one org watching its own), the aggregate reports mail providers send back pile up fast, and they're not meant to be read by a human. dotMARC points every monitored domain's DMARC record at one mailbox, polls it, parses the reports, and attributes each one back to the right domain automatically. No per-domain mailbox, no manual XML wrangling.

dotMARC dashboard showing pass/fail rates, DNS status, and polling status across monitored domainsdotMARC dashboard showing pass/fail rates, DNS status, and polling status across monitored domains

What's in this release

  • One mailbox, every domain: automatic polling and parsing of DMARC aggregate (RUA) reports, deduplicated so a message is never processed twice, attributed back to the right domain from its From header.
  • Multi-domain dashboard: pass/fail rates, source breakdowns, and DNS record status across every monitored domain, filterable by Group and Tag.
  • DNS status checks: live DNS lookups confirm each monitored domain's DMARC record is actually in place and pointed at the right mailbox, not just assumed.
  • Built for MSPs: fine-grained, per-domain access control. Grant an external client visibility into just their own domains via a Group-scoped Viewer role, not an all-or-nothing login.
  • Self-hosted, your data: runs on your own infrastructure via Docker Compose or the included Azure Container Apps Bicep template, backed by PostgreSQL. Report data never leaves your environment.
dotMARC domain detail page showing source IPs, SPF/DKIM results, and dispositiondotMARC domain detail page showing source IPs, SPF/DKIM results, and disposition

Getting started

More to come. Check back here for release notes as new versions ship.