home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / internet / a082_1 / !Rucp / SystemRC < prev    next >
Text File  |  1991-04-08  |  5KB  |  134 lines

  1. #
  2. #       System configuration file for system foobar.UUCP
  3. #
  4. #       This file is set by setting the environment variable Rucp$SystemRC
  5. #       to the full name of this file. This is done in the !Rucp.!Boot file
  6. #
  7.  
  8. #
  9. #       System configuration section
  10. #
  11.  
  12. #
  13. #       Your host name.  This should be the same as the first part of
  14. #       your domain name, and unique in the first six characters.  All
  15. #       registered system names are posted to USENET comp.mail.maps
  16. #       monthly.  Note that all of the good ones are taken.
  17. # taken from environmental variable, see !Boot file 
  18.  
  19. NodeName=<Rucp$Nodename>
  20.  
  21. #       Domain is your full host name according to the Internet naming
  22. #       conventions; if you do not have a domain registered with the
  23. #       Internet (you would know if you did!), use UUCP as your domain
  24. #       Name.  The first part of the domain name is the same as your
  25. #       host name.
  26. # taken from environmental variable, see !Boot file 
  27. Domain=<Rucp$Domain>
  28.  
  29. #       Postmaster is where to deliver all mail that has a problem,
  30. #       like an invalid user id.  This parameter is new and required
  31. #       in release 1.08c.  Don't forget to read postmaster's mail
  32. #       every so often!
  33. postmaster=postmaster
  34.  
  35. #       Mailserv is the system all mail will be sent if it is not
  36. #       destined for the local system (this one) or another system
  37. #       known to this system listed in the SYSTEMS file.  Note that
  38. #       the system defined as your mail server must be listed in the
  39. #       SYSTEMS file, otherwise UUIO and MAIL will fail.
  40. MailServ=hotb
  41.  
  42. #       Directories used by Rucp.  The simplest thing to do is to decide
  43. #       on the top directory, define that as the Configuration directory,
  44. #       and then define the other system related directories as
  45. #       sub-directories of the configuration Directory.  Note that all
  46. #       of the directories listed below can be Left 'as-is', and they will
  47. #       be created automatically.
  48. #
  49.  
  50. #       ConfDir is the configuration directory for Rucp; the SYSTEMS,
  51. #       PASSWD (if used) and HOSTPATH (if used) files must be placed
  52. #       in this directory.
  53. ConfDir=<Rucp$Dir>
  54.  
  55. #       MailDir is where incoming mail is placed before it is read.
  56. MailDir=<Rucp$Dir>.uucp.Mail
  57.  
  58. #       NewsDir is where any news (if you arrange for it) will be dumped
  59. #       by rnews processing. 
  60. NewsDir=<Rucp$Dir>.uucp.News
  61.  
  62. #       SpoolDir is where outgoing mail queued for other systems, and where
  63. #       the LOGFILE recording various UUIO information is recorded.
  64. SpoolDir=<Rucp$Dir>.uucp.Spool
  65.  
  66. #       PubDir is where files are transferred to.
  67. PubDir=<Rucp$Dir>.uucp.Public
  68.  
  69. #       TempDir is used for temporary work files.
  70. TempDir=<Rucp$Dir>.Temp
  71.  
  72. #       Program information.  These parameters are new and required
  73. #       in release 1.08c.
  74.  
  75. #       RMAIL is the program invoked by both MAIL and UUIO to deliver
  76. #       mail on your system.
  77. rmail=rmail
  78.  
  79. #       RNEWS is a stub module for receiving news; it just dumps
  80. #       all the news in the news directory (below).  Normally,
  81. #       you won't even get news from other hosts unless they have it
  82. #       and you ask for it. 
  83. rnews=rnews
  84.  
  85. #       Beginning of information for incoming calls.  Note that if you
  86. #       never plan to let UUIO answer the phone by invoking it in passive
  87. #       mode via the "-r 0" flag, you need not give these keywords real
  88. #       values, although they must be defined.
  89.  
  90. #       Inbound Communications parameters; outgoing parameters are
  91. #       defined for each system in the SYSTEMS file.
  92.  
  93. InSpeed=2400
  94.  
  95. #
  96. #       System boolean options; if not specified, the default
  97. #       for each option is off, that is the option prefixed by
  98. #       "no".
  99. #
  100. #       These options can only be specified in the system
  101. #       configuration file.  They cannot be listed in the PERSONAL.RC
  102. #       file or changed via the options (o) command in mail.
  103. #
  104.  
  105. #       Option "bang" causes addressing information to be written
  106. #       in node!user format, instead of the default user@node.domain
  107. #       format.  Don't use it unless your mail server cannot handle
  108. #       RFC-822 mail.
  109. options=nobang
  110.  
  111. #       Option "directory" causes mail to be delivered to subdirectories
  112. #       built from the maildir (above) and the user's name; for example,
  113. #       with the "directory" option, mail for "moi" will be delivered
  114. #       to /lib/uupc/moi/newmail.  Useful mostly for networked PC's.
  115. options=nodirectory
  116.  
  117. #       Option "fixedspeed" forces the modem not autobaud on dialin.
  118. #       This is useful for highspeed modems like the Telebit
  119. #       Trailblazer.  The default, "nofixedspeed",  should be used for
  120. #       the Hayes SmartModem 1200/2400 and clones.
  121. options=nofixedspeed
  122.  
  123. #       Option "multiqueue" directs rmail to queue up only one copy of
  124. #       mail for multiple addressees routed via the same host.  This
  125. #       was the default previous to release 1.09c.
  126. options=multiqueue
  127.  
  128. #
  129. #       Default personal configuration section
  130. #
  131.  
  132. #       (No defaults are defined).  Note that specific user information
  133. #       goes in the <Rucp$UserRC> file.
  134.