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.