Haraka is a node.js SMTP server
It offers you everything you need for both inbound and outbound email, including facility to easily write plugins in Javascript.
Major changes in v0.6.0:
- Easy facilities for sending email from within Haraka (for example writing an "out-of-office" plugin).
- Outbound mail queueing now built into Haraka from the outset.
- Hooks for master_init and child_init when running under cluster
- A few minor bug fixes
Main installation is via npm: `npm -g install Haraka`
Matt.