Skip to content

ZoeyVid/parsedmarc-dockerized

Repository files navigation

parsedmarc-dockerized

This docker image contains https://github.com/domainaware/parsedmarc, which should be used with the compose file, which also contains elasticsearch, kibana and maxmindinc/geoipupdate.

How to use:

  1. Download the compose.yaml and edit it:
wget https://raw.githubusercontent.com/ZoeyVid/parsedmarc-dockerized/develop/compose.yml
nano compose.yaml
  1. now adjust the value GEOIPUPDATE_ACCOUNT_ID and GEOIPUPDATE_LICENSE_KEY from your MaxMind account and edit server.publicBaseUrl
  2. Now deploy the stack
docker compose up -d
  1. now you can edit the config.ini
nano /opt/parsedmarc/conf/config.ini
  1. now restart your container:
docker restart parsedmarc
  1. configure your reverse proxy to http://127.0.0.1:5601