home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / NETWORK / UUPC11QD.ZIP / UUPC.RC < prev    next >
Encoding:
Text File  |  1991-11-09  |  14.1 KB  |  272 lines

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