mirror of
https://github.com/donl/rmilter.git
synced 2026-05-27 06:19:03 -06:00
* Missing socket configuration (#31) * Add `make dist` target. * Use unquoted expansion of lists. * Search for libmilter properly. * Use -O2 by default. * Fix doc: add reference to strict_auth directive (by @aya) * Fix debug mode option. * Fix pidfile creation from the debian init script. * Enable dkim by default. * Fix issue with envfrom loading. * Fix inet6 sockets and address-less sockets lines. * Fix default configurations to the inet sockets. * Fix reload signal in systemd unit. Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
14 lines
535 B
Text
14 lines
535 B
Text
1.6.4:
|
|
* Missing socket configuration (#31)
|
|
* Add `make dist` target.
|
|
* Use unquoted expansion of lists.
|
|
* Search for libmilter properly.
|
|
* Use -O2 by default.
|
|
* Fix doc: add reference to strict_auth directive (by @aya)
|
|
* Fix debug mode option.
|
|
* Fix pidfile creation from the debian init script.
|
|
* Enable dkim by default.
|
|
* Fix issue with envfrom loading.
|
|
* Fix inet6 sockets and address-less sockets lines.
|
|
* Fix default configurations to the inet sockets.
|
|
* Fix reload signal in systemd unit.
|