LIBDIRS = common
SUBDIRS = $(LIBDIRS) $(PROGDIRS)
+DOCS = pfixtools.7
+
# RULES ###################################################################{{{
all clean distclean doc install: %: %-recurse
--- /dev/null
+pfixtools(7)
+============
+
+NAME
+----
+pfixtools - the Postfix Tools Suite
+
+SYNOPSIS
+--------
+pfixtools
+
+
+DESCRIPTION
+-----------
+
+pfixtools is a suite of tools aiming at complementing postfix, to make it even
+more customizable, while keeping really high performance levels. This is in
+particular why all the major Postfix Tools are written in plain C.
+
+This suite contains at the time of the writing, two major tools.
+
+`pfix-srsd`::
+ linkgit:pfix-srsd[8] is a daemon that brings SRS to postfix using its
+ tcp_table(5) mechanism. It allow plugging SRS into canonical(5) or
+ transport(5) rewrites quite easily.
+
+`postlicyd`::
+ linkgit:postlicyd[8] is a postfix policy daemon. It includes greylisting,
+ rbl lookups, counters, SMTP session tracking, in a way that allow very
+ fine grained schemes. It's for example quite easy to reject a mail just
+ at the `SMTP` `DATA` command using results from filtering done at the
+ `RCPT TO` or even the `MAIL FROM` commands.
+
+
+SEE ALSO
+--------
+
+About Postfix policy daemons, you can look at the Postfix Documentation
+online: http://www.postfix.org/SMTPD_POLICY_README.html
+
+
+COPYRIGHT
+---------
+
+Copyright 2009 the Postfix Tools Suite Authors. License BSD.
+
+// vim:filetype=asciidoc:tw=78