1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
.\"Created with GNOME Manpages Editor
.\"http://sourceforge.net/projects/gmanedit2
.\"Replace <program> with the program name, x with the Section Number
.TH pysieved 8 "2009-3-29" "" "Managesieve Server"
.SH NAME
pysieved \- managesieve server
.SH SYNOPSIS
.B pysieved
.RI [ options ]
.SH DESCRIPTION
.RI pysieved
is a managesieve server that allows administering of sieve mail delivery rules through
the sieve protocol.
.SH OPTIONS
.IP "-i, --inetd"
Run once on stdin (inetd mode)
.IP "-l PORT, --port=PORT"
What port to run on (default: 2000)
.IP "-p PIDFILE, --pidfile=PIDFILE"
Where to write a PID file
.IP "-c CONFIG, --config=CONFIG"
Location of config file
.IP "-v VERBOSITY, --verbosity=VERBOSITY"
Set logging verbosity level (default 1)
.IP "-d, --debug"
Log to stderr
.SH HOMEPAGE
For more information see the projects homepage at http://woozle.org/~neale/src/pysieved/
.SH AUTHORS
pysieved was written by Neale Pickett. This manual page was provided by Christoph Haas
for the Debian GNU/Linux system.
|