Last night I released Haraka v0.6.0 to npm. I bumped the minor version number because it now incorporates the outbound mail sender as a core part of the SMTP server.
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
Installation is via npm install -g Haraka
.