Releases: wflow/willi
Releases · wflow/willi
v0.9.4
v0.9.3
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
[email protected], then[email protected], thendomain.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
serverand (optionally) a column namedtls_verify. See willi.conf.example for details.