home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / uu_waf.zip / uupc.rc < prev    next >
Text File  |  1992-12-04  |  12KB  |  237 lines

  1. #
  2. #       This file is set by setting the environment variable UUPCSYSRC
  3. #       to the full name of this file.
  4.  
  5. #
  6. #       System configuration section
  7. #
  8.  
  9. #
  10. #       Your host name.  This should be the same as the first part of
  11. #       your domain name, and unique in the first six characters.  All
  12. #       registered system names are posted to USENET comp.mail.maps
  13. #       monthly.  Note that all of the good ones are taken.
  14. NodeName=folly
  15.  
  16. #       Domain is your full host name according to the Internet naming
  17. #       conventions; if you do not have a domain registered with the
  18. #       Internet (you would know if you did!), use UUCP as your domain
  19. #       Name.  The first part of the domain name is the same as your
  20. #       host name.
  21. Domain=folly.welly.gen.nz
  22.  
  23. # *--------------------------------------------------------------------*
  24. # *   If your return address is different than your host name, you     *
  25. # *   can override the address placed in the From:  line of            *
  26. # *   messages by adding the FromDomain keyword.  If used, the         *
  27. # *   this variable overrides the Domain keyword (above) in the        *
  28. # *   From:  field of mail headers.                                    *
  29. # *--------------------------------------------------------------------*
  30. # FromDomain=folly.welly.gen.nz
  31.  
  32. #       Postmaster is where to deliver all mail that has a problem,
  33. #       like an invalid user id.  This parameter is new and required
  34. #       in release 1.08c.  Don't forget to read postmaster's mail
  35. #       every so often!
  36. postmaster=andrew
  37.  
  38. #       Mailserv is the system all mail will be sent if it is not
  39. #       destined for the local system (this PC) or another system
  40. #       known to this system listed in the SYSTEMS file.  Note that
  41. #       the system defined as your mail server must be listed in the
  42. #       SYSTEMS file, otherwise UUCICO and MAIL will fail.
  43. MailServ=cavebbs
  44.  
  45. #       Directories used by UUPC.  The simplest thing to do is to decide
  46. #       on the top directory (in this example C:/LIB/UUPC), define that
  47. #       as the Configuration directory, and then define the other system
  48. #       related directories as sub-directories of the configuration
  49. #       Directory.  Note that all of the directories listed below can be
  50. #       Left 'as-is', and UUPC will create them automatically.
  51. #
  52. #       UUPC.RC and PERSONAL.RC can also be placed in the configuration
  53. #       Directory, but the full path and file names must be defined
  54. #       in your AUTOEXEC.BAT anyway.
  55.  
  56. #       ConfDir is the configuration directory for UUPC; the SYSTEMS,
  57. #       PASSWD (if used) and HOSTPATH (if used) files must be placed
  58. #       in this directory.
  59. ConfDir=\BB\uupc
  60.  
  61. #       MailDir is where incoming mail is placed before it is read.
  62. MailDir=\BB\Mur\Users
  63.  
  64. #       NewsDir is where any news (if you arrange for it) will be dumped
  65. #       by UUPC rnews processing.  UUPC really doesn't have news support.
  66. NewsDir=\BB\Mur\Inbound
  67.  
  68. # *--------------------------------------------------------------------*
  69. # *   SpoolDir is where outgoing mail queued for other systems,        *
  70. # *   various log files, and other transient information is            *
  71. # *   recorded.                                                        *
  72. # *--------------------------------------------------------------------*
  73. SpoolDir=\BB\Spool
  74.  
  75. # *--------------------------------------------------------------------*
  76. # *   PubDir is where files are transferred to.                        *
  77. # *--------------------------------------------------------------------*
  78. PubDir=\BB\Spool\public
  79.  
  80. # *--------------------------------------------------------------------*
  81. # *   TempDir is used for temporary work files by MAIL and other       *
  82. # *   programs                                                         *
  83. # *--------------------------------------------------------------------*
  84. TempDir=\BB\Tmp
  85.  
  86. # *--------------------------------------------------------------------*
  87. # *   ArchiveDir is the directory used by news to archive old          *
  88. # *   articles.  This variable is new with release 1.11m and is        *
  89. # *   required.                                                        *
  90. # *--------------------------------------------------------------------*
  91. ArchiveDir=\BB\uupc\archive
  92.  
  93. # *--------------------------------------------------------------------*
  94. # *   Extension for mailboxes.  The default if omitted is no           *
  95. # *   extension; the suggested value is SPB (Snuffles Polar            *
  96. # *   Bear, our resident chocolate expert), which was chosen to be     *
  97. # *   unique.                                                          *
  98. # *--------------------------------------------------------------------*
  99. MailExt=BOX
  100.  
  101.  
  102.  
  103. # *--------------------------------------------------------------------*
  104. # *   UNIX systems support case-sensitive file names ("XXXX" is        *
  105. # *   not the same file as "xxxx") up to 14 characters in length.      *
  106. # *   Because MS-DOS only supports single case names up to 11 char-    *
  107. # *   acters in length, UUPC\extended has to map UNIX mixed case       *
  108. # *   names into unique valid DOS names to avoid duplicate files.      *
  109. # *                                                                    *
  110. # *   The default character set it uses to map names includes all      *
  111. # *   the characters that were valid in the Heath\Zenith OEM           *
  112. # *   version of MS-DOS 3.1, and should be fine for most purposes.     *
  113. # *   However, of you need to change the character set, you can;       *
  114. # *   BE SURE TO CLEAR YOUR SPOOL DIRECTORY before changing this       *
  115. # *   variable.                                                        *
  116. # *--------------------------------------------------------------------*
  117. #CharSet=!#$%&'()-0123456789@^_`abcdefghijklmnopqrstuvwxyz{}~
  118. CharSet=0123456789abcdefghijklmnopqrstuvwxyz
  119. #CharSet=0123456789@abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
  120.  
  121. # *--------------------------------------------------------------------*
  122. # *   UUPC\extended supports optional anonymous UUCP, that is          *
  123. # *   systems you have not explicitly defined in your SYSTEMS file     *
  124. # *   being allowed to login to your system for file transfers and     *
  125. # *   any other commands that you authorize.  To enable this           *
  126. # *   support, uncomment the following keywored and set it to the      *
  127. # *   times remote systems are allowed to login.                       *
  128. # *                                                                    *
  129. # *   Note: You must also update the PERMISSN file for the system      *
  130. # *   *anonymous                                                       *
  131. # *--------------------------------------------------------------------*
  132. #AnonymousLogin=Any
  133.  
  134. # *--------------------------------------------------------------------*
  135. # *   Program information.  These parameters are new and required      *
  136. # *   in release 1.08c.                                                *
  137. # *--------------------------------------------------------------------*
  138.  
  139. # *--------------------------------------------------------------------*
  140. # *   RMAIL is the program invoked by both MAIL and UUCICO to          *
  141. # *   deliver mail on your system.  It's full path name should be      *
  142. # *   specified.  If only the name is specified, it will search        *
  143. # *   the current directory and your path, which is not as secure.     *
  144. # *   Note that the path name should be where you actually put the     *
  145. # *   program.                                                         *
  146. # *--------------------------------------------------------------------*
  147. path=C:\Bin;.
  148. rmail=\Bin\rmail.exe
  149.  
  150. # *--------------------------------------------------------------------*
  151. # *   RNEWS is a stub module for receiving news; it just dumps all     *
  152. # *   the news in the news directory (below).  Normally, you won't     *
  153. # *   even get news from other hosts unless they have it and you       *
  154. # *   ask for it.  Like RMAIL, specify the full path.                  *
  155. # *--------------------------------------------------------------------*
  156. rnews=\Bin\rnews.exe
  157.  
  158. # *--------------------------------------------------------------------*
  159. # *   Improperly addressed mail can loop if two systems are            *
  160. # *   configured in such a fashion that each think the other           *
  161. # *   should handle it.  By checking the number of "Received:"         *
  162. # *   lines in mail headers, mail catches the loop, sooner or          *
  163. # *   later.  You can leave it at the default, 20 hops, or lower       *
  164. # *   it if you are a dead-end (leaf) node.                            *
  165. # *--------------------------------------------------------------------*
  166. MaximumHops=15
  167.  
  168. # *--------------------------------------------------------------------*
  169. # *   If you invoke UUPC\extended to answer the phone, you must        *
  170. # *   define the device to take the incoming calls, as shown           *
  171. # *   below.  This can be the name of any modem configuration file     *
  172. # *   (*.MDM) in the UUPC\extended configuration directory.            *
  173. # *--------------------------------------------------------------------*
  174. InModem=Zyxel
  175.  
  176. # *--------------------------------------------------------------------*
  177. # *   Information used by the Mail User's Shell, if installed          *
  178. # *   MushDir defines where to look for additional MUSH files;         *
  179. # *   This (commented out) default says look in the UUPC\extended      *
  180. # *   configuration directory.                                         *
  181. # *--------------------------------------------------------------------*
  182. #MushDir=C:\lib\uupc
  183.  
  184. #
  185. #       System boolean options; if not specified, the default
  186. #       for each option is off, that is the option prefixed by
  187. #       "no".
  188. #
  189. #       These options can only be specified in the system
  190. #       configuration file.  They cannot be listed in the PERSONAL.RC
  191. #       file or changed via the options (o) command in mail.
  192. #
  193.  
  194. #       Option "bang" causes addressing information to be written
  195. #       in node!user format, instead of the default user@node.domain
  196. #       format.  Don't use it unless your mail server cannot handle
  197. #       RFC-822 mail.
  198. options=nobang
  199. #       Option "directory" causes mail to be delivered to subdirectories
  200. #       built from the maildir (above) and the user's name; for example,
  201. #       with the "directory" option, mail for "moi" will be delivered
  202. #       to \lib\uupc\moi\newmail.  Useful mostly for networked PC's.
  203. options=directory
  204.  
  205. #       Option "multiqueue" directs rmail to queue up only one copy of
  206. #       mail for multiple addressees routed via the same host.  This
  207. #       was the default previous to release 1.09c.
  208. options=multiqueue
  209.  
  210. # *--------------------------------------------------------------------*
  211. # *   Option "syslog" directs UUCICO to write a system log entry       *
  212. # *   for each file transferred.  This was not supported previous      *
  213. # *   to release 1.11k, but was the default in that release.           *
  214. # *--------------------------------------------------------------------*
  215. # options=syslog
  216.  
  217. # *--------------------------------------------------------------------*
  218. # *              Default personal configuration section                *
  219. # *--------------------------------------------------------------------*
  220.  
  221. # *--------------------------------------------------------------------*
  222. # *   Note that specific user information goes in the PERSONAL.RC      *
  223. # *   file, the name of which is defined by the environment            *
  224. # *   variable UUPCUSRRC.  However, any value allowed in in the        *
  225. # *   PERSONAL.RC file can also be added here, which will make the     *
  226. # *   value a global default.                                          *
  227. # *--------------------------------------------------------------------*
  228.  
  229.  
  230. # *--------------------------------------------------------------------*
  231. # *            The follow global defaults are suggested                *
  232. # *--------------------------------------------------------------------*
  233. BackupExt=BAK
  234. # Options=autosign autoedit autoinclude backup dot purge verbose
  235. options=verbose autosign autoinclude autoedit autoprint directory
  236. options=suppresscopyright
  237.