-
-
Notifications
You must be signed in to change notification settings - Fork 662
Upgrade Haraka
Steve Freegard edited this page Mar 27, 2015
·
8 revisions
npm install -g Haraka
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
- Upgrade Haraka
- Google Safe Browsing
- Require TLS
- Configure my Editor
- Contribute
- Roll a Release
- Test Email
- Write a Plugin
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