From 61b59f734e6b37b9df4fbf4a9d9b2868d3e6dcdc Mon Sep 17 00:00:00 2001 From: Stefan Sterz Date: Mon, 17 Apr 2023 14:59:56 +0200 Subject: [PATCH] config: fix link to whitelist configuration previously this linked to the options section, this was misleading and lead users to miss the smtp whitelist configuration section. linking the correct section here also makes it clearer that these settings refer to the smtp whitelist. Signed-off-by: Stefan Sterz --- pmgconfig.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pmgconfig.adoc b/pmgconfig.adoc index 87e3192..affb2d9 100644 --- a/pmgconfig.adoc +++ b/pmgconfig.adoc @@ -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. @@ -591,6 +591,7 @@ using the following configuration keys: include::pmg.admin-dkim-conf-opts.adoc[] +[[pmgconfig_mailproxy_whitelist]] Whitelist ~~~~~~~~~