mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-08-14 10:22:21 +00:00
add new option smarthostport
This commit is contained in:
parent
1ed9e77092
commit
851283b1f8
@ -55,6 +55,7 @@ my $key_groups = {
|
|||||||
relaynomx => 1,
|
relaynomx => 1,
|
||||||
relayport => 1,
|
relayport => 1,
|
||||||
smarthost => 1,
|
smarthost => 1,
|
||||||
|
smarthostport => 1,
|
||||||
}],
|
}],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -160,6 +160,10 @@ SMTP port number for relay host.
|
|||||||
|
|
||||||
When set, all outgoing mails are deliverd to the specified smarthost.
|
When set, all outgoing mails are deliverd to the specified smarthost.
|
||||||
|
|
||||||
|
`smarthostport`: `<integer> (1 - 65535)` ('default =' `25`)::
|
||||||
|
|
||||||
|
SMTP port number for smarthost.
|
||||||
|
|
||||||
`spf`: `<boolean>` ('default =' `1`)::
|
`spf`: `<boolean>` ('default =' `1`)::
|
||||||
|
|
||||||
Use Sender Policy Framework.
|
Use Sender Policy Framework.
|
||||||
|
@ -14,3 +14,7 @@ SMTP port number for relay host.
|
|||||||
|
|
||||||
When set, all outgoing mails are deliverd to the specified smarthost.
|
When set, all outgoing mails are deliverd to the specified smarthost.
|
||||||
|
|
||||||
|
`smarthostport`: `<integer> (1 - 65535)` ('default =' `25`)::
|
||||||
|
|
||||||
|
SMTP port number for smarthost.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user