]> git.proxmox.com Git - pmg-docs.git/commitdiff
close #2449: clarify DNSBL check in SMTP Whitelist
authorMira Limbeck <m.limbeck@proxmox.com>
Thu, 4 Jun 2020 09:28:25 +0000 (11:28 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 4 Jun 2020 14:41:58 +0000 (16:41 +0200)
Signed-off-by: Mira Limbeck <m.limbeck@proxmox.com>
Reviewed-By: Stoiko Ivanov <s.ivanov@proxmox.com>
pmg-intro.adoc
pmgconfig.adoc

index 6a4439699d9cfe220b841a6e88adfe4a0bd8faae..7d90e41c51ce3a39fb67f00d0cd6ee65a227c735 100644 (file)
@@ -51,7 +51,7 @@ lists of addresses linked to spamming.
 SMTP Whitelist::
 
 Exclude senders from SMTP blocking. To prevent all SMTP checks
-(Greylisting, Receiver Verification, SPF and RBL) and accept all
+(Greylisting, Receiver Verification, SPF and DNSBL) and accept all
 e-mails for the analysis in the filter rule system, you can add the
 following to this list: Domains (Sender/Receiver), Mail address
 (Sender/Receiver), Regular Expression (Sender/Receiver), IP address
index f1236f1e9b50284429d321618c93b55f83a89666..73c4cf8f1faa4c7bee82f7bc11286ffe1365e2d5 100644 (file)
@@ -582,11 +582,16 @@ ifndef::manvolnum[]
 endif::manvolnum[]
 
 All SMTP checks are disabled for those entries (e.g. Greylisting,
-SPF, RBL, ...)
+SPF, DNSBL, ...)
+
+DNSBL checks are done by `postscreen` which works on IP addresses and networks.
+This means it can only make use of the `IP Address` and `IP Network` entries.
 
 NOTE: If you use a backup MX server (e.g. your ISP offers this service
 for you) you should always add those servers here.
 
+NOTE: To disable DNSBL checks entirely, remove any `DNSBL Sites` entries in
+xref:pmgconfig_mailproxy_options[Mail Proxy Options].
 
 [[pmgconfig_spamdetector]]
 Spam Detector Configuration