A fast, highly extensible, and event driven SMTP server

X

JavaScript

Haraka image

Step right up, folks! If you're in the email game or running your own servers, you might just fall head over heels for Haraka—a blazing fast, event-driven SMTP server that's as extensible as a stretch limo. Haraka’s built on Node.js, which means it’s got the chops to handle a boatload of connections and messages all at once—think thousands here, not just a handful. First off, let's talk plugins. Haraka has an architecture that’s plug-and-play, letting you slot in what you need with ease. From spam protection via SpamAssassin to validating HELO names and DNS Blocklists, Haraka’s got it all. And if you’re itching to create your own custom feature, the plugin system makes it a breeze. Fancy extending your email addresses? No sweat, a few lines of code, and you’re golden. Now, before you think Haraka is some Frankenstein built from bits and parts, let’s clear the air: it’s not out to replace your favorite mail stores like Exchange or Postfix. Nope, it’s more like the Robin to their Batman. Haraka handles the filtering and routing seamlessly while letting the big guys do their thing, storing your mails. Its scalable outbound mail delivery engine is another beauty, especially when you’ve got relaying flagged via an auth plugin. Getting Haraka set up is a cinch—thanks, npm! You’ll be running `npm install -g Haraka` faster than you can say "SMTP." Once installed, setting it up is as easy as pie. The `haraka -i /path/to/haraka_test` command creates your service, and from there, you edit the config files to get things just right. Need to tweak the hostname settings or decide on which plugins should run? That’s all there in the `config` directory, waiting for your magic touch. Running Haraka is all about permissions—start it up with `haraka -c /path/to/haraka_test`, and you're off to the races. If you’re a fan of doing things old school with git, that’s an option too. Just clone the repo and dive right in with `git clone https://github.com/haraka/Haraka.git` and `npm install`. And hey, if you ever find yourself in a pickle or needing some guidance, Haraka’s mailing list and GitHub issues page are your go-to help desks. There’s a solid community behind this project, ready to jump in and give you a hand. Brought to you by Matt Sergeant, a bigwig in the email and anti-spam world, Haraka is MIT licensed. So yeah, it’s got all the pedigree and permissions sorted out for you. Now, go ahead and check it out—you’ll find it right here [Haraka on GitHub](https://github.com/haraka/Haraka). Give it a whirl, and you might just wonder how you ever managed your emails without it.

Check out site
Back to all products