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

plugins: Add haraka-plugin-outbound-logger to registry #3146

Merged
merged 1 commit into from
Jan 12, 2023
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
2 changes: 2 additions & 0 deletions Plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Create a PR adding yours to this list.
| [messagesniffer][url-msgsniff] | Anti-spam via [MessageSniffer][url-ms] |
| [milter][url-milter] | milter support |
| [mongodb][mongo-url] | Queue emails to MongoDB |
| [outbound-logger][url-outbound-logger] | JSON logging of outbound email traffic. Logs useful metadata about delivered/bounced emails |
| [prevent_credential_leaks][url-creds] | Prevent users from emailing their credentials |
| [process_title][url-proctitle] | Populate `ps` output with activity counters |
| queue/[discard][url-qdisc] | queues messages to /dev/null |
Expand Down Expand Up @@ -190,4 +191,5 @@ Create a PR adding yours to this list.
[url-wildduck]: https://github.com/nodemailer/haraka-plugin-wildduck
[url-xclient]: https://github.com/haraka/Haraka/blob/master/docs/plugins/xclient.md
[mongo-url]: https://github.com/Helpmonks/haraka-plugin-mongodb
[url-outbound-logger]: https://github.com/mr-karan/haraka-plugin-outbound-logger