1uuxqt(8) System Manager's Manual uuxqt(8)
2
3
4
6 uuxqt - UUCP execution daemon
7
9 uuxqt [ options ]
10
12 The uuxqt daemon executes commands requested by uux (1) from either the
13 local system or from remote systems. It is started automatically by
14 the uucico (8) daemon (unless uucico (8) is given the -q or --nouuxqt
15 option).
16
17 There is normally no need to run this command, since it will be invoked
18 by uucico (8). However, it can be used to provide greater control over
19 the processing of the work queue.
20
21 Multiple invocations of uuxqt may be run at once, as controlled by the
22 max-uuxqts configuration command.
23
25 The following options may be given to uuxqt.
26
27 -c command, --command command
28 Only execute requests for the specified command. For example:
29 uuxqt --command rmail
30
31 -s system, --system system
32 Only execute requests originating from the specified system.
33
34 -x type, --debug type
35 Turn on particular debugging types. The following types are rec‐
36 ognized: abnormal, chat, handshake, uucp-proto, proto, port, con‐
37 fig, spooldir, execute, incoming, outgoing. Only abnormal, con‐
38 fig, spooldir and execute are meaningful for uuxqt.
39
40 Multiple types may be given, separated by commas, and the --debug
41 option may appear multiple times. A number may also be given,
42 which will turn on that many types from the foregoing list; for
43 example, --debug 2 is equivalent to --debug abnormal,chat.
44
45 The debugging output is sent to the debugging file, which may be
46 printed using uulog -D.
47
48 -I file, --config
49 Set configuration file to use. This option may not be available,
50 depending upon how uuxqt was compiled.
51
52 -v, --version
53 Report version information and exit.
54
55 --help
56 Print a help message and exit.
57
59 uucp(1), uux(1), uucico(8)
60
62 Ian Lance Taylor (ian@airs.com)
63
64
65
66 Taylor UUCP 1.07 uuxqt(8)