1 UUCLEANUP(1M)                Maintenance Commands                UUCLEANUP(1M)
   2 
   3 
   4 
   5 NAME
   6        uucleanup - uucp spool directory clean-up
   7 
   8 SYNOPSIS
   9        /usr/lib/uucp/uucleanup [-Ctime] [-Dtime] [-mstring]
  10             [-otime] [-ssystem] [-Wtime] [-xdebug-level] [-Xtime]
  11 
  12 
  13 DESCRIPTION
  14        uucleanup will scan the spool directories for old files and take
  15        appropriate 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:
  29        uucleanup will process as if all option times were specified to the
  30        default 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 
  36 OPTIONS
  37        -Ctime
  38                         Remove any C. files greater or equal to time days old
  39                         and send appropriate information to the requester
  40                         (default 7 days).
  41 
  42 
  43        -Dtime
  44                         Remove any D. files greater or equal to time days old,
  45                         make an attempt to deliver mail messages, and execute
  46                         rnews when appropriate (default 7 days).
  47 
  48 
  49        -mstring
  50                         Include string in the warning message generated by the
  51                         -W option.  The default line is "See your local
  52                         administrator to locate the problem".
  53 
  54 
  55        -otime
  56                         Delete other files whose age is more than time days
  57                         (default 2 days).
  58 
  59 
  60        -ssystem
  61                         Execute for system spool directory only.
  62 
  63 
  64        -Wtime
  65                         Any C. files equal to time days old will cause a mail
  66                         message to be sent to the requester warning about the
  67                         delay in contacting the remote. The message includes
  68                         the JOBID, and in the case of mail, the mail message.
  69                         The administrator may include a message line telling
  70                         whom to call to check the problem (-m option) (default
  71                         1 day).
  72 
  73 
  74        -xdebug-level
  75                         Produce debugging output on standard output. debug-
  76                         level is a single digit between 0 and 9; higher
  77                         numbers give more detailed debugging information.
  78                         (This option may not be available on all systems.)
  79 
  80 
  81        -Xtime
  82                         Any X. files greater or equal to time days old will be
  83                         removed. The D. files are probably not present (if
  84                         they were, the X. could get executed). But if there
  85                         are D. files, they will be taken care of by D.
  86                         processing (default 2 days).
  87 
  88 
  89 FILES
  90        /usr/lib/uucp
  91                           directory with commands used by uucleanup internally
  92 
  93 
  94        /var/spool/uucp
  95                           spool directory
  96 
  97 
  98 SEE ALSO
  99        uucp(1C), uux(1C), cron(1M), attributes(5)
 100 
 101 
 102 
 103                                  May 19, 1993                    UUCLEANUP(1M)