Skip to content

hostname

Since: Dev Builds Only

The functionality described in this section requires a dev build of KumoMTA. You can obtain a dev build by following the instructions in the Installation section.

Specifies the hostname to use when generating a self-signed TLS certificate.

The default is the system hostname.

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