Releases: wneessen/postfix-policy-server
Releases · wneessen/postfix-policy-server
v0.1.5: Bugfixes
v0.1.4: Custom responses
The v0.1.4 release adds TextResponseOpt() and TextResponseNonOpt() for custom responses.
See https://pps-docs.pebcak.de/api/postfixresp#custom-responses for details
RunWithListener() added
To allow running a policy server on i. e. a UNIX socket, the Run() method has been decoupled from the listener handling. This is now managed by the RunWithListener() method. Using the Run() still provides the standard behaviour of starting a TCP server, but with the RunWithListener() one can now provide their own net.Listener.
Initial release
This is the first official release of this package. A minimum required set functions is implemented and tested. Documentation is complete and a code example has been provided.
Initial pre-release
v0.1.0 Make GoLinter happy