mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-11 04:52:14 +00:00
305 B
305 B
connection_limit
Specifies the maximum number of concurrent connections that will be made from the current MTA machine to the destination site.
kumo.on('get_egress_path_config', function(domain, source_name, site_name)
return kumo.make_egress_path {
connection_limit = 32,
}
end)