meta data for this page
DMARC reports
This image is intended to combine:
- a dmarc report parser (see https://github.com/techsneeze/dmarcts-report-parser by TechSneeze.com and John Bieling), with
- a report viewer (see https://github.com/techsneeze/dmarcts-report-viewer/ by the same people)
into a runnable docker image / microservice.
Example env settings for IMAP SSL:
- docker-compose.yml
environment: - "PARSER_IMAP_SERVER=mail.example.com" - "PARSER_IMAP_PORT=993" - "PARSER_IMAP_TLS=0" - "PARSER_IMAP_SSL=1" - "PARSER_IMAP_USER=dmarc" - "PARSER_IMAP_PASS=secret" - "PARSER_IMAP_READ_FOLDER=INBOX" - "PARSER_IMAP_MOVE_FOLDER=DMARC-processed" - "PARSER_IMAP_MOVE_FOLDER_ERR=DMARC-error"