File: pysieved.8

package info (click to toggle)
pysieved 1.2-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 368 kB
  • ctags: 313
  • sloc: python: 2,229; sh: 16; makefile: 7
file content (43 lines) | stat: -rw-r--r-- 1,024 bytes parent folder | download | duplicates (3)
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.