home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / changi09.zip / changi.cfg < prev    next >
Text File  |  1995-06-15  |  9KB  |  215 lines

  1. # ======================================================================
  2. # Sample Configuration for Changi 0.9
  3. # ======================================================================
  4. #
  5. # Obviously all lines with # in the first column are treated as
  6. # comments. All other lines must start with a keyword, which are
  7. # not case sensitive.
  8. #
  9. # This file might be read by all programs of the Changi distribution.
  10. # However, not any program uses each item.
  11. #
  12. #
  13. # ======================================================================
  14. # Nodenames
  15. # ======================================================================
  16. #
  17. # ----------------------------------------------------------------------
  18. # Full Local Domain Name
  19. # ----------------------------------------------------------------------
  20. # Full domain name of the machine on which Changi is running. If you
  21. # do not specify this item then you must set the HOSTNAME environment
  22. # variable with the full domain name.
  23. #
  24.  
  25. #mydomain        foobar.ping.de
  26.  
  27. # ----------------------------------------------------------------------
  28. # Local Node Name
  29. # ----------------------------------------------------------------------
  30. # Node name of the machine on which Changi is running. If you do not
  31. # specify this name then Changi will use the beginning of the full
  32. # domain name up to the first dot character.
  33. #
  34.  
  35. #mynode          foobar
  36.  
  37. # ----------------------------------------------------------------------
  38. # Name of Your News Server
  39. # ----------------------------------------------------------------------
  40. # You may either give the name of your news feed here or set the
  41. # NNTPSERVER environment variable. Do not append any domain information
  42. # unless your feed is in a different domain.
  43.  
  44. #newsserver      lilly
  45.  
  46. # ======================================================================
  47. # Directories
  48. # ======================================================================
  49. #
  50. # The following applies to all directories:
  51. # -----------------------------------------
  52. # You may either specify a single directory name without any path or
  53. # you may otherwise give the full pathname. Under no circumstances
  54. # partial (relative) directory paths are acceptable. If you supply
  55. # the name of a single directory then the program will build a full
  56. # path by appending that name to the value of the CHANGIWORKDIR
  57. # environment variable.
  58. #
  59. # ----------------------------------------------------------------------
  60. # News Home Directory
  61. # ----------------------------------------------------------------------
  62. # All articles will be stored in subdirectories below this point. If
  63. # this directory does not exist, the program will create it for you.
  64. # Default is 'news'.
  65. #
  66.  
  67. #Newsdir         c:\uucp\news
  68.  
  69. # ----------------------------------------------------------------------
  70. # Spooling Directory
  71. # ----------------------------------------------------------------------
  72. # All outgoing articles will be stored in this directory. Default is
  73. # 'spool'.
  74. #
  75.  
  76. #spooldir        c:\uucp\spool
  77.  
  78. # ======================================================================
  79. # Filenames
  80. # ======================================================================
  81. #
  82. # The following applies to all filenames:
  83. # ---------------------------------------
  84. # Like with directories you may either specify the filename without
  85. # any path or with it's full pathname. If no path is given then the
  86. # program expects that file in the directory given by the contents
  87. # of the CHANGIWORKDIR environment variable.
  88. #
  89. # ----------------------------------------------------------------------
  90. # Access Permission File
  91. # ----------------------------------------------------------------------
  92. # This file should contain a list hosts with some extra information
  93. # to limit access to the Changi newsserver. Without this paramter
  94. # Changi will not apply any access restrictions, which might be
  95. # potentially dangerous if you are running the newsserver while
  96. # being connected to other hosts.
  97. #
  98.  
  99. #access          nntp_access
  100.  
  101. # ----------------------------------------------------------------------
  102. # Active.times File
  103. # ----------------------------------------------------------------------
  104. # An optional parameter specifying the name of a file, which contains
  105. # a list of new created newsgroups. By default 'active.times' will be
  106. # used. Changi will create this file automatically if a new newsgroup
  107. # is created.
  108. #
  109.  
  110. #actimes         active.times
  111.  
  112. # ----------------------------------------------------------------------
  113. # Active File
  114. # ----------------------------------------------------------------------
  115. # This file should contain a list of all active newsgroups, one per
  116. # line with some extra stuff appended. Default is 'active'.
  117. #
  118.  
  119. #active          c:\uucp\active
  120.  
  121. # ----------------------------------------------------------------------
  122. # History File
  123. # ----------------------------------------------------------------------
  124. # This file contains a record of every article that has been received.
  125. # If it does not exist, it will be created while news are coming in.
  126. # In fact Changi will use two files, one with '.pag' and another with
  127. # '.dir' as extension. So you should not specify any file extension.
  128. # Default is 'history'.
  129. #
  130.  
  131. #history         c:\uucp\news\history
  132.  
  133. # ======================================================================
  134. # Special Newsgroups
  135. # ======================================================================
  136. #
  137. # ----------------------------------------------------------------------
  138. # Duplicates
  139. # ----------------------------------------------------------------------
  140. # Name of the newsgroup to store duplicate articles. Default is
  141. # 'duplicates'.
  142. #
  143.  
  144. #dupegroup       duplicates
  145.  
  146. # ----------------------------------------------------------------------
  147. # Junk
  148. # ----------------------------------------------------------------------
  149. # Name of the newsgroup to store junked articles. Default is 'junk'.
  150. #
  151.  
  152. #junkgroup       junk
  153.  
  154. # ======================================================================
  155. # Program Calls
  156. # ======================================================================
  157. #
  158. # The following applies to all program calls:
  159. # -------------------------------------------
  160. # If you specify the name of the program without path then that
  161. # program must reside in one of the directories given by your PATH
  162. # environment variable. Otherwise you must give it's full pathname.
  163. #
  164. # ----------------------------------------------------------------------
  165. # Insert Local News
  166. # ----------------------------------------------------------------------
  167. # This program is part of the Changi distribution. However, you are
  168. # free to use a similar program from other sources. Default is 'inews'.
  169. #
  170.  
  171. #inews           c:\changi\inews
  172.  
  173. # ----------------------------------------------------------------------
  174. # Receive External News
  175. # ----------------------------------------------------------------------
  176. # Like inews this program is part of the Changi distribution and you are
  177. # free to use a similar program from another source. Default is 'rnews'.
  178. #
  179.  
  180. #rnews           c:\changi\rnews
  181.  
  182. # ----------------------------------------------------------------------
  183. # Processing Control Messages
  184. # ----------------------------------------------------------------------
  185. # Specifies the command line to be called if control messages are
  186. # received. By default 'chanco' will be called, which is part of
  187. # the Changi distribution.
  188. #
  189.  
  190. #control         c:\changi\chanco
  191.  
  192. # ----------------------------------------------------------------------
  193. # Unzip Zipped Batches
  194. # ----------------------------------------------------------------------
  195. # This program is not part of the changi distribution and you won't
  196. # need it unless you are receiving your articles from an external
  197. # newsfeed via UUCP. Default is 'gzip -d'.
  198. #
  199.  
  200. #gunzip          gzip -d
  201.  
  202. # ----------------------------------------------------------------------
  203. # Uncompress Compressed Batches
  204. # ----------------------------------------------------------------------
  205. # This program will only be used if rnews must process compressed
  206. # batches which had been received by UUCP. If you don't know what this
  207. # might be good for then you won't need it. Default is 'uncompre'.
  208. #
  209.  
  210. #uncompress      uncompre
  211.  
  212. # ======================================================================
  213. # End of Configuration
  214. # ======================================================================
  215.