dmarc-visualizer icon indicating copy to clipboard operation
dmarc-visualizer copied to clipboard

Analyse and visualize DMARC results using open-source tools

Results 47 dmarc-visualizer issues
Sort by recently updated
recently updated
newest added

perhaps helpful for those new to docker-compose

Hello Monkeys. Can you create any meaningful documentation? If you want what you offer to be a product. This is one big thing. What exactly only monkeys know. Have a...

I tried to use this, but I receive this error, and it never parses any data. parsedmarc_1 | ERROR:cli.py:615:IMAP Error: open() takes 3 positional arguments but 4 were given dmarc-visualizer_parsedmarc_1...

Hi, thiis is quick fixes to make it, work, tested on my setup, also added volume in docker-compose to preserve elastic data and add debug parsedmarc for better logging. closes...

Looks like this repo is abandoned(at least for now), so here my fork with fixes provided as is in case somebody needs them: https://github.com/Keramblock/dmarc-visualizer feel free to take them if...

Error ``` ModuleNotFoundError: No module named 'msgraph' Traceback (most recent call last): File "/usr/local/bin/parsedmarc", line 5, in from parsedmarc.cli import _main File "/usr/local/lib/python3.9/site-packages/parsedmarc/__init__.py", line 31, in from parsedmarc.mail import MailboxConnection...

In past, everything worked fine. After redeploying on another server, we recognized that the IMAP email account connection doesn't work any more. `docker logs dmarc-visualizer_parsedmarc_1` lists lot of logs of...

elasticsearch stop working after less tha 20 seconds, so grafana can not load data that's my doker compose version: '3.5' services: parsedmarc: build: ./parsedmarc/ volumes: - ./files:/input:ro - ./output_files:/output command:...

Error happened at parsedmarc container when I run ` docker-compose up -d`. **Are some settings missing?** ### environment - OS : Windows 11 - Docker Desktop : 4.24.1 ### operation...