add a pfixtools(7) entry man page
authorPierre Habouzit <madcoder@debian.org>
Sun, 11 Jan 2009 20:25:24 +0000 (21:25 +0100)
committerPierre Habouzit <madcoder@debian.org>
Sun, 11 Jan 2009 21:33:41 +0000 (22:33 +0100)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
Makefile
pfixtools.txt [new file with mode: 0644]

index e4f02ff..06ccd1e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,8 @@ PROGDIRS = postlicyd pfix-srsd
 LIBDIRS  = common
 SUBDIRS  = $(LIBDIRS) $(PROGDIRS)
 
+DOCS     = pfixtools.7
+
 # RULES ###################################################################{{{
 
 all clean distclean doc install: %: %-recurse
diff --git a/pfixtools.txt b/pfixtools.txt
new file mode 100644 (file)
index 0000000..eee3645
--- /dev/null
@@ -0,0 +1,47 @@
+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