dmarc-visualizer
dmarc-visualizer copied to clipboard
Analyse and visualize DMARC results using open-source tools
parsedmarc/Dockerfile ``` FROM python:alpine RUN apk add build-base libffi-dev libxml2-dev libxslt-dev \ && pip install parsedmarc COPY parsedmarc.ini / #COPY GeoLite2-Country.mmdb /usr/share/GeoIP/GeoLite2-Country.mmdb ```
Support for Elasticsearch versions after their end-of-life (currently versions < 7.10) was removed.
 Please help me.
This pull request fixed error that prevents dmarc-visualiser from build when `docker-compose up` is run. Another user suggested this fix https://github.com/debricked/dmarc-visualizer/issues/28 ``` Running setup.py clean for cffi Successfully built expiringdict...
Love your work. This is a fantastic project. I've noticed the DKIM results over time graph appears to be displaying 0 failures as pass results. The sample data below has...
I can see the grafana interface in the browser. however, can't see the statistics. I suspect it is because my elasticsearch and parsedmarc are not talking to each other. It...
Hi any quick fix for : Failed to establish a new connection: [Errno 111] Connection refused) what and where to change ? docker-compose up Creating network "dmarcvisualizer_default" with the default...
I'm starting my journey into SPF/DKIM/DMARC and have installed this dmarc-visualizer - really cool project, by the way. I'm seeing a discrepancy in this early stage and know it will...
- `apk --update` for latest versions - `apk --virtual` for temporary build depenencies - misc fixes from other issues/PRs (#29, #32)
Just re-built now, and in the browser UI it no longer renders stats. Instead there's a pop-up error saying: > :warning: **Templating [fromdomain]** > Error updating options: Support for Elasticsearch...