Slimta v4.1.1 Release Notes
Release Date: 2020-10-30 // almost 4 years ago-
No data yet ๐
You can check the official repo
Previous changes from v4.0.0
-
Issue Tracker
โ Added
- ๐ New
slimta.util
functions for limiting outbound connections to IPv4. - New
socket_error_log_level
variable for better log level control.
๐ Changed
- Constructors and functions that took a
tls
dictionary now take acontext
๐ argument that should be anSSLContext
object. 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
AUTH
SMTP extension will now advertise insecure authentication
mechanisms without TLS, but trying to use them will fail. - ๐ Moved the
slimta.system
module toslimta.util.system
to 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.auth
variable now correctly contains the tuple described
๐ in the documentation.
- ๐ New