Skip to content

O-X-L/dmarc-analyzer

Repository files navigation

DMARC Analyzer

This dockerized stack is mainly utilizing the parsedmarc project.

Stack


Prerequisites


Usage

  • Change the data owner UID inside the Dockerfile_opensearch and docker-compose.yml if needed

  • Create the data directory and change its owner:

    mkdir -p ./data/opensearch ./data/grafana
    chown ${OWNER}:${OWNER} ./data
  • Change options inside the docker-compose.yml as needed

  • Configure settings inside the parsedmarc.ini as needed

  • Start: docker compose -f docker-compose.yml up

  • Check for error logs - you may have configuration issues

  • Access the web interface: http://localhost:3000 - the default login is admin/admin

Rebuild

docker compose -f docker-compose.yml up --build --force-recreate --no-deps


Documentation

About

Dockerized DMARC Analyzer

Resources

License

Stars

Watchers

Forks