mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-08-13 20:53:28 +00:00
pmgconfig.adoc: document mail-ports
This commit is contained in:
parent
e09057abe2
commit
d9c56b2281
@ -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,
|
||||
|
@ -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
|
||||
~~~~~~~
|
||||
|
Loading…
Reference in New Issue
Block a user