File tree 2 files changed +26
-5
lines changed
2 files changed +26
-5
lines changed Original file line number Diff line number Diff line change 8
8
- Homepage = http://postgrey.schweikert.ch/
9
9
- Project + Issues = https://github.com/schweikert/postgrey
10
10
11
- ## Requirements
11
+ ## Installation
12
+
13
+ It is recommended that you use Postgrey from your Linux distribution, if
14
+ possible. Otherwise, you will need to install first the following requirements:
12
15
13
16
- Perl >= 5.6.0
14
17
- Net::Server (Perl Module)
18
21
- Digest::SHA (Perl Module, only for --privacy option)
19
22
- NetAddr::IP
20
23
24
+ ## Documentation
21
25
22
- ## Dev Documentation
23
-
24
- To see POD documentation in postgrey. Execute:
26
+ To see the documentation in postgrey. Execute:
25
27
``` bash
26
28
perldoc postgrey
27
29
```
28
30
29
-
31
+ (or ` man postgrey ` if you are using a pre-built Postgrey distribution).
32
+
33
+ ## Updating the whitelist
34
+
35
+ You can find at the following URL the latest whitelist that is included
36
+ in the Postgrey distribution:
37
+
38
+ < https://postgrey.schweikert.ch/pub/postgrey_whitelist_clients >
30
39
40
+ If you fetch this list automatically, please make sure that you don't do it too
41
+ frequently (updating once a day is ok).
31
42
32
43
## Mailing-List and getting Help
33
44
Original file line number Diff line number Diff line change @@ -957,6 +957,16 @@ anything that matches C<regexp> (the full address is matched).
957
957
958
958
=back
959
959
960
+ =head2 Updating the postgrey default whitelist
961
+
962
+ You can find at the following URL the latest whitelist that is included
963
+ in the Postgrey distribution:
964
+
965
+ L<https://postgrey.schweikert.ch/pub/postgrey_whitelist_clients>
966
+
967
+ If you fetch this list automatically, please make sure that you don't do it too
968
+ frequently (updating once a day is ok).
969
+
960
970
=head2 Auto-whitelisting clients
961
971
962
972
With the option --auto-whitelist-clients a client IP address will be
You can’t perform that action at this time.
0 commit comments