haraka/Haraka
A fast, highly extensible, and event driven SMTP server observed · 2026-08-28
Health v2 · maintenance only
93/100
- Activity 97
- Release rhythm 84
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 37
- age_days: 5655
- days_rel: 29
- days_push: 20
- n_releases_24m: 14
Adoption not part of the score
5613 stars · 712 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Haraka is a fast, highly extensible, event-driven SMTP server written in Node.js with a modular plugin architecture. It is widely deployed as a filtering MTA or MSA, handling thousands of concurrent connections with built-in outbound delivery and strong spam protection.
Use cases
- run a high-performance SMTP server in Node.js
- filter spam before forwarding mail to an IMAP backend
- build a custom mail transfer agent with JavaScript plugins
- accept authenticated mail submission on port 465 or 587
- add DKIM signing and SPF validation to email delivery
- rewrite recipient addresses before relaying to Exchange
- handle thousands of concurrent SMTP connections
When to choose
- you need a scalable SMTP server or filtering MTA you can extend in JavaScript
- you want spam protection via plugins like SpamAssassin, rspamd, DNSBLs, or ClamAV
- you need an MSA with auth and DKIM for outbound mail submission
- you want hook-based customization of SMTP transactions without forking an MTA
When to avoid
- you need a full mail store, IMAP server, or local delivery agent
- you want a turnkey mail server with a web admin UI and no coding
- your stack is not JavaScript/Node.js and you prefer a traditional MTA like Postfix or Exim
Facets
service · maturity stable
http-server middleware plugin-system security email email backend self-hosted security developer-tools cross-platform self-hosted smtp-server mta mail-transfer-agent spam-filtering dkim spf email-server mail-server nodejs linux macos
3 sources
- readme: https://github.com/haraka/Haraka · fetched 2026-08-28 · ed173394146b
- homepage: https://haraka.github.io · fetched 2026-08-29 · 3ef52384df24
- registry_npm: https://registry.npmjs.org/haraka · fetched 2026-08-29 · 6e2dbc5ef42b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| haraka/Haraka | main | 93 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem