scripts/dmarc
2024-06-04 22:12:25 +00:00
..
.env.example feat: added dmarc compose script. 2024-06-04 22:12:25 +00:00
docker-compose.yml feat: added dmarc compose script. 2024-06-04 22:12:25 +00:00
README.md feat: added dmarc compose script. 2024-06-04 22:12:25 +00:00

DMARC

Skynet admins get dmarc reports into a folder in tehir mail account called mailman.
This compose script pulls mails into a databse and displays them on a local website.

Uses https://github.com/gutmensch/docker-dmarc-report

  1. cp .env.example .env
  2. Add yer username and pass to the .env
  3. docker compose up
  4. Go to localhost in your browser to view it.