enable_pipelining
Since: Version 2025.01.23-7273d2bc
The functionality described in this section requires version 2025.01.23-7273d2bc of KumoMTA, or a more recent version.
When set to true
(the default is true
), then kumo will use the SMTP
PIPELINING
extension when it is advertised by the remote host.
When set to false
, then PIPELINING
will not be used even if it is advertised.
You typically do want to use PIPELINING
when available, because it reduces
the protocol overhead and round-trips, resulting in lower latency sends per
message.