home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / sqld100p.lzh / SAMPLE.CFG < prev    next >
Text File  |  1993-03-13  |  11KB  |  190 lines

  1. ;+-------------------------------------------------------------------------
  2. ;     S Q U A L I D   S A M P L E   C O N F I G U R A T I O N   F I L E
  3. ;+-------------------------------------------------------------------------
  4. ;  Standard Squish items:
  5. ;    your primary and secondary addresses and the path to the netmail area
  6. Address     3:631/100 9:90/901
  7. Address     43:291/8
  8. NetArea     NETMAIL     F:\Net\Mail
  9. BadArea     BAD_MSGS    F:\Net\Bad
  10. LogLevel    4
  11. ;+-------------------------------------------------------------------------
  12. ;  SQUALID Section.
  13. ;+-------------------------------------------------------------------------
  14. ;  T H E   F I R S T   F E W   I T E M S   A R E   O P T I O N A L
  15. ;+-------------------------------------------------------------------------
  16. App Squalid Sysop          Joe Sysop
  17. App Squalid LogFile        F:\Logfiles\Squalid.Log
  18. App Squalid LogLevel       2     ;This overrides the LogLevel keyword above
  19.                  ;( for Squalid only, of course! )
  20. ;+-------------------------------------------------------------------------
  21. ;  Alias AreaFix recommended
  22. ;+-------------------------------------------------------------------------
  23. App Squalid Alias          AreaFix
  24. App Squalid Alias          AreaMgr
  25. ;+-------------------------------------------------------------------------
  26. ;   |                                                                   |
  27. ;   |                E S S E N T I A L   I T E M S                      |
  28. ;   |                                                                   |
  29. ;   |   The following items are ESSENTIAL for correct operation of      |
  30. ;   |   Squalid. (User, Group, Zones)                                   |
  31. ;   |                                                                   |
  32. ;+-------------------------------------------------------------------------
  33. ;  Define all of your downlinks with User statements
  34. ;  App Squalid User <address> <password> [<keys>] [@<aka> ...] [#<user_name>]
  35. ;+-------------------------------------------------------------------------
  36. App Squalid User 3:631/199 GRONK    RQFS  @43:291/19 #Tomasso_Albinoni
  37. App Squalid User 3:631/197 PASSWORD       @43:291/17 #Luigi_Boccherini
  38. App Squalid User 3:631/185 JOHNBLOW
  39. App Squalid User .1        KATYDID  RQF              #Jean-Philippe_Rameau
  40. ;+-------------------------------------------------------------------------
  41. ;  Groups - enough to contain all zone numbers in your echo list
  42. ;+-------------------------------------------------------------------------
  43. ;  App Squalid Group <Group tag> [*]
  44. ;+-------------------------------------------------------------------------
  45. App Squalid Group FidoNet
  46.    ;  Zones <zone> [<zone> ... ]
  47.    App Squalid Zones 1 2 3 4 5 6
  48.    ;+----------------------------------------------------------------------
  49.    ;  The rest of the Group specification is optional
  50.    ;+----------------------------------------------------------------------
  51.    ;  Auto parameters for created areas
  52.    ;+----------------------------------------------------------------------
  53.    App Squalid AutoLocks S
  54.    App Squalid AutoFlags -0_-$
  55.    ;+----------------------------------------------------------------------
  56.    ;  File sent in response to -L subject line switch
  57.    ;+----------------------------------------------------------------------
  58.    App Squalid Elist F:\echolist\FidoNet.Na
  59.    ;+----------------------------------------------------------------------
  60.    ;  Zero or more Uplink definitions:
  61.    ;
  62.    ;  App Squalid Uplink <address> <request_password> <echo_search_list>
  63.    ;
  64.    ;  the file is searched when squalid is unable to satisfy an add request
  65.    ;  and if a match is made, a request is generated to the appropriate
  66.    ;  uplink.
  67.    ;+----------------------------------------------------------------------
  68.    App Squalid Uplink 3:631/0    rimsky      F:\echolist\FidoHost.Eco
  69.    App Squalid Uplink 3:639/200  korsakoff   F:\echolist\OtherHst.Eco
  70. ;+-------------------------------------------------------------------------
  71. ;  EndGroup optional
  72. ;+-------------------------------------------------------------------------
  73. ;  Asterix denotes 'default' group - if undeterminable from scan list,
  74. ;                                    or from App Squalid Info @<group>,
  75. ;                                    or from App Squalid BlockInfo @<group>
  76. App Squalid Group fakeNet *
  77. App Squalid    Zones 43
  78. App Squalid    AutoFlags -$_-p43:291/8
  79. App Squalid    Elist F:\echolist\fakeEcho.Doc
  80. App Squalid    Uplink 43:291/1 Scheidt F:\echolist\fakeecho.raw
  81. App Squalid EndGroup
  82.  
  83. ;  Minimal group definition...recommended for every zone you or your
  84. ;  uplinks belong to.
  85. App Squalid Group mygroup
  86. App Squalid    Zones 88 89
  87.  
  88. ;+-------------------------------------------------------------------------
  89. ;
  90. ;   E V E R Y T H I N G   B E L O W   H E R E   I S   O P T I O N A L
  91. ;
  92. ;+-------------------------------------------------------------------------
  93. ;  Set security locks for functions
  94. ;+-------------------------------------------------------------------------
  95. App Squalid RescanLock     R
  96. App Squalid Query          Q
  97. App Squalid Forward        F
  98. App Squalid NotifyInclude  N
  99. ;+-------------------------------------------------------------------------
  100. ;  Change default rescan command and filename
  101. ;+-------------------------------------------------------------------------
  102. ;App Squalid RescanCmd     SQUISHP RESCAN
  103. ;App Squalid RescanFile    D:\SQUISH\SDRESCAN.CMD
  104. ;+-------------------------------------------------------------------------
  105. ;  Keep incoming requests after they're processed (default off)
  106. ;+-------------------------------------------------------------------------
  107. App Squalid SaveRequests   On
  108. ;+-------------------------------------------------------------------------
  109. ;  Delete passthrough areas from Squish.Cfg and from disk
  110. ;  when last downlink is removed (default on, example off)
  111. ;+-------------------------------------------------------------------------
  112. App Squalid KillPass       Off
  113. ;+-------------------------------------------------------------------------
  114. ;  Enable -L subjectline switch (default on, example off)
  115. ;+-------------------------------------------------------------------------
  116. App Squalid IncludeList    Off
  117. ;+-------------------------------------------------------------------------
  118. ;  Keep length of echo definition lines down to 120 chars.
  119. ;+-------------------------------------------------------------------------
  120. App Squalid MaxLineLength  120
  121. ;+-------------------------------------------------------------------------
  122. ;  Split long messages if they exceed 12 kilobytes (the K is optional)
  123. ;+-------------------------------------------------------------------------
  124. App Squalid MsgSize        12K
  125. ;+-------------------------------------------------------------------------
  126. ;   Set message attributes for messages created by Squalid
  127. ;+-------------------------------------------------------------------------
  128. App Squalid MsgFlag        Kill/Sent Crash Priv ; only initials significant
  129. App Squalid FileFlag       H P K                ; Hold, Private, Kill/Sent
  130. ;+-------------------------------------------------------------------------
  131. ;  Set format of addresses written by Squalid
  132. ;+-------------------------------------------------------------------------
  133. App Squalid NodeFormat Brief  ; prints zone:net/node for first address
  134. ;                               shortest possible for subsequent addresses
  135. ;App Squalid NodeFormat Short ; shortest possible for all addresses (default)
  136. ;App Squalid NodeFormat Long  ; zone:net/node for all addresses
  137. App Squalid Sort  On          ; sort scan list (default)
  138. App Squalid IncludePoints     ; see squalid.doc for explanation (I give up!)
  139. ;+-------------------------------------------------------------------------
  140. ;  Where to put areas created via forward requests or CREATE action
  141. ;+-------------------------------------------------------------------------
  142. App Squalid CreatePath     F:\Echo\Created
  143. ;+-------------------------------------------------------------------------
  144. ;  Path to HelpFile and to message header/trailer file
  145. ;+-------------------------------------------------------------------------
  146. App Squalid HelpFile       F:\EchoList\SDUSRMAN.DOC
  147. App Squalid Header         G:\max\Squalid.Hdr
  148. App Squalid Trailer        G:\max\Squalid.Trl
  149. ;+-------------------------------------------------------------------------
  150. ;  Optional path to Help Text file (overrides HelpFile if both are present)
  151. ;+-------------------------------------------------------------------------
  152. App Squalid HelpText       F:\EchoList\SDUSRMAN.DOC
  153. ;+-------------------------------------------------------------------------
  154. ;
  155. ;  EchoMail Definitions
  156. ;
  157. ;+-------------------------------------------------------------------------
  158. EchoArea FILMS          G:\max\Msg\fake\Film     -p43:291/8 -$ 1 9 14
  159. EchoArea GUMMI_BEARS    F:\Echo                  -p43:291/8 -0 1 9 14
  160. ;+-------------------------------------------------------------------------
  161. ;  Security locks given via Info
  162. ;+-------------------------------------------------------------------------
  163. ;  App Squalid Info <tag> [<locks>] [@<Group>]
  164. ;+-------------------------------------------------------------------------
  165. EchoArea          PILLOW_TALK F:\Echo                 -p43:291/8 -0 1 9 14
  166. App Squalid Info  PILLOW_TALK AO
  167. ;+-------------------------------------------------------------------------
  168. ; The BlockInfo keyword defines default keys (and/or group) for all areas
  169. ; up to next BlockInfo or a BlockEnd
  170. ;+-------------------------------------------------------------------------
  171. App Squalid BlockInfo S
  172. EchoArea          ZONE43      F:\Echo\Sysop\fakenet   -p43:291/8 -$ 1 9 14
  173. EchoArea          ZONE3_SYSOP F:\Echo\Sysop\Z3Sysop   -$    530
  174. App Squalid BlockInfo PRIVATE
  175. ; cute eh? Locks A,E,I,P,R,T and V
  176. EchoArea          PRIVATE_ECHO F:\Echo\Pvt\Ecko -$ 200
  177. EchoArea          SECRET_ECHO  F:\Echo\Pvt\Shhh -$ 200
  178. App Squalid BlockEnd
  179. EchoArea          GREEN_EC_O  G:\max\Msg\GreenEco     -$    43:291/14
  180. EchoArea          GREEN_EC_O  G:\max\Msg\GreenEco     -$    3:631/358 633/363
  181. EchoArea          GREEN_EC_O  G:\max\Msg\GreenEco     -$    619/916
  182. EchoArea          GREEN_EC_O  G:\max\Msg\GreenEco     -$    .1
  183. ;+-------------------------------------------------------------------------
  184. ;  this time Info forces GREEN_EC_O to Group fidonet (contrived example)
  185. ;+-------------------------------------------------------------------------
  186. App Squalid Info  GREEN_EC_O @fidonet
  187. ;+-------------------------------------------------------------------------
  188. ;  END OF FILE...please read squalid.doc :)
  189. ;+-------------------------------------------------------------------------
  190.