home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / duucp-1.17 / AU-117b4-man.lha / man / Assigns < prev    next >
Encoding:
Text File  |  1994-06-02  |  5.9 KB  |  201 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.     Assign BMS:     UUCP:Lib/BMS
  18.  
  19.     Config is the file UULIB:Config
  20.  
  21.             ----------- METHOD #2 --------
  22.  
  23.     Assign Getty:    <wherever>
  24.     Assign BMS:     <wherever>
  25.  
  26.     Config is the file S:UUConfig and contains entries that
  27.     define where the various other directories are, including the
  28.     lib directory:
  29.  
  30.     The following Config entries accomplish this:
  31.  
  32.     UUSpool     directory
  33.     UUNews        directory
  34.     UUMail           "
  35.     UULib          etc...
  36.     UUPub           "
  37.     UUMan           "
  38.     UUCP           "
  39.  
  40.             -----------------------------
  41.  
  42.  
  43.     UULIB:Config entries:
  44.  
  45.     NodeName        The name by which you want to call your
  46.                 machine.  Suggested 7 chars max.
  47.  
  48.     UserName        Your 'user' name. e.g. dillon.  This is
  49.                 where Mail, DMail, and From use as a
  50.                 default for your user name.
  51.  
  52.     RealName        Your full name. e.g. Matthew Dillon.  Used
  53.                 by sendmail (which is run from Mail or
  54.                 DMail)
  55.  
  56.     Debug            Used by us source hackers
  57.  
  58.     Organization        Your organization, if any (included in messages
  59.                 and article headers).
  60.  
  61.     Filter            Foreground filter program (to display a
  62.                 file).  Output expected to go through
  63.                 stdout.  Used by MAN if RFilter does not
  64.                 exist.
  65.  
  66.     RFilter         Background filter program (that can be
  67.                 RUN'd to display a file)
  68.  
  69.     MailEditor        The editor DMail uses.
  70.  
  71.     NewsEditor        The editor DNews uses.
  72.  
  73.     DomainName        The domain of your machine, usually .UUCP
  74.                 This is automatically tacked on to the
  75.                 mail headers when you mail out or mail
  76.                 is routed through your machine.
  77.  
  78.     TimeZone        PST, PDT, etc... Many, but certainly not
  79.                 all, timezones are implemented. This is
  80.                 used to calculate GMT time from local time
  81.                 for use in mail headers. If sendmail doesn't
  82.                 recognize your timezone, then use:
  83.  
  84.                     +0200
  85.  
  86.                 or similar to denote the offset from GMT.
  87.  
  88.     DefaultNode        Normally set to an immediately adjacent
  89.                 USENET node.  IF YOU CAN CONNECT TO MORE
  90.                 THAN ONE OTHER USENET NODE REFER TO
  91.                 UUMAN:DOMAINS FOR INFORMATION ON SELECTING
  92.                 WHICH NODE AN ADDRESS GETS ROUTED THROUGH.
  93.  
  94.                 Example:    'sorinc.net' if I talk
  95.                 directly to sorinc.
  96.  
  97.                 You may also specify explicit paths
  98.                 as long as the very first machine is
  99.                 directly adjacent to you (you can call
  100.                 directly).
  101.  
  102.     MailReadyCmd        Command to run to bring up 'you have new
  103.                 mail' requester ... see the example Config
  104.                 file.
  105.  
  106.     NewsReadyCmd        Command to run to bring up 'you have new
  107.                 news' requester when any new news is delivered.
  108.  
  109.                 --
  110.  
  111.                 all of these below allow you to specify
  112.                 explicitly where the given executable
  113.                 lies via a full path.  Any config entry
  114.                 below that exists will use that path,
  115.                 else will assume the executables lies
  116.                 somewhere in your command path.
  117.  
  118.     Uux            these programs are those which are run
  119.     Sendmail        automatically by other programs and thus
  120.     Postnews        you might wish to place them in a directory
  121.     Uuxqt            not included in your normal command path
  122.     RMail            so you don't run them accidently.
  123.     CUnbatch
  124.     RNews
  125.     RSMTP
  126.     RCSMTP
  127.  
  128.         ------------- new for 1.07 -----------
  129.  
  130.     ModemInit        Same format as the 'send' portion of a
  131.                 send-expect string.  May be used to initialize
  132.                 the modem before dialing. Use by UUCICO.
  133.  
  134.     AutoBatch        This config entry need only exist.    The config
  135.                 entry should be set to 'autobatch'.  That is:
  136.  
  137.                 AutoBatch    autobatch
  138.  
  139.                 If this config entry exists, posted news is
  140.                 IMMEDIATELY batched for transfer.  This entry
  141.                 is useful if you do not propogate news because
  142.                 you do not have to worry about running
  143.                 BatchNews manually.
  144.  
  145.     Timeout         (uucico) Specify timeout on Connect .. default
  146.                 is 60 seconds.  This config entry need not
  147.                 exist.
  148.  
  149.     MaxRMailLen        Specify maximum size a 'C rmail' line can be
  150.                 in an X. file.  If not specified or specified
  151.                 as 0, only a single mail address is allows on
  152.                 the rmail line.  If > 0, then multiple mail
  153.                 addresses (you are sending a piece of mail
  154.                 to multiple recipients) are generated until
  155.                 the buffer limit is reached, then restarted
  156.                 with a new queue file.
  157.  
  158.         ------------- new for 1.14 -----------
  159.  
  160.     BatchBits        Specify number of bits used for news batching
  161.                 compression, 12-16 is supported.  Default is
  162.                 12.  If your feed can handle it you may want
  163.                 to set this to 14.
  164.  
  165.     DomainPath        Specify 'N' or 'Y', default is 'N'.  If enabled,
  166.                 fully domained paths will be header in
  167.                 sendmail's Received: headers and in Batchnews's
  168.                 Path: field.
  169.  
  170.     SpoolSize        Specify maximum file size for batchnews,
  171.                 default is 60000
  172.  
  173.         ------------- new for 1.15 -----------
  174.  
  175.     MungeCase        Specify N to disable case munging for
  176.                 incomming files.  Default is to ENABLE
  177.                 case munging.
  178.  
  179.     JunkSave        Specify N to disable storing articles to
  180.                 the junk newsgroup.  Specify Y or leave out
  181.                 the config option to enable.
  182.  
  183.                 Normally articles that have no corresponding
  184.                 newsgroup in UULIB:NewsGroups are placed in
  185.                 junk to allow them to be forwarded to other
  186.                 sites.
  187.  
  188.         ------------- new for 1.17 ------------
  189.  
  190.     All new configuration variables are explained in the man pages of
  191.     the programs they affect.
  192.  
  193.     ENVIRONMENT VARIABLES:   (ENV: or 2.0+ local environment variables)
  194.  
  195.     USERNAME        overides Config UserName entry.
  196.  
  197.     REALNAME        overides Config RealName entry.
  198.  
  199.     ** NOTE ** That under 2.0 and above local environment variables may be
  200.     used to override ANY configuration parameter.
  201.