home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / mailers / iut140g.zip / ADVANCED.ARJ / IUTIL.CFG < prev   
Text File  |  1993-05-27  |  6KB  |  195 lines

  1. ;
  2. ;   Example-configuration for IUTIL 1.40 Gamma
  3. ;
  4. ;   IUTIL 1.40 Gamma  (C) by IMAIL INC., Munich
  5. ;   written by Andreas Klein, 2:246/47@FidoNet, 57:49/0@IntlNet
  6. ;
  7. ;   Global configuration
  8. ;
  9. ; ===========================================================================
  10. ;
  11. ; Some general hints
  12. ;
  13. ; ===========================================================================
  14. ;
  15. ; Some general information concerning the config-reader (especially for the
  16. ; CONVERT function):
  17. ;
  18. ; IUTIL reads IUTIL.CFG top-down. Therefore the last statement shows effect on
  19. ; the program's behavior. For example
  20. ;
  21. ; GRINFO  ABCD ECHOMAIL
  22. ; GRINFO  CDEF ECHO_INFO
  23. ;
  24. ; causes groups A and B to be set to ECHOMAIL and CDEF to ECHO_INFO. The
  25. ; ECHOMAIL-seeting for CD is overwritten by the second statement. The
  26. ; information from previous statements is not overtaken if the statement
  27. ; appears again for the same group/echo. This affects all types of statements.
  28. ;
  29. ; When creating the configuration of the different programs, settings from
  30. ; the GEN*-statements are overwritten by matching settings of GR*-statements.
  31. ; Settings of GR*-statements are overwritten by matching settings of EC*-
  32. ; statements. Then GEN*-statements show effect as long as no matching GR*- and
  33. ; EC*-statement is present, the GR*-statements show effect as long as no
  34. ; matching EC*-statement is present.
  35. ;
  36. ; Consider both things, the top-down-effect and the general-special effect
  37. ; when writing your configs. For example the echo IMAILDEV, group M should
  38. ; be transfered into a bbs-config. The example only looks at the READ-security.
  39. ; But this is valid for all other statements, too.
  40. ;
  41. ; GENREAD   32000          ; default READ-security-level is 32000
  42. ; GENREAD   16000          ; default READ-security-level is now 16000
  43. ;
  44. ; GRREAD  IJM 2000         ; READ-security for groups IJM is 2000.
  45. ;
  46. ; ECREAD  IMAIL* 1000      ; READ-security for all echos starting with "IMAIL"
  47. ;                          ; is set to 1000, the group is no longer relevant.
  48. ;
  49. ; ECREAD  IMAILDEV 16000   ; READ-security for IMAILDEV is set to 16000
  50. ;
  51. ;
  52. ; All EC*-statements allow now the use of wildcards (?*). So statements like
  53. ;
  54. ;    ECREAD I.*    1000
  55. ;    ECREAD SYSOP* 2000
  56. ;
  57. ; are possible.
  58. ;
  59. ;  Some EC*-tags are reserved for predefined IMAIL-echos:
  60. ;
  61. ;  BADMAIL               badmailboard
  62. ;  DUPES                 dupeboard
  63. ;
  64. ; After an EC*-statement, only one echo-tag can be specified. But you
  65. ; can put more than one group behind the GR*-statements.
  66. ;
  67. ; ===========================================================================
  68. ;
  69. ; Global options
  70. ;
  71. ; ===========================================================================
  72. ;
  73. ; Delete the *.BAK-files after reaching the end of each section.
  74. ;
  75. ; DELETEBACKUP
  76. ;
  77. ; Defines the IUTIL-log. Default is IUTIL.LOG in the current directory
  78. ;
  79. ;LOG C:\FD\LOG\IUTIL.LOG
  80. ;
  81. ; Defines the loglevel (the information which should be written into the log)
  82. ;
  83. ; Possible parameters are:
  84. ;
  85. ;          DISABLED  no logging
  86. ;          FATAL     Fatal Errors          (!)
  87. ;          ERROR     Other Errors          (?)
  88. ;          PROGRAM   Execution information ($)
  89. ;          BRIEF     Brief messages        (+)
  90. ;          TRIVIAL   Trivial messages      (-)
  91. ;          DEBUG     Debuglevel            ( )
  92. ;
  93. ;          DEBUG will slow down IUTIL because lot of things are written
  94. ;          to the logfile.
  95. ;
  96. LOGLEVEL FATAL ERROR PROGRAM BRIEF TRIVIAL
  97. ;
  98. ; Defines whether IUTIL should support the sharing of files (network, multi-
  99. ; tasking environment). This statement should only be used if SHARE has
  100. ; been loaded.
  101. ; If sharing should be enabled at the start of IUTIL, use the commandline
  102. ; switch /SHARING
  103. ;
  104. ;SHARING
  105. ;
  106. ; This statement disables the short wait time at the end of IUTIL. This can
  107. ; also be done with the commandline switch /NOWAIT.
  108. ;
  109. ;NOWAITATEND
  110. ;
  111. ; ===========================================================================
  112. ;
  113. ; IMAIL section, IMAIL config-path
  114. ;
  115. ; ===========================================================================
  116. ;
  117. [Imail]
  118. ;
  119. ; Path to the IMAIL-configuration.
  120. ; If you have defined the IMAIL-environment variable, this statement can be
  121. ; omitted.
  122. ;
  123. PATH C:\FD\IMAIL\
  124. ;
  125. ;
  126. ; ===========================================================================
  127. ;
  128. ; AAC section
  129. ;
  130. ; ===========================================================================
  131. ;
  132. ; Read AAC-configuration from IUT_AAC.CFG.
  133. ;
  134. ;INCLUDE IUT_AAC.CFG
  135. ;
  136. ; ===========================================================================
  137. ;
  138. ; ECHOMAINT section
  139. ;
  140. ; ===========================================================================
  141. ;
  142. ; Read ECHOMAINT-configuration from IUT_ECHO.CFG.
  143. ;
  144. ;INCLUDE IUT_ECHO.CFG
  145. ;
  146. ; ===========================================================================
  147. ;
  148. ; CONVERT section
  149. ;
  150. ; ===========================================================================
  151. ; FrontDoor section
  152. ; ===========================================================================
  153. ;
  154. ; Read FrontDoor-configuration from IUT_FD.CFG.
  155. ;
  156. INCLUDE IUT_FD.CFG
  157. ;
  158. ; ===========================================================================
  159. ; Remote Access section
  160. ; ===========================================================================
  161. ;
  162. ; Read Remote Access-configuration from IUT_RA.CFG.
  163. ;
  164. INCLUDE IUT_RA.CFG
  165. ;
  166. ; ===========================================================================
  167. ; QuickBBS section
  168. ; ===========================================================================
  169. ;
  170. ; Read QuickBBS-configuration from IUT_QBBS.CFG.
  171. ;
  172. ;INCLUDE IUT_QBBS.CFG
  173. ;
  174. ; ===========================================================================
  175. ; SuperBBS section
  176. ; ===========================================================================
  177. ;
  178. ; Read SuperBBS-configuration from IUT_SBBS.CFG.
  179. ;
  180. ;INCLUDE IUT_SBBS.CFG
  181. ;
  182. ; ===========================================================================
  183. ; Areas.BBS and similar files section
  184. ; ===========================================================================
  185. ;
  186. ;
  187. ; Read Areas.BBS-like files configuration from IUT_AREA.CFG.
  188. ;
  189. ;INCLUDE IUT_AREA.CFG
  190. ;
  191. ;INCLUDE IUT_ARE1.CFG
  192. ;
  193. ;INCLUDE IUT_ARE2.CFG
  194. ;
  195.