Last check : 2026-07-29T00:46:42.117Z
Last Release : 10.4.1
parsedmarc is an open source DMARC report analyzer which can parse the reports from IMAP and output them as JSON or send them to Elasticsearch and much more.
See all the features from the official documentation https://domainaware.github.io/parsedmarc
Credits and official repository here https://github.com/domainaware/parsedmarc/
This image includes the optional dependencies for the PostgreSQL storage backend introduced in parsedmarc v10. You can configure it just like any other backend using the [postgresql] section in your configuration file or via PARSEDMARC_POSTGRESQL_* environment variables.
docker run -it --rm thib3113/parsedmarc --help
version: "2.2"
services:
parsedmarc:
container_name: "parsedmarc"
image: "thib3113/parsedmarc:latest"
volumes:
- ./parsedmarc.ini:/etc/parsedmarc.ini
- geoip-data:/usr/share/GeoIP:ro
command: ["-c", "/etc/parsedmarc.ini"]
init: true
restart: "unless-stopped"
this image is based on the work of @xbb source
Content type
Image
Digest
sha256:eab398a54…
Size
106.8 MB
Last updated
4 days ago
docker pull thib3113/parsedmarc