Skip to content

Commit

Permalink
Merge pull request #68 from tierpod/nix_pkg
Browse files Browse the repository at this point in the history
Close #65: Add info about Nix pkg to README
  • Loading branch information
tierpod authored Jun 17, 2024
2 parents a4cfeff + 818c6f4 commit 50e8df5
Showing 1 changed file with 6 additions and 1 deletion.
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

0 comments on commit 50e8df5

Please sign in to comment.