Skip to content

ZoeyVid/parsedmarc-dockerized

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ebaa790 · Aug 9, 2024
Jun 17, 2024
Apr 18, 2024
Mar 26, 2023
Mar 26, 2023
Mar 26, 2023
Apr 17, 2024
Aug 8, 2024
May 26, 2024
Aug 9, 2024
Mar 26, 2023
Mar 26, 2023
Mar 26, 2023

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