Slimta v4.1.1 Release Notes
Release Date: 2020-10-30 // over 5 years ago-
No data yet ๐
You can check the official repo
Previous changes from v4.0.0
-
Issue Tracker
โ Added
- ๐ New
slimta.utilfunctions for limiting outbound connections to IPv4. - New
socket_error_log_levelvariable for better log level control.
๐ Changed
- Constructors and functions that took a
tlsdictionary now take acontext
๐ argument that should be anSSLContextobject. This allows finer
control of encryption behavior, as well as the ability to pre-load sensitive
certificate data before daemonization. - Client connections will now be opportunistic and try to use TLS if it is
๐ง available, even if a key or cert have not been configured. - The
AUTHSMTP extension will now advertise insecure authentication
mechanisms without TLS, but trying to use them will fail. - ๐ Moved the
slimta.systemmodule toslimta.util.systemto de-clutter the
top-level namespace.
๐ Fixed
- ๐ Fixed a possible race condition on enqueue.
- ๐ Fixed exception when given empty EHLO/HELO string.
- ๐ Fixed the fallback from EHLO to HELO in certain situations.
- โ
The
session.authvariable now correctly contains the tuple described
๐ in the documentation.
- ๐ New