Postsrsd Versions Save

Postfix Sender Rewriting Scheme daemon

2.0.9

3 weeks ago
  • Fixed build against system libraries (#176)

2.0.8

8 months ago

Fixed

  • Fixed socket creation for Milter
  • Fixed Milter issue with IPv6 clients (#156)

Added

  • Support for system user management with sysusers.d
  • Better customization of the PostSRSd build with POSTSRSD_CONFIGDIR and INSTALL_SYSTEMD_SERVICE

Changed

  • Improved documentation of the PostSRSd example configuration

Contributions

  • Richard Hansen (#155, #157)

2.0.7

8 months ago
  • the parser callback for the original-envelope option used the wrong return type, which could prevent the database mode from activating
  • PostSRSd is confirmed to build and run on FreeBSD now

2.0.6

9 months ago
  • New configuration option debug to increase log verbosity
  • Reduced default log verbosity: PostSRSd no longer prints messages for mail addresses which need no rewrite (#149)

2.0.5

10 months ago
  • Do not try to set Keep-Alive on Redis unix sockets (#146)

2.0.4

1 year ago
  • Worked around EXCLUDE_FROM_ALL bug in CMake 3.20.x and older
  • Fixed a few compiler warnings in the test suite
  • Added support for musl as libc alternative
  • Added support for CPack to generate installable packages
  • Added new CLI option -h to print a summary of CLI options
  • The test suite no longer requires faketime as dependency
  • Improved error logging

2.0.3

1 year ago
  • Close socketmap connection in main process to prevent resource exhaustion (#141)
  • Explicitly set 0666 permissions on socketmap unix socket (#141)

2.0.2

1 year ago

2.0.1

1 year ago
  • Bugfix release
  • Fix improper linking against the pthread library on systems where pthread is separate from libc.

2.0.0

1 year ago

This is a complete rewrite of PostSRSd, with the following features:

  • Proper configuration file, no more fiddling with environment variables
  • Now with socketmap table (Postfix 2.10 or newer required)
  • Unix socket support
  • New rewrite mode with database backend, supports unlimited email address length
  • Experimental Milter support