Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hpoul/dmarc_logger
- Owner: hpoul
- Created: 2020-09-10T17:05:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-10T20:01:11.000Z (over 4 years ago)
- Last Synced: 2024-12-18T01:12:06.087Z (7 days ago)
- Topics: dmarc, dmarc-aggregate-reports, dmarc-parser
- Language: Dart
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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.