Skip to content

hostname

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 hostname to use when generating a self-signed TLS certificate.

The default is the system hostname.

proxy.start_proxy_listener {
  listen = '0.0.0.0:1080',
  use_tls = true,
  hostname = 'proxy.example.com',
}