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

index b70ac1f0558cb6530b6019e55f47c808ad89cda3..4f06ed70a3ded52cc1b85a2113e4ac70acf055e8 100755 (executable)
@@ -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,
index 157944adbc6801189949bbd41c5889c724961d2e..c4477591900141bc1a2fa3bc822f23fa17ad0353 100644 (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