-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
37 lines (26 loc) · 1.18 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#################################################
# SQLgrey - a postfix greylisting policy server #
#################################################
SQLgrey is originally by Lionel Bouton, based in turn on postgrey.
This is a fork of SQLgrey (cloned from it's git repo on sourceforge on 2011-02-11) which adds:
- compatibility with syslog on Solaris
- SPF auto whitelist
The changes I've applied to implement the above were originally written by Frederic Van De Velde and were reposted to the sqlgrey-users list by Michal Ludvig on 26 April 2007. See: http://permalink.gmane.org/gmane.mail.postfix.sqlgrey/1033
SQLgrey Homepage: http://sqlgrey.sourceforge.net/
SQLgrey Primary git repo: git://sqlgrey.git.sourceforge.net/gitroot/sqlgrey/sqlgrey
This Fork: https://github.com/jessereynolds/sqlgrey
This Fork's git repo: git://github.com/jessereynolds/sqlgrey.git
Requires :
- Perl
- Net::Server (Perl Module)
- IO::Multiplex (Perl Module)
- DBI (Perl Module)
- Unix::Syslog (Perl Module)
- Mail::SPF::Query (Perl Module)
- Postfix 2.1
Documentation :
- POD documentation. Execute:
perldoc sqlgrey (or man sqlgrey once installed)
- the HOWTO
- the README.* files
- the default sqlgrey.conf file