Host your own email and enhance your privacy
dmarc-ingestFired by Healthchecks when the dmarc-ingest check has been silent past its 2-hour grace beyond the 6-hour expected cadence.
The cabal-process-dmarc Lambda did not ping in its last scheduled run. The Lambda receives DMARC aggregate-report mail at the dmarc-reports@mail-admin.<first-mail-domain> address (via lambda/api/process_dmarc/) and writes the parsed reports to S3.
DMARC aggregate-reports are diagnostic, not control-plane. Missing them does not affect mail deliverability — it only affects our ability to see how downstream mailbox providers are evaluating our SPF/DKIM/DMARC over time.
So: this alert never warrants a wake-up. It’s a critical severity in Phase 2 because Healthchecks doesn’t have per-check severity overrides, but operationally it’s “look at it during business hours”. Phase 4 §3 IaC config can fix this with per-check severity once Healthchecks config is code.
aws logs describe-log-streams --log-group-name /aws/lambda/cabal-process-dmarc \
--order-by LastEventTime --descending --max-items 5
aws s3 ls s3://<bucket>/dmarc-reports/ --recursive --summarize | tail -5
Confirm by checking your inbox for dmarc-reports@mail-admin.<first-mail-domain> — if reports are arriving, Lambda invocation is the issue.
aws logs tail /aws/lambda/cabal-process-dmarc --since 24h --filter-pattern '?ERROR ?Exception ?Traceback'
/cabal/healthcheck_ping_dmarc_ingest.