Skip to content

Commit

Permalink
Updated README.md with Docker image size
Browse files Browse the repository at this point in the history
  • Loading branch information
cry-inc committed Jul 27, 2024
1 parent 58ec31f commit 71badbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ Ideal for smaller selfhosted mailservers.
The application is a single executable written in Rust.
It combines the DMARC report parser with an IMAP client and an HTTP server for easy access of the reports.
You can run the executable directly on any Linux, Windows or MacOS system.
Alternatively, you can use the tiny Linux Docker image to deploy the application.
Alternatively, you can use the tiny 10 MB Docker image to deploy the application.

![Dashboard Screenshot](screenshots/dashboard.png "Dashboard")
![Screenshot of Dashboard](screenshots/dashboard.png "Screenshot of Dashboard")

## Features
- [x] Lightweight Docker image for easy deployment
- [x] Secure IMAP client
- [x] Automatic fetching of reports from IMAP inbox
- [x] Robust parsing of XML DMARC reports
- [x] Embedded HTTP server for UI
- [x] Embedded HTTP server for web UI
- [x] Basic Auth password protection for HTTP server
- [x] Easy configuration via command line arguments or ENV variables
- [x] Summary with diagrams for domains, organizations and passed/failed checks
Expand Down

0 comments on commit 71badbc

Please sign in to comment.