Release 2023.06.22-51b72a83
This section will list all of the major changes that happened within this release of KumoMTA. Depending on the install environment, not all of the listed changes may apply.
Breaking Changes
-
Handling of egress source/pool has moved from
define_egress_sourceanddefine_egress_pooltomake_egress_sourceandmake_egress_pool, allowing these configurations to be loaded dynamically at runtime, removing the need for a server restart. See make_egress_source. -
Configuration of relay domains has been moved out of
start_esmtp_listenerinto its own event, allowing these configurations to be loaded dynamically at runtime, removing the need for a server restart. See make_listener_domain.
Enhancements
- spool_message_enumerated event. #42
- Rabbit MQ/AMQP Event/Message Publishing. #31
- SOCKS5 Proxy Support. #45
- Added helper policy scripts for managing egress source/pool and listeners domains. See make_egress_source and make_listener_domain.
Fixes
- Fix issue with log flushing during shutdown. #46