Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!lll-winken!uunet!ispi!jbayer From: jbayer@ispi.UUCP (Jonathan Bayer) Newsgroups: comp.mail.uucp Subject: Re: Saving Some Bucks - How? Keywords: uucp HDB telephone Message-ID: <576@ispi.UUCP> Date: 2 Apr 89 14:06:26 GMT References: <1270@dybbuk.UUCP> <289@ubbs-nh.MV.COM> Reply-To: jbayer@ispi.UUCP (Jonathan Bayer) Distribution: usa Organization: Intelligent Software Products, Inc. Lines: 48 In article <289@ubbs-nh.MV.COM> noel@ubbs-nh.MV.COM (Noel Del More) writes: [deleted] >solution, I'd appreciate specific configuration specifications for HD >uucp under SCO 386. Which, as near as I can tell, appears to have no >reasonable means to get uux to hold work until called for by the uusched >script. In the Systems file, simply specify the times allowed to call out. An example is below: uunet Any0400-0650,Any1200-1215,Any1700-1715 ACU 1200 P5551212 (login script deleted) This says that the system can call out in three different time periods: 1. Any day between 0400 and 0650 2. Any day between 1200 and 1215 3. Any day between 1700 and 1715 (5 pm to 5:15 pm) Any work which is sent to uucp is held until these times. You will need to have cron start up uudemon.hour periodictly as the following examply shows: 8,38 * * * * /bin/su uucp -c "/usr/lib/uucp/uudemon.hour" > /dev/null This starts uudemon.hour up every hour at 8 minutes past, and at 38 minutes past the hour. To force the polling you will need the following entry: 0 * * * * /bin/su uucp -c "/usr/lib/uucp/uudemon.poll" > /dev/null This starts uudemon.poll up every hour on the hour. Sorry if this answered more than you were looking for. I figured that if anybody else had questions I might be able to answer them in advance. JB -- Jonathan Bayer Beware: The light at the end of the Intelligent Software Products, Inc. tunnel may be an oncoming dragon 19 Virginia Ave. ...uunet!ispi!jbayer Rockville Centre, NY 11570 (516) 766-2867 jbayer@ispi.UUCP