mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-08-14 14:50:06 +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 $found = 0;
|
||||||
|
|
||||||
my $key_groups = {
|
my $key_groups = {
|
||||||
|
'mail-ports' => [
|
||||||
|
'mail' , {
|
||||||
|
int_port => 1,
|
||||||
|
ext_port => 1,
|
||||||
|
}],
|
||||||
'mail-relaying' => [
|
'mail-relaying' => [
|
||||||
'mail' , {
|
'mail' , {
|
||||||
relay => 1,
|
relay => 1,
|
||||||
|
@ -253,15 +253,19 @@ endif::manvolnum[]
|
|||||||
|
|
||||||
TODO
|
TODO
|
||||||
|
|
||||||
|
|
||||||
Ports
|
Ports
|
||||||
~~~~~
|
~~~~~
|
||||||
|
|
||||||
|
|
||||||
ifndef::manvolnum[]
|
ifndef::manvolnum[]
|
||||||
image::images/screenshot/pmg-gui-mailproxy-ports.png[]
|
image::images/screenshot/pmg-gui-mailproxy-ports.png[]
|
||||||
endif::manvolnum[]
|
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
|
Options
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
Loading…
Reference in New Issue
Block a user