From 70500c8da51d071732dcca3dac8211da9c8b0a8c Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Sun, 11 Jan 2009 21:25:24 +0100 Subject: [PATCH] add a pfixtools(7) entry man page Signed-off-by: Pierre Habouzit --- Makefile | 2 ++ pfixtools.txt | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 pfixtools.txt diff --git a/Makefile b/Makefile index e4f02ff..06ccd1e 100644 --- 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 index 0000000..eee3645 --- /dev/null +++ b/pfixtools.txt @@ -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 -- 2.20.1