* Tue Jul 23 2024 Jan Engelhardt <jengelh@inai.de>
- Update to release 2.0.10
* Allow comments in domains-file
* Mon Apr 15 2024 Jan Engelhardt <jengelh@inai.de>
- Update to release 2.0.9
* Build system only: fix a linking error with libsubunit
* Fri Aug 25 2023 Jan Engelhardt <jengelh@inai.de>
- Update to release 2.0.8
* Fixed socket creation for Milter
* Fixed Milter issue with IPv6 clients
* Sat Aug 12 2023 Jan Engelhardt <jengelh@inai.de>
- Update to release 2.0.7
* The parser callback for the original-envelope option used the
wrong return type, which could prevent the database mode from
activating.
* Sat Jul 15 2023 Jan Engelhardt <jengelh@inai.de>
- Update to release 2.0.6
* New configuration option debug to increase log verbosity
* Reduced default log verbosity: PostSRSd no longer prints
messages for mail addresses which need no rewrite
* Tue Jun 27 2023 Jan Engelhardt <jengelh@inai.de>
- Update to release 2.0.5
* Do not try to set Keep-Alive on Redis unix sockets
* Wed May 03 2023 Jan Engelhardt <jengelh@inai.de>
- Update to release 2.0.4
* Added new CLI option -h to print a summary of CLI options
* Improved error logging
* Sun Mar 05 2023 Jan Engelhardt <jengelh@inai.de>
- Update to release 2.0.3
* Close socketmap connection in main process to prevent resource
exhaustion
* Explicitly set 0666 permissions on socketmap unix socket
* Mon Jan 16 2023 Jan Engelhardt <jengelh@inai.de>
- Switch the default execution user from "nobody" to the new
"postsrsd". /var/lib/postsrsd will be owned by postsrsd. If
/etc/postsrsd.conf contains a "unprivileged-user" override,
it needs to be adjusted.
* Sat Jan 07 2023 Jan Engelhardt <jengelh@inai.de>
- Update to release 2.0.2
* Everything thrown over the fence, this is a complete rewrite
of PostSRSd.
* Configuration file, no more fiddling with environment variables.
* Support for socketmap table (Postfix 2.10 or newer required).
* Unix socket support
* Rewrite mode with database backend, supports unlimited email
address length.
* Experimental Milter support.
Version: 1.11-bp152.4.3.1
* Mon Apr 26 2021 Jan Engelhardt <jengelh@inai.de>
- Update to release 1.11 [boo#1180251]
* Drop group privileges as well as user privileges
* Fixed: The subprocess that talks to Postfix could be caused
to hang with a very long email address. [CVE-2020-35573]
* Fri Dec 20 2019 Jan Engelhardt <jengelh@inai.de>
- Update to release 1.6
* Fix endianness issue with SHA-1 implementation
* Add dual stack support
* Make SRS separator configurable