35 lines
798 B
Groff
35 lines
798 B
Groff
.TH "bongo-queuetool" 1 "Bongo Project" "http://bongo-project.org/"
|
|
.SH NAME
|
|
bongo-queuetool \- Manges the Bongo Queue agent
|
|
.SH SYNOPSIS
|
|
.B bongo-queuetool
|
|
.RI [ options ]
|
|
.I COMMAND
|
|
.RI [ command-options ]
|
|
.SH DESCRIPTION
|
|
.B bongo-queuetool
|
|
manages the operation of the Bongo Queue. It takes a
|
|
.I COMMAND
|
|
on execution to specify its action.
|
|
.SH OPTIONS
|
|
.TP
|
|
.BR \-h ", " \-\^\-help
|
|
Show help message and exit.
|
|
.TP
|
|
.BI "\-\^\-host=" HOSTNAME
|
|
Host of Bongo queue. Defaults to localhost.
|
|
.TP
|
|
.BI "\-\^\-port=" PORT
|
|
Port of Bongo queue. Defaults to 8670.
|
|
.TP
|
|
.BR \-\^\-debug
|
|
Enable debugging output.
|
|
.SH "QUEUE MANAGEMENT COMMANDS"
|
|
.TP
|
|
.BR flush " (f)"
|
|
Flush the mail queue.
|
|
.SH "AUTHOR"
|
|
This man page was written by Jonny Lamb <jonnylamb@jonnylamb.com>.
|
|
.SH "SEE ALSO"
|
|
bongo-setup(1), bongo-admin(1)
|