home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / trn_197b.zip / uupc.rc < prev   
Text File  |  1995-02-01  |  9KB  |  216 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=veces
  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=veces.bb.bawue.de
  29.  
  30. #       Postmaster is where to deliver all mail that has a problem,
  31. #       like an invalid user id.  This parameter is new and required
  32. #       in release 1.08c.  Don't forget to read postmaster's mail
  33. #       every so often!
  34. postmaster=postmast
  35.  
  36. #       Mailserv is the system all mail will be sent if it is not
  37. #       destined for the local system (this PC) or another system
  38. #       known to this system listed in the SYSTEMS file.  Note that
  39. #       the system defined as your mail server must be listed in the
  40. #       SYSTEMS file, otherwise UUIO and MAIL will fail.
  41. MailServ=aragon
  42.  
  43. #       Directories used by UUPC.  The simplest thing to do is to decide
  44. #       on the top directory (in this example C:\LIB\UUPC), define that
  45. #       as the Configuration directory, and then define the other system
  46. #       related directories as sub-directories of the configuration
  47. #       Directory.  Note that all of the directories listed below can be
  48. #       Left 'as-is', and UUPC will create them automatically.
  49. #
  50. #       UUPC.RC and PERSONAL.RC can also be placed in the configuration
  51. #       Directory, but the full path and file names must be defined
  52. #       in your AUTOEXEC.BAT anyway.
  53.  
  54. #       ConfDir is the configuration directory for UUPC; the SYSTEMS,
  55. #       PASSWD (if used) and HOSTPATH (if used) files must be placed
  56. #       in this directory.
  57. ConfDir=c:\usr\uupc\config
  58.  
  59. #       MailDir is where incoming mail is placed before it is read.
  60. MailDir=c:\usr\uupc\mail
  61.  
  62. #       NewsDir is where any news (if you arrange for it) will be dumped
  63. #       by UUPC rnews processing.  UUPC really doesn't have news support.
  64. NewsDir=e:\spool\news
  65.  
  66. #       SpoolDir is where outgoing mail queued for other systems, and where
  67. #       the LOGFILE recording various UUIO information is recorded.
  68. SpoolDir=e:\spool\uupc
  69.  
  70. #       PubDir is where files are transferred to.
  71. PubDir=c:\usr\uupc\public
  72.  
  73. #       TempDir is used for temporary work files by both MAIL and UUPC.
  74. TempDir=e:\spool\uupc\tmp
  75.  
  76. # *--------------------------------------------------------------------*
  77. # *   ArchiveDir is the directory used by news to archive old          *
  78. # *   articles.  This variable is new with release 1.11m and is        *
  79. # *   required.                                                        *
  80. # *--------------------------------------------------------------------*
  81. ArchiveDir=c:\usr\uupc\archive
  82.  
  83. # *--------------------------------------------------------------------*
  84. # *   Extension for mailboxes.  The default if omitted is no           *
  85. # *   extension; the suggested value is SPB (Snuffles Polar            *
  86. # *   Bear, our resident chocolate expert), which was chosen to be     *
  87. # *   unique.                                                          *
  88. # *--------------------------------------------------------------------*
  89. #MailExt=SPB
  90.  
  91. #       Program information.  These parameters are new and required
  92. #       in release 1.08c.
  93.  
  94. #       RMAIL is the program invoked by both MAIL and UUIO to deliver
  95. #       mail on your system.  It's full path name should be specified.
  96. #       If only the name is specified, it will search the current
  97. #       directory and your path, which is not as secure.  Note that the
  98. #       path name should be where you actually put the program.
  99. # rmail=c:\usr\uupc\bin\rmail.exe
  100.  
  101. #       RNEWS is a stub module for receiving news; it just dumps
  102. #       all the news in the news directory (below).  Normally,
  103. #       you won't even get news from other hosts unless they have it
  104. #       and you ask for it.  Like RMAIL, specify the full path.
  105. # rnews=c:\usr\trn\lib\rnews.exe
  106. Uncompress=gzip -d %s
  107.  
  108. #       Inproperly addressed mail can loop if two systems are configured
  109. #       in such a fashion that each think the other should handle it.
  110. #       By checking the number of "Received:" lines in mail headers,
  111. #       mail catches the loop, sooner or later.  You can leave it
  112. #       at the default, 20 hops, or lower it if you are a dead-end
  113. #       (leaf) node.
  114. #MaximumHops=20
  115.  
  116. #       UUPC/extended also allows controlling how long to wait for
  117. #       packets of data from the other systems it communicates with,
  118. #       and how long to wait for a specialized character called the
  119. #       sync character.  If you get a lot of timeout errors during
  120. #       otherwise succlessful connections, you can raise these
  121. #       values.  Note that raising the packet timeout automatically
  122. #       raises the default sync timeout, so leave the sync timeout
  123. #       commented out unless you have specific reason to do change
  124. #       it.
  125. #PacketTimeout=10
  126. #SynchronizeTimeout=11
  127.  
  128. #       The maximum number errors allowed by UUPC/extended per packet
  129. #       can be raised if you get a lot of errors on the line which
  130. #       cause the connection to drop; however, you may want to check
  131. #       the communications equipment first.
  132. #MaximumErrors=10
  133.  
  134. #       Just to be kinky, you can up the size of the memory buffer
  135. #       used for files transferred.  This can improve performance
  136. #       on a floppy based system.  This number must be the lesser of
  137. #       32767 and the amount available on the program heap.  (You may a
  138. #    debugger to determine this latter value.)
  139. #TransferBuffer=512
  140.  
  141. #    If you invoke UUPC/extended to answer the phone, you must define
  142. #    the device to take the incoming calls, as shown below.  This can be
  143. #    the name of any modem configuration file (*.MDM) in the UUPC/extended
  144. #    configuration direcory.
  145. InModem=DIGI144
  146.  
  147. #       Information used by the Mail User's Shell, if installed
  148. #       MushDir defines where to look for additional MUSH files;
  149. #       This (commented out) default says look in the UUPC/extended
  150. #       configuration directory.
  151. #MushDir=e:\usr\uupc\mush
  152.  
  153. #
  154. #       System boolean options; if not specified, the default
  155. #       for each option is off, that is the option prefixed by
  156. #       "no".
  157. #
  158. #       These options can only be specified in the system
  159. #       configuration file.  They cannot be listed in the PERSONAL.RC
  160. #       file or changed via the options (o) command in mail.
  161. #
  162.  
  163. #       Option "bang" causes addressing information to be written
  164. #       in node!user format, instead of the default user@node.domain
  165. #       format.  Don't use it unless your mail server cannot handle
  166. #       RFC-822 mail.
  167. options=nobang
  168. #       Option "directory" causes mail to be delivered to subdirectories
  169. #       built from the maildir (above) and the user's name; for example,
  170. #       with the "directory" option, mail for "moi" will be delivered
  171. #       to /lib/uupc/moi/newmail.  Useful mostly for networked PC's.
  172. options=nodirectory
  173.  
  174. #       Option "multiqueue" directs rmail to queue up only one copy of
  175. #       mail for multiple addressees routed via the same host.  This
  176. #       was the default previous to release 1.09c.
  177. options=multiqueue
  178.  
  179. # *--------------------------------------------------------------------*
  180. # *   Option "syslog" directs UUCICO to write a system log entry       *
  181. # *   for each file transferred.  This was not supported previous      *
  182. # *   to release 1.11k, but was the default in that release.           *
  183. # *--------------------------------------------------------------------*
  184. options=nosyslog
  185.  
  186. #
  187. #       Default personal configuration section
  188. #
  189.  
  190. # we don't use snews as news reader
  191. options=nosnews
  192.  
  193. #
  194. # we have OS/2 with long filename support
  195. options=longname
  196.  
  197. #       (No defaults are defined).  Note that specific user information
  198. #       goes in the PERSONAL.RC file, the name of which is defined by the
  199. #       environment variable UUPCSYSRC.
  200.  
  201.  
  202. # *--------------------------------------------------------------------*
  203. # *            The follow global defaults are suggested                *
  204. # *--------------------------------------------------------------------*
  205. BackupExt=BAK
  206. Options=autosign autoedit autoinclude backup dot purge verbose
  207.  
  208. #
  209. #
  210. options=syslog
  211. options=showspool
  212. options=history
  213. options=HonorControl
  214.  
  215.