6 pfixtools - the Postfix Tools Suite
16 pfixtools is a suite of tools aiming at complementing postfix, to make it even
17 more customizable, while keeping really high performance levels. This is in
18 particular why all the major Postfix Tools are written in plain C.
20 This suite contains at the time of the writing, two major tools.
23 linkgit:pfix-srsd[8] is a daemon that brings SRS to postfix using its
24 tcp_table(5) mechanism. It allow plugging SRS into canonical(5) or
25 transport(5) rewrites quite easily.
28 linkgit:postlicyd[8] is a postfix policy daemon. It includes greylisting,
29 rbl lookups, counters, SMTP session tracking, in a way that allow very
30 fine grained schemes. It's for example quite easy to reject a mail just
31 at the `SMTP` `DATA` command using results from filtering done at the
32 `RCPT TO` or even the `MAIL FROM` commands.
34 Its configuration file is described in linkgit:postlicyd.conf[5].
40 About Postfix policy daemons, you can look at the Postfix Documentation
41 online: http://www.postfix.org/SMTPD_POLICY_README.html
47 Copyright 2009 the Postfix Tools Suite Authors. License BSD.
49 // vim:filetype=asciidoc:tw=78