-
-
Notifications
You must be signed in to change notification settings - Fork 661
Home
Matt Simerson edited this page Dec 7, 2018
·
70 revisions
Haraka is an SMTP server built with node.js.
Haraka provides extensibility via a plugin architecture with built-in support for plugins that call SpamAssassin, DNS Blocklists, provide authentication, and many more. A plugin registry exists.
- Google Safe Browsing
- Require TLS
- Configure my Editor
- Contribute
- Roll a Release
- Upgrade
- Write a Plugin
- Support RFC3464 in bounce messages #1189
- Decode Short URLs in data.uribl.js and test the destination URL instead
- DKIM verifier
- ditch vm.runInNewContext
- Migrate to Stream3 streams internally #1323
- TLS
- AUTH
- support for ARC #2283
- native DMARC plugin
- Remove HTTP server to haraka-httpd #2394
- Fuzz based testing #2134
- Use whois data to correlate ASNs to orgs #1008
- Save the SMTP conversation #945
- Domain Reputation Database #696
- Outbound queue with rabbit #1311
- CLI mode for plugins #1220
- permit plugins to fork workers #2099
Install Guides
How To
- Upgrade Haraka
- Google Safe Browsing
- Require TLS
- Configure my Editor
- Contribute
- Roll a Release
- Test Email
- Write a Plugin
Future Plans / TODO
Support RFC3464 in bounce messages- Decode Short URLs in data.uribl.js and test the destination URL instead
DKIM verifier
Additional Resources