pmgconfig.adoc: document mail-options

This commit is contained in:
Dietmar Maurer 2018-01-05 09:34:00 +01:00
parent d9c56b2281
commit e3d778e0c9
2 changed files with 21 additions and 2 deletions

View File

@ -15,6 +15,23 @@ my $single_section = shift;
my $found = 0;
my $key_groups = {
'mail-options' => [
'mail' , {
maxsize => 1,
rejectunknown => 1,
rejectunknownsender => 1,
helotests => 1,
dnsbl_sites => 1,
verifyreceivers => 1,
greylist => 1,
spf => 1,
hide_received => 1,
dwarning => 1,
conn_count_limit => 1,
conn_rate_limit => 1,
message_rate_limit => 1,
banner => 1,
}],
'mail-ports' => [
'mail' , {
int_port => 1,

View File

@ -270,12 +270,14 @@ include::pmg.mail-ports-conf-opts.adoc[]
Options
~~~~~~~
ifndef::manvolnum[]
image::images/screenshot/pmg-gui-mailproxy-options.png[]
endif::manvolnum[]
TODO
Those settings are saved to subsection 'mail' in `/etc/pmg/pmg.conf`,
using the following configuration keys:
include::pmg.mail-options-conf-opts.adoc[]
Transports