File tree 1 file changed +12
-7
lines changed
1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# Postgrey - a Postfix policy server for greylisting
4
4
5
+ ** ` postgrey ` ** (written in Perl) is a [ Postfix] ( http://www.postfix.org/ ) [ policy server] ( http://www.postfix.org/SMTPD_POLICY_README.html ) implementing
6
+ [ greylisting] ( https://www.greylisting.org/ ) developed by [ David Schweikert] ( http://david.schweikert.ch/ )
7
+
8
+ - Homepage = http://postgrey.schweikert.ch/
9
+ - Project + Issues = https://github.com/schweikert/postgrey
10
+
5
11
## Requirements
6
12
7
13
- Perl >= 5.6.0
13
19
- NetAddr::IP
14
20
15
21
16
- ## Documentation
17
-
18
- See POD documentation in postgrey. Execute:
19
-
20
- perldoc postgrey
22
+ ## Dev Documentation
21
23
22
- See also Postgrey's homepage:
24
+ To see POD documentation in postgrey. Execute:
25
+ ``` bash
26
+ perldoc postgrey
27
+ ```
23
28
24
- http://postgrey.schweikert.ch/
29
+
25
30
26
31
27
32
## Mailing-List and getting Help
You can’t perform that action at this time.
0 commit comments