-
-
Notifications
You must be signed in to change notification settings - Fork 661
Upgrade
Matt Sergeant edited this page Jun 24, 2016
·
3 revisions
The idea is to put significant upgrade issues here, to save folks from having to trawl through the contents of Changes. When you run into items that should be listed here, please add them!
Following an upgrade to 2.8 we recommend deleting any config files in your personal Haraka config folder that you have not modified. The reason for this is that Haraka will now load non-modified config data from the core Haraka folder. This change makes future upgrades much easier.
-
updated for compat with eslint 2. Developers will likely need to:
cd haraka && npm install && sudo npm install -g eslint
- smtp_proxy & qmail-queue: default to enabled for outbound deliveries
(previously used Outbound), to better matches user expectations. To get
previous behavior, add a config file with
enable_outbound=false
.
- new plugin: data.headers
- deprecates data.rfc5322_header_checks.js
- deprecates data.noreceived.js
- deprecates data.nomsgid.js
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