DMARC reports

gutmensch/dmarc-report

This image is intended to combine:

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"