The console is what you get after installing and signing in. This section documents each screen against what actually ships; this page covers the things every screen shares — the navigation, the time windows, and the status vocabulary.

The screens

ScreenWho sees itWhat it’s for
DashboardeveryonePortfolio-wide compliance, volume and what needs attention
DomainseveryoneEvery monitored domain with policy, compliance and status
ThreatseveryoneSources whose mail failed both DKIM and SPF
AlertseveryoneCompliance drops and policy regressions, with triage
Clientsadmin + analystTenants: retention, legal hold, alert thresholds
UsersadminAccounts, roles, and per-client grants
Mailbox sourcesadmin + analystThe inboxes reports arrive in — see mailbox setup
Notificationsadmin + analystWho receives alert emails and the monthly digest
Audit trailadminWho did what, when, from where

A client_viewer sees only the first four screens, scoped to the clients an admin has granted them; everything else redirects to the dashboard, and the server enforces the same rule regardless. Requesting another tenant’s data returns 404, never 403 — the API doesn’t reveal that a resource exists.

How the time windows work

Every analytics view defaults to the last 30 days and can extend to 365. The window anchors to the newest report in your data, not to today. That is deliberate: a freshly connected mailbox backfills months of history oldest-first, so during backfill “the last 30 days from today” would be empty while the database fills with older reports. Anchoring to the data means the dashboard is useful from the first sync — but it also means a stalled mailbox shows a window that quietly stops moving. The mailbox health view is where that shows up.

The status vocabulary

Compliance is the share of analyzed messages that passed DMARC — an aligned SPF or DKIM pass, per alignment. A message can pass raw SPF and still count as failing here; the domain drill-down shows both layers side by side.

Enforcement status appears next to every domain and is derived, from the published policy and the window’s compliance:

LabelDerivation
Enforcedpublished policy is p=reject
Rampingpublished policy is p=quarantine
Monitoringp=none (or no policy found), compliance ≥ 98%
Spoofingp=none (or no policy found), compliance below 98%
No datano messages in the window

“Spoofing” is a derived label, not a detected attack. It means: this domain’s failing mail is not being blocked, and there is enough of it to matter. The failing source may be an attacker — or a forwarder, a mailing list, or a legitimate sender nobody finished setting up. The Threats page and the domain drill-down are where you find out which. Explain this to clients before they see the word.

Published vs observed. The console knows a domain’s DMARC record two ways: what a live DNS lookup returns (refreshed roughly every six hours in the background), and what the reporting receivers echoed back inside each aggregate report. The record inspection panel compares the two per tag and flags only genuine disagreements — a tag you didn’t publish that the specification gives a default for is labelled inherited, not a problem.

Where the data comes from

Everything on these screens is parsed from aggregate reports pulled from your configured mailboxes — by default once an hour. There is no external service involved: if a number looks stale, start with mailbox setup and troubleshooting.