Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Close #65: Add info about Nix pkg to README #68

Merged
merged 1 commit into from
Jun 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ There is a Docker Compose wrapper created by @nielsbom (thanks!):

https://github.com/nielsbom/dmarc_report_viewer

### Nix

There is a Nix package [dmarc-report-converter][1] created by @Nebucatnetzer (thanks!):

Configuration
-------------

Expand Down Expand Up @@ -123,7 +127,7 @@ Copy config/config.dist.yaml to config.yaml and change parameters:
* **delete** (bool): delete email messages from IMAP server if reports are fetched successfully

* **debug** (bool): print debug messages during IMAP session?

* **security** (str): select encryption between "tls" (default), "starttls" or "plaintext"

**output** section:
Expand Down Expand Up @@ -229,3 +233,4 @@ Thanks

And we have a lot of [contributors](https://github.com/tierpod/dmarc-report-converter/graphs/contributors)!

[1]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/by-name/dm/dmarc-report-converter/package.nix
Loading