1uucleanup(1M) System Administration Commands uucleanup(1M)
2
3
4
6 uucleanup - uucp spool directory clean-up
7
9 /usr/lib/uucp/uucleanup [-Ctime] [-Dtime] [-mstring]
10 [-otime] [-ssystem] [-Wtime] [-xdebug-level] [-Xtime]
11
12
14 uucleanup will scan the spool directories for old files and take appro‐
15 priate action to remove them in a useful way:
16
17 o Inform the requester of send/receive requests for systems
18 that can not be reached.
19
20 o Return undeliverable mail to the sender.
21
22 o Deliver rnews files addressed to the local system.
23
24 o Remove all other files.
25
26
27 In addition, there is a provision to warn users of requests that have
28 been waiting for a given number of days (default 1 day). Note: uucle‐
29 anup will process as if all option times were specified to the default
30 values unless time is specifically set.
31
32
33 This program is typically started by the shell uudemon.cleanup, which
34 should be started by cron(1M).
35
37 -Ctime Remove any C. files greater or equal to time days old
38 and send appropriate information to the requester
39 (default 7 days).
40
41
42 -Dtime Remove any D. files greater or equal to time days old,
43 make an attempt to deliver mail messages, and execute
44 rnews when appropriate (default 7 days).
45
46
47 -mstring Include string in the warning message generated by the
48 -W option. The default line is "See your local admin‐
49 istrator to locate the problem".
50
51
52 -otime Delete other files whose age is more than time days
53 (default 2 days).
54
55
56 -ssystem Execute for system spool directory only.
57
58
59 -Wtime Any C. files equal to time days old will cause a mail
60 message to be sent to the requester warning about the
61 delay in contacting the remote. The message includes
62 the JOBID, and in the case of mail, the mail message.
63 The administrator may include a message line telling
64 whom to call to check the problem (-m option) (default
65 1 day).
66
67
68 -xdebug-level Produce debugging output on standard ouput. debug-
69 level is a single digit between 0 and 9; higher num‐
70 bers give more detailed debugging information. (This
71 option may not be available on all systems.)
72
73
74 -Xtime Any X. files greater or equal to time days old will be
75 removed. The D. files are probably not present (if
76 they were, the X. could get executed). But if there
77 are D. files, they will be taken care of by D. pro‐
78 cessing (default 2 days).
79
80
82 /usr/lib/uucp directory with commands used by uucleanup internally
83
84
85 /var/spool/uucp spool directory
86
87
89 See attributes(5) for descriptions of the following attributes:
90
91
92
93
94 ┌─────────────────────────────┬─────────────────────────────┐
95 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
96 ├─────────────────────────────┼─────────────────────────────┤
97 │Availability │SUNWbnuu │
98 └─────────────────────────────┴─────────────────────────────┘
99
101 uucp(1C), uux(1C), cron(1M), attributes(5)
102
103
104
105SunOS 5.11 19 May 1993 uucleanup(1M)