10 lines
701 B
Markdown
Raw Normal View History

2018-03-31 19:40:29 +02:00
# docker-dmarc-report [![Docker Pulls](https://img.shields.io/docker/pulls/gutmensch/dmarc-report.svg)](https://registry.hub.docker.com/u/gutmensch/dmarc-report/)
2016-12-04 19:09:27 +01:00
2018-03-31 19:35:32 +02:00
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. It fetches dmarc report mails regularly from an IMAP server, stores them into a MySQL DB, deletes them from IMAP and show them via Webserver/PHP module.
2017-02-11 15:22:31 +01:00
2016-12-04 19:09:27 +01:00
## Usage
2016-12-04 19:09:38 +01:00
```
2018-03-31 19:40:29 +02:00
docker pull gutmensch/dmarc-report
docker run -ti gutmensch/dmarc-report
2016-12-04 19:18:45 +01:00
```