home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / fish / telecom / uucp_442 / uucp2.lzh / uucp2 / man / Assigns < prev    next >
Text File  |  1991-01-06  |  5KB  |  167 lines

  1.  
  2.                 ASSIGNMENTS
  3.  
  4.     Startup-Sequence Assignments (examples).  Note, UUPUB: will in the
  5.     future be used for 'public' uucp transfers.
  6.  
  7.             ---------- METHOD #1 ---------
  8.  
  9.     Assign UUCP:    DF0:
  10.     Assign UUSPOOL:    UUCP:Spool
  11.     Assign UULIB:    UUCP:Lib
  12.     Assign UUMAIL:    UUCP:Mail
  13.     Assign UUNEWS:    UUCP:Mail/News
  14.     Assign UUPUB:    UUCP:Pub
  15.  
  16.     Assign Getty:    UUCP:Lib
  17.  
  18.     Config is the file UULIB:Config
  19.  
  20.             ----------- METHOD #2 --------
  21.  
  22.     Assign Getty:    <wherever>
  23.  
  24.     Config is the file S:UUConfig and contains entries that
  25.     define where the various other directories are, including the
  26.     lib directory:
  27.  
  28.     The following Config entries accomplish this:
  29.  
  30.     UUSpool     directory
  31.     UUNews        directory
  32.     UUMail           "
  33.     UULib          etc...
  34.     UUPub           "
  35.     UUMan           "
  36.     UUCP           "
  37.  
  38.             -----------------------------
  39.  
  40.  
  41.     UULIB:Config entries:
  42.  
  43.     NodeName        The name by which you want to call your
  44.                 machine.  Suggested 7 chars max.
  45.  
  46.     UserName        Your 'user' name. e.g. dillon.  This is
  47.                 where Mail, DMail, and From use as a
  48.                 default for your user name.
  49.  
  50.     RealName        Your full name. e.g. Matthew Dillon.  Used
  51.                 by sendmail (which is run from Mail or
  52.                 DMail)
  53.  
  54.     Debug            Used by us source hackers
  55.  
  56.     NewsFeed        Which remote machine should outgoing
  57.                 news be sent to?  This is NOT a full
  58.                 domain name, just an immediately
  59.                 adjacent site name.
  60.  
  61.     Organization        Your organization, if any (for News)
  62.  
  63.     Filter            Foreground filter program (to display a
  64.                 file).  Output expected to go through
  65.                 stdout.  Used by MAN if RFilter does not
  66.                 exist.
  67.  
  68.     RFilter         Background filter program (that can be
  69.                 RUNd to display a file)
  70.  
  71.     MailEditor        The editor DMail uses.
  72.  
  73.     NewsEditor        The editor postnews uses
  74.  
  75.     DomainName        The domain of your machine, usually .UUCP
  76.                 This is automatically tacked on to the
  77.                 mail headers when you mail out or mail
  78.                 is routed through your machine.
  79.  
  80.     TimeZone        PST,PDT, etc... Currently only US timezones
  81.                 are implemented.  Used to calculate GMT
  82.                 time from local time for use in mail headers.
  83.  
  84.     DefaultNode        Normally set to an immediately adjacent
  85.                 USENET node.  IF YOU CAN CONNECT TO MORE
  86.                 THAN ONE OTHER USENET NODE REFER TO
  87.                 MAN:DOMAINS FOR INFORMATION ON SELECTING
  88.                 WHICH NODE AN ADDRESS GETS ROUTED THROUGH.
  89.  
  90.                 Example:    'sorinc.UUCP' if I talk
  91.                 directly to sorinc.
  92.  
  93.                 You may also specify explicit paths
  94.                 as long as the very first machine is
  95.                 directly adjacent to you (you can call
  96.                 directly).
  97.  
  98.         ------------- new for 1.05 -----------
  99.  
  100.     MailReadyCmd        Command to run to bring up 'you have new
  101.                 mail' requester ... see the example Config
  102.                 file.
  103.  
  104.     NewsReadyCmd        Not fully implemented yet.
  105.  
  106.  
  107.                 --
  108.  
  109.                 all of these below allow you to specify
  110.                 explicitly where the given executable
  111.                 lies via a full path.  Any config entry
  112.                 below that exists will use that path,
  113.                 else will assume the executables lies
  114.                 somewhere in your command path.
  115.  
  116.     Uux            these programs are those which are run
  117.     Sendmail        automatically by other programs and thus
  118.     Postnews        you might wish to place them in a directory
  119.     Uuxqt            not included in your normal command path
  120.     RMail            so you don't run them accidently.
  121.     CUnbatch
  122.     RNews
  123.                 --
  124.  
  125.         ------------- new for 1.06 -----------
  126.  
  127.     RNewsDebug        If this variable exists and is non-zero, files
  128.                 received by RNews are copied to alternate
  129.                 storage (UUAltSpool), allowing easy debugging
  130.                 of batched news.
  131.  
  132.         ------------- new for 1.07 -----------
  133.  
  134.     ModemInit        Same format as the 'send' portion of a
  135.                 send-expect string.  May be used to initialize
  136.                 the modem before dialing.
  137.  
  138.     AutoBatch        This config entry need only exist.    The config
  139.                 entry should be set to 'autobatch'.  That is:
  140.  
  141.                 AutoBatch    autobatc
  142.  
  143.                 If this config entry exists, posted news is
  144.                 IMMEDIATELY batched for transfer.  This entry
  145.                 is useful if you do not propogate news because
  146.                 you do not have to worry about running
  147.                 BatchNews manually.
  148.  
  149.     Timeout         Specify timeout on Connect .. default is 60
  150.                 seconds.  This config entry need not exist.
  151.  
  152.     MaxRMailLen        Specify maximum size a 'C rmail' line can be
  153.                 in an X. file.  If not specified or specified
  154.                 as 0, only a single mail address is allows on
  155.                 the rmail line.  If > 0, then multiple mail
  156.                 addresses (you are sending a piece of mail
  157.                 to multiple recipients) are generated until
  158.                 the buffer limit is reached, then restarted
  159.                 with a new queue file.
  160.  
  161.     ENVIROMENT VARIABLES:   (ENV: type)
  162.  
  163.     USERNAME            overides Config UserName entry.
  164.  
  165.     REALNAME            overides Config RealName entry.
  166.  
  167.