A Docker Compose wrapper around the dmarc-report-converter tool. It uses an nginx container to serve the produced HTML reports.
- Docker
- Clone this repository.
- Copy your DMARC aggregate reports to the
input
directory. No need to extract/unzip the reports or flatten the directory. - Run
docker compose up
. - Open your browser to http://localhost
- You should get a file browser in which you can navigate to the reports.
You can configure dmarc-report-converter to work differently by editing
config.yaml
, see that
repo for more information.
To get the files dmarc-report-converter produces you can run:
docker compose -f docker-compose-output-dir.yml up
This will create an output/
directory with the files.