From 30f9cc07cdba2570d9ea7439b82a47f05c08b119 Mon Sep 17 00:00:00 2001 From: downtownallday Date: Thu, 15 Apr 2021 09:09:24 -0400 Subject: [PATCH] Clarify entry description --- management/templates/postgrey-whitelist.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/management/templates/postgrey-whitelist.html b/management/templates/postgrey-whitelist.html index 9b41e1f6..547821df 100644 --- a/management/templates/postgrey-whitelist.html +++ b/management/templates/postgrey-whitelist.html @@ -5,7 +5,9 @@

The text box below contains the contents of the system's Postgrey local client whitelist. It's comprised of a list of hosts, one per line, whose incoming email to this server should never be greylisted.

-

Entries may be a fully qualified domain name, an IP address, or a regular expression. Regular expressions begin and end with the character "/".

+

Entries may be a fully qualified domain name, an IP address in CIDR notation, or a regular expression. Regular expressions begin and end with the forward slash character and should be anchored at both ends. For example, "/^smtp\d+\.smtpout\.orange\.fr$/"

+ +

Lines beginning with hash tag (number sign) "#" are comment lines.

This file augments the whilelist provided by Postgrey.