Skip to content

EmadFathy/parsedmarc-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 

Repository files navigation

parsedmarc docker image

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

All the credits to the original author of parsedmarc seanthegeek

How to use this image

If you just want to run the command

$ docker run -it --rm xbblabs/parsedmarc parsedmarc --help

If you want to configure it with docker-compose.yml

version: '2.2'
services:
 parsedmarc:
  container_name: "parsedmarc"
  image: "xbblabs/parsedmarc:latest"
  volumes:
   - ./parsedmarc.ini:/etc/parsedmarc.ini
   - geoip-data:/usr/share/GeoIP:ro
  command: ["parsedmarc", "-c", "/etc/parsedmarc.ini"]
  init: true
  restart: "unless-stopped"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 100.0%