home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / wUUCP_0.0.29.lha / man / Assigns.doc < prev    next >
Encoding:
Text File  |  1994-06-12  |  6.1 KB  |  160 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 BMS:         UUCP:Lib/BMS
  17.  
  18.     Config is the file UULIB:Config
  19.  
  20.                     ----------- METHOD #2 --------
  21.  
  22.     Assign BMS:         <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.
  52.  
  53.         Debug               Used by us source hackers
  54.  
  55.         Organization        Your organization, if any.
  56.  
  57.         Filter              Foreground filter program (to display a
  58.                             file).  Output expected to go through
  59.                             stdout.  Used by MAN if RFilter does not
  60.                             exist.
  61.  
  62.         RFilter             Background filter program (that can be
  63.                             RUN'd to display a file)
  64.  
  65.         MailEditor          The editor DMail uses.
  66.  
  67.         NewsEditor          The editor DNews uses.
  68.  
  69.         DomainName          The domain of your machine, usually .UUCP
  70.                             This is automatically tacked on to the
  71.                             mail headers when you mail out or mail
  72.                             is routed through your machine.
  73.  
  74.         TimeZone            PST, PDT, etc... Many, but certainly not
  75.                             all, timezones are implemented. This is
  76.                             used to calculate GMT time from local time
  77.                             for use in mail headers. If sendmail doesn't
  78.                             recognize your timezone, then use:
  79.  
  80.                                     GMT▒XX
  81.  
  82.                             with ▒XX being your offset from GMT.
  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.         MailReadyCmd        Command to run to bring up 'you have new
  99.                             mail' requester ... see the example Config
  100.                             file.
  101.  
  102.                             --
  103.  
  104.                             all of these below allow you to specify
  105.                             explicitly where the given executable
  106.                             lies via a full path.  Any config entry
  107.                             below that exists will use that path,
  108.                             else will assume the executables lies
  109.                             somewhere in your command path.
  110.  
  111.         Uux                 these programs are those which are run
  112.         Sendmail            automatically by other programs and thus
  113.         Postnews            you might wish to place them in a directory
  114.         Uuxqt               not included in your normal command path
  115.         RMail               so you don't run them accidently.
  116.         CUnbatch
  117.         RNews
  118.         RSMTP
  119.         RCSMTP
  120.  
  121.                             --
  122.  
  123.         ModemInit           Same format as the 'send' portion of a
  124.                             send-expect string.  May be used to initialize
  125.                             the modem before dialing.
  126.  
  127.         Timeout             (uucico) Specify timeout on Connect .. default
  128.                             is 60 seconds.  This config entry need not
  129.                             exist.
  130.  
  131.         MaxRMailLen         Specify maximum size a 'C rmail' line can be
  132.                             in an X. file.  If not specified or specified
  133.                             as 0, only a single mail address is allows on
  134.                             the rmail line.  If > 0, then multiple mail
  135.                             addresses (you are sending a piece of mail
  136.                             to multiple recipients) are generated until
  137.                             the buffer limit is reached, then restarted
  138.                             with a new queue file.
  139.  
  140.         MailBounce          Specify 'N' or 'Y', default is 'N'... bounce
  141.                             mail for which no route exists
  142.  
  143.         DomainPath          Specify 'N' or 'Y', default is 'N'.  If enabled,
  144.                             fully domained paths will be header in
  145.                             sendmail's Received: and From_ headers.
  146.  
  147.         MungeCase           Specify N to disable case munging for
  148.                             incomming files.  Default is to ENABLE
  149.                             case munging.
  150.  
  151.     ENVIROMENT VARIABLES:   (ENV: or 2.0+ local variables)
  152.  
  153.         USERNAME            overides Config UserName entry.
  154.  
  155.         REALNAME            overides Config RealName entry.
  156.  
  157.     ** NOTE ** That under 2.0+ local variables may be used to OVERRIDE
  158.     ANY CONFIGURATION PARAMETER
  159.  
  160.