]> git.proxmox.com Git - pmg-docs.git/blame - pmg.mail-relaying-conf-opts.adoc
installation: fix codeblock rendering in zfs performance tips section
[pmg-docs.git] / pmg.mail-relaying-conf-opts.adoc
CommitLineData
a4747d93
DM
1`relay`: `<string>` ::
2
3The default mail delivery transport (incoming mails).
4
5`relaynomx`: `<boolean>` ('default =' `0`)::
6
6bd70b95 7Disable MX lookups for default relay (SMTP only, ignored for LMTP).
a4747d93
DM
8
9`relayport`: `<integer> (1 - 65535)` ('default =' `25`)::
10
31259590
JZ
11SMTP/LMTP port number for relay host.
12
6bd70b95 13`relayprotocol`: `<lmtp | smtp>` ('default =' `smtp`)::
31259590
JZ
14
15Transport protocol for relay host.
a4747d93
DM
16
17`smarthost`: `<string>` ::
18
40ce6cfd 19When set, all outgoing mails are deliverd to the specified smarthost. (postfix option `default_transport`)
a4747d93 20
851283b1
DM
21`smarthostport`: `<integer> (1 - 65535)` ('default =' `25`)::
22
40ce6cfd 23SMTP port number for smarthost. (postfix option `default_transport`)
851283b1 24