]> git.proxmox.com Git - pmg-docs.git/commitdiff
pmgconfig.adoc: document mail-ports
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 5 Jan 2018 08:24:58 +0000 (09:24 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 5 Jan 2018 08:24:58 +0000 (09:24 +0100)
gen-pmg.conf.5-opts.pl
pmgconfig.adoc

index fd928cea632848c2aeded12d037a0d90856421d2..b70ac1f0558cb6530b6019e55f47c808ad89cda3 100755 (executable)
@@ -15,6 +15,11 @@ my $single_section = shift;
 my $found = 0;
 
 my $key_groups = {
+    'mail-ports' => [
+       'mail' , {
+           int_port => 1,
+           ext_port => 1,
+       }],
     'mail-relaying' => [
        'mail' , {
            relay => 1,
index 238dfabd3c3d7c86eaebf29026a6cf7dc429bacb..157944adbc6801189949bbd41c5889c724961d2e 100644 (file)
@@ -253,15 +253,19 @@ endif::manvolnum[]
 
 TODO
 
+
 Ports
 ~~~~~
 
-
 ifndef::manvolnum[]
 image::images/screenshot/pmg-gui-mailproxy-ports.png[]
 endif::manvolnum[]
 
-TODO
+Those settings are saved to subsection 'mail' in `/etc/pmg/pmg.conf`,
+using the following configuration keys:
+
+include::pmg.mail-ports-conf-opts.adoc[]
+
 
 Options
 ~~~~~~~