From 851283b1f8d54e0dd00001c6fd1adfa516a37291 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 11 Sep 2018 08:12:09 +0200 Subject: [PATCH] add new option smarthostport --- gen-pmg.conf.5-opts.pl | 1 + pmg.conf.5-opts.adoc | 4 ++++ pmg.mail-relaying-conf-opts.adoc | 4 ++++ 3 files changed, 9 insertions(+) diff --git a/gen-pmg.conf.5-opts.pl b/gen-pmg.conf.5-opts.pl index 5ee4108..f689ec0 100755 --- a/gen-pmg.conf.5-opts.pl +++ b/gen-pmg.conf.5-opts.pl @@ -55,6 +55,7 @@ my $key_groups = { relaynomx => 1, relayport => 1, smarthost => 1, + smarthostport => 1, }], }; diff --git a/pmg.conf.5-opts.adoc b/pmg.conf.5-opts.adoc index 0ea2110..b8862ee 100644 --- a/pmg.conf.5-opts.adoc +++ b/pmg.conf.5-opts.adoc @@ -160,6 +160,10 @@ SMTP port number for relay host. When set, all outgoing mails are deliverd to the specified smarthost. +`smarthostport`: ` (1 - 65535)` ('default =' `25`):: + +SMTP port number for smarthost. + `spf`: `` ('default =' `1`):: Use Sender Policy Framework. diff --git a/pmg.mail-relaying-conf-opts.adoc b/pmg.mail-relaying-conf-opts.adoc index c8f2741..d76fa2b 100644 --- a/pmg.mail-relaying-conf-opts.adoc +++ b/pmg.mail-relaying-conf-opts.adoc @@ -14,3 +14,7 @@ SMTP port number for relay host. When set, all outgoing mails are deliverd to the specified smarthost. +`smarthostport`: ` (1 - 65535)` ('default =' `25`):: + +SMTP port number for smarthost. +