110 lines
2.6 KiB
Groff
110 lines
2.6 KiB
Groff
''' $Id: uuxqt.8,v 1.1.1.1 1993/03/21 09:45:37 cgd Exp $
|
|
''' $Log: uuxqt.8,v $
|
|
''' Revision 1.1.1.1 1993/03/21 09:45:37 cgd
|
|
''' initial import of 386bsd-0.1 sources
|
|
'''
|
|
''' Revision 1.4 1992/04/01 21:11:19 ian
|
|
''' Cleaned up a bit, updated -x switch
|
|
'''
|
|
''' Revision 1.3 1992/03/28 04:34:11 ian
|
|
''' David J. MacKenzie: change .TP5 to .TP 5; also updated to 1.03
|
|
'''
|
|
''' Revision 1.2 1992/01/20 23:52:23 ian
|
|
''' Change to version 1.02
|
|
'''
|
|
''' Revision 1.1 1991/12/14 19:05:30 ian
|
|
''' Initial revision
|
|
'''
|
|
'''
|
|
.TH uuxqt 8 "Taylor UUCP 1.03"
|
|
.SH NAME
|
|
uuxqt \- UUCP execution daemon
|
|
.SH SYNOPSIS
|
|
.B uuxqt
|
|
[ options ]
|
|
.SH DESCRIPTION
|
|
The
|
|
.I uuxqt
|
|
daemon executes commands requested by
|
|
.I uux
|
|
(1) from either the local system or from remote systems.
|
|
It is started automatically by the
|
|
.I uucico
|
|
(8) daemon (unless
|
|
.I uucico
|
|
(8) is given the
|
|
.B \-q
|
|
option).
|
|
|
|
There is normally no need to run this command, since it will be
|
|
invoked by
|
|
.I uucico
|
|
(8). However, it can be used to provide greater control over the
|
|
processing of the work queue.
|
|
|
|
Multiple invocations of
|
|
.I uuxqt
|
|
may be run at once, as controlled by the
|
|
.I max-uuxqts
|
|
configuration command.
|
|
.SH OPTIONS
|
|
The following options may be given to
|
|
.I uuxqt.
|
|
.TP 5
|
|
.B \-c command
|
|
Only execute requests for the specified command. For example:
|
|
.EX
|
|
uuxqt -c rmail
|
|
.EE
|
|
.TP 5
|
|
.B \-s system
|
|
Only execute requests originating from the specified system.
|
|
.TP 5
|
|
.B \-x type
|
|
Turn on particular debugging types. The following types are
|
|
recognized: abnormal, chat, handshake, uucp-proto, proto, port,
|
|
config, spooldir, execute, incoming, outgoing. Only abnormal, config,
|
|
spooldir and execute are meaningful for
|
|
.I uuxqt.
|
|
|
|
Multiple types may be given, separated by commas, and the
|
|
.B \-x
|
|
option may appear multiple times. A number may also be given, which
|
|
will turn on that many types from the foregoing list; for example,
|
|
.B \-x 2
|
|
is equivalent to
|
|
.B \-x abnormal,chat.
|
|
|
|
The debugging output is sent to the debugging file, usually one of
|
|
/usr/spool/uucp/Debug, /usr/spool/uucp/DEBUG, or
|
|
/usr/spool/uucp/.Admin/audit.local.
|
|
.TP 5
|
|
.B \-I file
|
|
Set configuration file to use. This option may not be available,
|
|
depending upon how
|
|
.I uuxqt
|
|
was compiled.
|
|
.SH FILES
|
|
The file names may be changed at compilation time or by the
|
|
configuration file, so these are only approximations.
|
|
|
|
.br
|
|
/usr/lib/uucp/config - Configuration file.
|
|
.br
|
|
/usr/spool/uucp -
|
|
UUCP spool directory.
|
|
.br
|
|
/usr/spool/uucp/Log -
|
|
UUCP log file.
|
|
.br
|
|
/usr/spool/uucppublic -
|
|
Default UUCP public directory.
|
|
.br
|
|
/usr/spool/uucp/Debug -
|
|
Debugging file.
|
|
.SH SEE ALSO
|
|
uucp(1), uux(1), uucico(8)
|
|
.SH AUTHOR
|
|
Ian Lance Taylor
|
|
(ian@airs.com or uunet!airs!ian)
|