]> git.proxmox.com Git - pmg-docs.git/commitdiff
rephrase greylisting section in pmg-intro
authorStoiko Ivanov <s.ivanov@proxmox.com>
Tue, 21 Apr 2020 10:43:31 +0000 (12:43 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 Apr 2020 12:16:45 +0000 (14:16 +0200)
and mention that the netmask for greylisting is configurable

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
pmg-intro.adoc

index e43fd6e02a756b0058827a699b5800cfcd257cb4..94566c055736e6c63fd684d2deb18f56b016fba9 100644 (file)
@@ -87,16 +87,19 @@ in message bodies.
 
 Greylisting::
 
-Greylisting an email from a sender your system does not recognize,
-means, that it will be temporarily rejected. Since temporary failures
-are built into the RFC specifications for mail delivery, a legitimate
-server will try to resend the email later on. This is an effective
-method because spammers do not queue and reattempt mail delivery as is
-normal for a regular Mail Transport Agent.
+Greylisting an email means, that it will be temporarily rejected. Since
+temporary failures are part of the the RFC specifications for mail delivery, a
+legitimate server will try to resend the email later on. Spammers on the other
+hand, do not queue and reattempt mail delivery. A greylisted email never
+reaches your mail server and thus your mail server will not send useless "Non
+Delivery Reports" to spammers. Additionally greylisted mail is not analyzed
+by the antivirus and spamdetector engines, which saves resources. Greylisting
+can reduce e-mail traffic up to 50%.
+
 +
-Greylisting can reduce e-mail traffic up to 50%. A greylisted email
-never reaches your mail server and thus your mail server will not send
-useless "Non Delivery Reports" to spammers.
+A mail is greylisted if it is the first mail from a sender to a receiver
+coming from a particular IP network. You can configure which IP addresses
+belong to the same network, by setting an appropriate netmask for greylisting.
 
 SMTP Protocol Tests::