pfix-srsd: add a -I option
[apps/pfixtools.git] / pfixtools.txt
1 pfixtools(7)
2 ============
3
4 NAME
5 ----
6 pfixtools - the Postfix Tools Suite
7
8 SYNOPSIS
9 --------
10 pfixtools
11
12
13 DESCRIPTION
14 -----------
15
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.
19
20 This suite contains at the time of the writing, two major tools.
21
22 `pfix-srsd`::
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.
26
27 `postlicyd`::
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.
33 +
34 Its configuration file is described in linkgit:postlicyd.conf[5].
35
36
37 SEE ALSO
38 --------
39
40 About Postfix policy daemons, you can look at the Postfix Documentation
41 online: http://www.postfix.org/SMTPD_POLICY_README.html
42
43
44 COPYRIGHT
45 ---------
46
47 Copyright 2009 the Postfix Tools Suite Authors. License BSD.
48
49 // vim:filetype=asciidoc:tw=78