Go to file
Andreas Zweili a3f57475f5 Change network port 2024-04-15 16:35:06 +02:00
.editorconfig Initial commit 2024-02-19 19:34:22 +01:00
.gitignore Initial commit 2024-02-19 19:34:22 +01:00
LICENSE Add license 2024-02-19 19:36:52 +01:00
README.md Initial commit 2024-02-19 19:34:22 +01:00
config.yaml Initial commit 2024-02-19 19:34:22 +01:00
flake.lock Rewrite to flake-utils 2024-04-09 19:59:40 +02:00
flake.nix Rewrite to flake-utils 2024-04-09 19:59:40 +02:00
reports.sh Change network port 2024-04-15 16:35:06 +02:00

README.md

DKIM Reports

This repository helps you to convert DKIM reports to HTML and then serve them with a web server. This way you can easily look at the reports and see if there are any issues with your DKIM setup.

How to use

You need to have Nix installed with Flakes enabled. Then you can clone this repository, cd into it and run the following command:

nix run .#dkim-report

The script will create an html and a xml directory. The xml directory is used to store the DKIM reports and the html directory is used to store the converted reports. You can add .zip and .tar.gz files to the xml directory and the script will automatically extract them. After the script converted the reports iptables will open port 8080 and then the webserver will serve the reports.