Skip to content
Steve Freegard edited this page Mar 27, 2015 · 8 revisions

Install latest version of Haraka

npm install -g Haraka

Update config files

Adjust HARAKA_DIR and HARAKA_CONF as necessary for your OS platform and install choice.

export HARAKA_DIR=/usr/local/lib/node_modules/Haraka
export HARAKA_CONF=/usr/local/haraka/config

cp $HARAKA_DIR/config/public_suffix_list $HARAKA_CONF
for t in "top-level-tlds two-level-tlds three-level-tlds extra-tlds";
do
   cp $HARAKA_DIR/config/three-level-tlds
done

Install Guides

How To

Future Plans / TODO

  • Support RFC3464 in bounce messages
  • Decode Short URLs in data.uribl.js and test the destination URL instead
  • DKIM verifier

Additional Resources

Clone this wiki locally