pmg-docs/pmg.mail-relaying-conf-opts.adoc
Thomas Lamprecht fe96611eac update static schema info
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2025-02-22 18:22:02 +01:00

25 lines
655 B
Plaintext

`relay`: `<string>` ::
The default mail delivery transport (incoming mails).
`relaynomx`: `<boolean>` ('default =' `0`)::
Disable MX lookups for default relay (SMTP only, ignored for LMTP).
`relayport`: `<integer> (1 - 65535)` ('default =' `25`)::
SMTP/LMTP port number for relay host.
`relayprotocol`: `<lmtp | smtp>` ('default =' `smtp`)::
Transport protocol for relay host.
`smarthost`: `<string>` ::
When set, all outgoing mails are delivered to the specified smarthost. (postfix option `default_transport`)
`smarthostport`: `<integer> (1 - 65535)` ('default =' `25`)::
SMTP port number for smarthost. (postfix option `default_transport`)