Write a postlicyd(8) man page.
[apps/pfixtools.git] / postlicyd / postlicyd.txt
1 postlicyd(8)
2 ============
3
4 NAME
5 ----
6
7 postlicyd - A postfix versatile Policy Daemon from the Postfix Tools Suite
8
9
10 SYNOPSIS
11 --------
12
13 postlicyd [options] conf
14
15
16 DESCRIPTION
17 -----------
18
19 TODO
20
21
22 OPTIONS
23 -------
24
25 the `conf` argument shall be a path to a valid linkgit:postlicyd.conf[5] file.
26
27 -h::
28     Show the help
29
30 -c::
31     Only check the configuration and then exit.
32
33 -d::
34     Change debug level (the more `-d` switches the higher the level is).
35
36 -f::
37     Do not daemonize `postlicyd` on startup.
38
39 -l <port>::
40     Change the port `postlicyd` will listen to. (Default: 10000).
41
42 -p <path>::
43     Path to the pidfile where `pfix-srsd` will maintain its pid. Default is to
44     not use any pidfile.
45
46 -u::
47     Work in unsafe mode: don't drop privileges when running as root.
48
49
50 COPYRIGHT
51 ---------
52
53 Copyright 2009 the Postfix Tools Suite Authors. License BSD.
54
55
56 PFIXTOOLS
57 ---------
58
59 `postlicyd` is part of the linkgit:pfixtools[7] suite.
60
61 // vim:filetype=asciidoc:tw=78