-
-
Notifications
You must be signed in to change notification settings - Fork 661
Upgrade Haraka
Matt Simerson 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
Check for updates in your config files, and manually apply any changes that suite your preferences.
diff -r $HARAKA_DIR/config $HARAKA_CONF
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
Additional Resources