prepare the beginning of postlicyd.conf(5)
authorPierre Habouzit <madcoder@debian.org>
Sun, 11 Jan 2009 21:37:01 +0000 (22:37 +0100)
committerPierre Habouzit <madcoder@debian.org>
Sun, 11 Jan 2009 21:37:01 +0000 (22:37 +0100)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
pfixtools.txt
postlicyd/Makefile
postlicyd/postlicyd.conf.txt [new file with mode: 0644]

index eee3645..e5bee20 100644 (file)
@@ -30,6 +30,8 @@ This suite contains at the time of the writing, two major tools.
     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.
     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.
++
+Its configuration file is described in linkgit:postlicyd.conf[5].
 
 
 SEE ALSO
 
 
 SEE ALSO
index c478cb8..bb7f61d 100644 (file)
@@ -35,7 +35,7 @@
 include ../mk/tc.mk
 
 PROGRAMS  = postlicyd
 include ../mk/tc.mk
 
 PROGRAMS  = postlicyd
-DOCS      = postlicyd.8
+DOCS      = postlicyd.8 postlicyd.conf.5
 GENERATED = policy_tokens.h policy_tokens.c \
                                                filter_tokens.h filter_tokens.c \
                                                hook_tokens.h hook_tokens.c \
 GENERATED = policy_tokens.h policy_tokens.c \
                                                filter_tokens.h filter_tokens.c \
                                                hook_tokens.h hook_tokens.c \
diff --git a/postlicyd/postlicyd.conf.txt b/postlicyd/postlicyd.conf.txt
new file mode 100644 (file)
index 0000000..3f116ba
--- /dev/null
@@ -0,0 +1,54 @@
+postlicyd.conf(5)
+=================
+
+NAME
+----
+postlicyd.conf - the postlicyd configuration file format.
+
+
+SYNOPSIS
+--------
+postlicyd.conf
+
+
+DESCRIPTION
+-----------
+
+TODO
+
+
+FILE FORMAT
+-----------
+
+Entry points
+~~~~~~~~~~~~
+TODO
+
+
+Filters
+~~~~~~~
+TODO
+
+
+
+SEE ALSO
+--------
+
+The builtin postlicyd modules are documented in the following manpages:
+
+* IP Lists in linkgit:postlicyd-iplist[5];
+
+* String Lists in linkgit:postlicyd-strlist[5];
+
+* Greylisting in linkgit:postlicyd-greylist[5];
+
+* Matching plugins in linkgit:postlicyd-match[5];
+
+* Counting plugin in linkgit:postlicyd-counter[5].
+
+
+COPYRIGHT
+---------
+Copyright 2009 the Postfix Tools Suite Authors. License BSD.
+
+// vim:filetype=asciidoc:tw=78