add new option smarthostport

This commit is contained in:
Dietmar Maurer 2018-09-11 08:12:09 +02:00
parent 1ed9e77092
commit 851283b1f8
3 changed files with 9 additions and 0 deletions

View File

@ -55,6 +55,7 @@ my $key_groups = {
relaynomx => 1,
relayport => 1,
smarthost => 1,
smarthostport => 1,
}],
};

View File

@ -160,6 +160,10 @@ SMTP port number for relay host.
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`)::
Use Sender Policy Framework.

View File

@ -14,3 +14,7 @@ SMTP port number for relay host.
When set, all outgoing mails are deliverd to the specified smarthost.
`smarthostport`: `<integer> (1 - 65535)` ('default =' `25`)::
SMTP port number for smarthost.