]> git.proxmox.com Git - pmg-docs.git/blobdiff - pmgconfig.adoc
gitignore: add initial file based on pve-docs
[pmg-docs.git] / pmgconfig.adoc
index 564b87c23dbcb00b711fda6b9fab485ab3b885a1..34210ace338090cbac2b295aa9ff28ae7c1806b1 100644 (file)
@@ -27,9 +27,9 @@ endif::manvolnum[]
 
 {pmg} is usually configured using the web-based Graphical User Interface (GUI),
 but it is also possible to directly edit the configuration files, using the
-REST API over 'https' or the command line tool `pmgsh`.
+REST API over 'https' or the command-line tool `pmgsh`.
 
-The command line tool `pmgconfig` is used to simplify some common configuration
+The command-line tool `pmgconfig` is used to simplify some common configuration
 tasks, such as generating certificates and rewriting service configuration
 files.
 
@@ -101,7 +101,7 @@ TLS policy for outbound connections.
 
 Sender domains for which TLS is enforced on inbound connections.
 
-`/etc/pmg/transports`::
+`/etc/pmg/transport`::
 
 Message delivery transport setup.
 
@@ -203,7 +203,7 @@ blacklist and the user blacklist.
 SMTP Whitelist
 ~~~~~~~~~~~~~~
 
-The xref:pmgconfig_mailproxy_options[SMTP Whitelist] is responsible for disabling
+The xref:pmgconfig_mailproxy_whitelist[SMTP Whitelist] is responsible for disabling
 greylisting, as well as SPF and DNSBL checks. These are done during the SMTP
 dialogue.
 
@@ -302,8 +302,11 @@ ifndef::manvolnum[]
 [thumbnail="pmg-gui-mailproxy-relaying.png", big=1]
 endif::manvolnum[]
 
-These settings are saved to the 'mail' subsection in `/etc/pmg/pmg.conf`,
-using the following configuration keys:
+These settings are saved to the 'mail' subsection in `/etc/pmg/pmg.conf`. Some of these correspond
+to postfix options in the `main.cf` (see the
+https://www.postfix.org/postconf.5.html[postconf documentation]).
+
+They use the following configuration keys:
 
 include::pmg.mail-relaying-conf-opts.adoc[]
 
@@ -328,8 +331,11 @@ ifndef::manvolnum[]
 [thumbnail="pmg-gui-mailproxy-ports.png", big=1]
 endif::manvolnum[]
 
-These settings are saved to the 'mail' subsection in `/etc/pmg/pmg.conf`,
-using the following configuration keys:
+These settings are saved to the 'mail' subsection in `/etc/pmg/pmg.conf`. Many of these correspond
+to postfix options in the `main.cf` (see the
+https://www.postfix.org/postconf.5.html[postconf documentation]).
+
+They use the following configuration keys:
 
 include::pmg.mail-ports-conf-opts.adoc[]
 
@@ -585,6 +591,7 @@ using the following configuration keys:
 include::pmg.admin-dkim-conf-opts.adoc[]
 
 
+[[pmgconfig_mailproxy_whitelist]]
 Whitelist
 ~~~~~~~~~