I don't generally announce Haraka here (mostly just twitter now - follow me: @baudehlo), but figured it had been a while...
Haraka is a full blown mail server written in Node.js. It is used by some large companies such as Craigslist as a high performance mail front-end and features a flexible plugin system for writing code to process incoming and outgoing mail streams. Version 1.3.1 contains the following changes: - Added support to split a transaction into one message per RCPT during SMTP forwarding - Handle errors better when upgrading to TLS - Support returning list of MXs, a single MX, or hostname:port from hook_get_mx() - Added mail’s UUID to outbound logs - Fixed implicit A record lookup in outbound - Provided a Haraka plugin for SpamAssassin to provide UUID and connecting IP - Major improvements and doc updates for SpamAssassin plugin - Fetch peer certificate when doing TLS upgrade so we can process it later if required - Fixes for early talker detection and ESMTP PIPELINEing code - Fix some problems with binary 8bit data being sent to a Haraka server You can install Haraka via npm with: npm install -g Haraka Documentation and tutorials can be found at: http://haraka.github.com/ -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
