Sign inSign up

thib3113/parsedmarc

By thib3113

Updated 4 days ago

Image
1

9.7K

thib3113/parsedmarc repository overview

parsedmarc docker image

Last check : 2026-07-29T00:46:42.117Z

Last Release : 10.4.1

What is parsedmarc

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/

Features

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.

How to use this image

If you just want to run the command
docker run -it --rm thib3113/parsedmarc --help
If you want to configure it with docker-compose.yml
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"

Thanks

this image is based on the work of @xbb source

Tag summary

Content type

Image

Digest

sha256:eab398a54

Size

106.8 MB

Last updated

4 days ago

docker pull thib3113/parsedmarc