Skip to content

timeout

Since: Version 2026.03.04-bb93ecb1

The functionality described in this section requires version 2026.03.04-bb93ecb1 of KumoMTA, or a more recent version.

Specifies the connection timeout duration. If a client does not complete the SOCKS5 handshake or send data within this duration, the connection will be closed.

The default is 60 seconds.

proxy.start_proxy_listener {
  listen = '0.0.0.0:1080',
  timeout = '30 seconds',
}