From 6cdf9c785f66f86636884709eee4cecd715689f2 Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Sun, 11 Jan 2009 22:37:01 +0100 Subject: [PATCH] prepare the beginning of postlicyd.conf(5) Signed-off-by: Pierre Habouzit --- pfixtools.txt | 2 ++ postlicyd/Makefile | 2 +- postlicyd/postlicyd.conf.txt | 54 ++++++++++++++++++++++++++++++++++++ 3 files changed, 57 insertions(+), 1 deletion(-) create mode 100644 postlicyd/postlicyd.conf.txt diff --git a/pfixtools.txt b/pfixtools.txt index eee3645..e5bee20 100644 --- a/pfixtools.txt +++ b/pfixtools.txt @@ -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. ++ +Its configuration file is described in linkgit:postlicyd.conf[5]. SEE ALSO diff --git a/postlicyd/Makefile b/postlicyd/Makefile index c478cb8..bb7f61d 100644 --- a/postlicyd/Makefile +++ b/postlicyd/Makefile @@ -35,7 +35,7 @@ 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 \ diff --git a/postlicyd/postlicyd.conf.txt b/postlicyd/postlicyd.conf.txt new file mode 100644 index 0000000..3f116ba --- /dev/null +++ b/postlicyd/postlicyd.conf.txt @@ -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 -- 2.20.1