pmgconfig.adoc: document mail-ports

This commit is contained in:
Dietmar Maurer 2018-01-05 09:24:58 +01:00
parent e09057abe2
commit d9c56b2281
2 changed files with 11 additions and 2 deletions

View File

@ -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,

View 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
~~~~~~~