Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hpoul/dmarc_logger

A simple dmarc report email analyser. Converts incoming emails into a flat CSV file.
https://github.com/hpoul/dmarc_logger

dmarc dmarc-aggregate-reports dmarc-parser

Last synced: 4 days ago
JSON representation

A simple dmarc report email analyser. Converts incoming emails into a flat CSV file.

Awesome Lists containing this project

README

        

# dmarc_logger

A simple dmarc report email analyser. Converts incoming emails into a flat CSV file.

# Building

1. Clone repository
2. Install dart
3. `pub get`
4. `dart compile exe bin/dmarc_logger.dart -o dmarc_logger_linux.exe`

# Usage

Copy `dmarc_logger_linux.exe` on your email server and pipe dmarc report email address into it.

For example for postfix you can edit `/etc/aliases` and add:

```
dmarc.report.receive: "|/path/to/dmarc_logger_linux.exe --csv-file /path/to/output-reports.csv"
```

Now incoming emails will be parsed, and appended to the given CSV.