v13.2.0
·
366 commits
to master
since this release
Useful Links
- Diff to last release: v13.1.0...v13.2.0
- Our Changelog
What's Changed
Most importantly, DMS is now protected by default against the security vulnerability called "SMTP smuggling". Moreover, we switched from raw netcat (nc) to swaks in our test suite - a change that is beneficial for upcoming changes and improvements to our test suite. Last but not least, the log path for Postgrey was corrected.
Merged Pull Requests
- fix:
supervisor-app.conf- Correct the log location forpostgreyby @polarathene in #3724 - tests: Use
swaksinstead ofncfor sending mail by @georglauterbach in #3732 - security(Postfix): Protect against "SMTP Smuggling" attack by @georglauterbach in #3727
- Postfix: add
smtpd_data_restrictions = reject_unauth_pipeliningby @georglauterbach in #3744