home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / duucp-1.17 / AU-117b-man.lha / man / Assigns < prev    next >
Encoding:
Text File  |  1993-10-26  |  8.8 KB  |  223 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.         NewsFeed            Which remote machine should outgoing
  59.                             news be sent to?  This is NOT a full
  60.                             domain name, just an immediately
  61.                             adjacent site name.
  62.  
  63.         Organization        Your organization, if any (for News)
  64.  
  65.         Filter              Foreground filter program (to display a
  66.                             file).  Output expected to go through
  67.                             stdout.  Used by MAN if RFilter does not
  68.                             exist.
  69.  
  70.         RFilter             Background filter program (that can be
  71.                             RUN'd to display a file)
  72.  
  73.         MailEditor          The editor DMail uses.
  74.  
  75.         NewsEditor          The editor DNews uses.
  76.  
  77.         DomainName          The domain of your machine, usually .UUCP
  78.                             This is automatically tacked on to the
  79.                             mail headers when you mail out or mail
  80.                             is routed through your machine.
  81.  
  82.         TimeZone            PST, PDT, etc... Many, but certainly not
  83.                             all, timezones are implemented. This is
  84.                             used to calculate GMT time from local time
  85.                             for use in mail headers. If sendmail doesn't
  86.                             recognize your timezone, then use:
  87.  
  88.                                     +0200
  89.  
  90.                             or similar to denote the offset from GMT.
  91.  
  92.         DefaultNode         Normally set to an immediately adjacent
  93.                             USENET node.  IF YOU CAN CONNECT TO MORE
  94.                             THAN ONE OTHER USENET NODE REFER TO
  95.                             MAN:DOMAINS FOR INFORMATION ON SELECTING
  96.                             WHICH NODE AN ADDRESS GETS ROUTED THROUGH.
  97.  
  98.                             Example:    'sorinc.UUCP' if I talk
  99.                             directly to sorinc.
  100.  
  101.                             You may also specify explicit paths
  102.                             as long as the very first machine is
  103.                             directly adjacent to you (you can call
  104.                             directly).
  105.  
  106.             ------------- new for 1.05 -----------
  107.  
  108.         MailReadyCmd        Command to run to bring up 'you have new
  109.                             mail' requester ... see the example Config
  110.                             file.
  111.  
  112.         NewsReadyCmd        Not fully implemented yet.
  113.  
  114.  
  115.                             --
  116.  
  117.                             all of these below allow you to specify
  118.                             explicitly where the given executable
  119.                             lies via a full path.  Any config entry
  120.                             below that exists will use that path,
  121.                             else will assume the executables lies
  122.                             somewhere in your command path.
  123.  
  124.         Uux                 these programs are those which are run
  125.         Sendmail            automatically by other programs and thus
  126.         Postnews            you might wish to place them in a directory
  127.         Uuxqt               not included in your normal command path
  128.         RMail               so you don't run them accidently.
  129.         CUnbatch
  130.         RNews
  131.         RSMTP
  132.         RCSMTP
  133.  
  134.                             --
  135.  
  136.             ------------- new for 1.06 -----------
  137.  
  138.         RNewsDebug          If this variable exists and is non-zero, files
  139.                             received by RNews are copied to alternate
  140.                             storage (UUAltSpool), allowing easy debugging
  141.                             of batched news.
  142.  
  143.             ------------- new for 1.07 -----------
  144.  
  145.         ModemInit           Same format as the 'send' portion of a
  146.                             send-expect string.  May be used to initialize
  147.                             the modem before dialing.
  148.  
  149.         AutoBatch           This config entry need only exist.  The config
  150.                             entry should be set to 'autobatch'.  That is:
  151.  
  152.                             AutoBatch   autobatch
  153.  
  154.                             If this config entry exists, posted news is
  155.                             IMMEDIATELY batched for transfer.  This entry
  156.                             is useful if you do not propogate news because
  157.                             you do not have to worry about running
  158.                             BatchNews manually.
  159.  
  160.         Timeout             (uucico) Specify timeout on Connect .. default
  161.                             is 60 seconds.  This config entry need not
  162.                             exist.
  163.  
  164.         MaxRMailLen         Specify maximum size a 'C rmail' line can be
  165.                             in an X. file.  If not specified or specified
  166.                             as 0, only a single mail address is allows on
  167.                             the rmail line.  If > 0, then multiple mail
  168.                             addresses (you are sending a piece of mail
  169.                             to multiple recipients) are generated until
  170.                             the buffer limit is reached, then restarted
  171.                             with a new queue file.
  172.  
  173.             ------------- new for 1.13 -----------
  174.  
  175.         LockDir             Specify directory in which locks are created.
  176.                             If not specified, T: will be used.  Introduced
  177.                             to get around a bug in 2.0 kickstarts before
  178.                             kickstart 37.39 ... you should specify somewhere
  179.                             not in RAM: (bug is in RAM:).
  180.  
  181.             ------------- new for 1.14 -----------
  182.  
  183.         BatchBits           Specify number of bits used for news batching
  184.                             compression, 12-16 is supported.  Default is
  185.                             12.  If your feed can handle it you may want
  186.                             to set this to 14.
  187.  
  188.         MailBounce          Specify 'N' or 'Y', default is 'N'... bounce
  189.                             mail for which no route exists
  190.  
  191.         DomainPath          Specify 'N' or 'Y', default is 'N'.  If enabled,
  192.                             fully domained paths will be header in
  193.                             sendmail's Received: headers and in Batchnews's
  194.                             Path: field.
  195.  
  196.         SpoolSize           Specify maximum file size for batchnews,
  197.                             default is 60000
  198.  
  199.             ------------- new for 1.15 -----------
  200.  
  201.         MungeCase           Specify N to disable case munging for
  202.                             incomming files.  Default is to ENABLE
  203.                             case munging.
  204.  
  205.         JunkSave            Specify N to disable storing articles to
  206.                             the junk newsgroup.  Specify Y or leave out
  207.                             the config option to enable.
  208.  
  209.                             Normally articles that have no corresponding
  210.                             newsgroup in UULIB:NewsGroups are placed in
  211.                             junk to allow them to be forwarded to other
  212.                             sites.
  213.  
  214.     ENVIROMENT VARIABLES:   (ENV: or 2.0 local variables)
  215.  
  216.         USERNAME            overides Config UserName entry.
  217.  
  218.         REALNAME            overides Config RealName entry.
  219.  
  220.     ** NOTE ** That under 2.0 local variables may be used to OVERRIDE
  221.     ANY CONFIGURATION PARAMETER
  222.  
  223.