Skip to content

Releases: wflow/willi

v0.9.4

23 Feb 08:32
@iqe iqe
Compare
Choose a tag to compare

Breaking changes

  • Willi now always advertises SMTPUTF8.
  • SMTPUTF8 must be supported by all upstream servers.

v0.9.3

31 Oct 10:02
@iqe iqe
Compare
Choose a tag to compare

Bugfixes

  • Use configured recipient_delimiter, not +.

New Features / Changes

  • Use willi.conf as default config file if none was given.
  • Handle recipient_delimiter more like Postfix: Lookup foo+bar@domain.com, then foo@domain.com, then domain.com. This makes it possible to specify different upstream servers for different suffixes.
  • Allow to skip verification of TLS certificates of upstream servers. By default, certificates are still verified.
  • SQL Mapping: The SQL query now has to return a column named server and (optionally) a column named tls_verify. See willi.conf.example for details.

v0.9.2

13 Oct 08:39
@iqe iqe
Compare
Choose a tag to compare

Improved XCLIENT handling

If Postfix allows XCLIENT from Willi, it will now write only data from the client into the Received: header.

v0.9.1

10 Oct 09:21
@iqe iqe
Compare
Choose a tag to compare

Fixes bug that broke delivery for non-TLS clients

v0.9.0

10 Oct 08:10
@iqe iqe
Compare
Choose a tag to compare

Initial release. Should be pretty feature-complete.