home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / BBSDOOR2.ARJ / RAVIP102.ZIP / SAMPLE.CFG < prev    next >
Text File  |  1995-01-11  |  8KB  |  201 lines

  1. ; Sample RaVip configuration file (1.02)
  2. ;
  3. ; You can use this, with modifications, to get started.
  4. ; You may wish to delete all comment lines once you are sure of setup, 
  5. ; the config will be read that much faster then.
  6. ;
  7. ; Comments are designated with the semi-colon in column one.
  8. ; Use to comment out any value not used.
  9. ;
  10. ; The MsgBase path and Board number are where the message to the
  11. ; SYSOP, about the VIP caller will be posted.
  12. ;
  13. ;==========================================================================
  14. ; The following Keywords are the Basic setup items for messages sent to
  15. ; the Message Base.
  16. ;===========================================================================
  17. ; MsgBase :
  18. ; Either path to HUDSON message base, or if JAM, then JAM base name
  19. ; with full path.
  20. ; JAM might look like this: MsgBase=F:\JAM\GENERAL  (no extension)
  21. ;
  22. MsgBase=f:\ra\msgbase
  23. ;
  24. ; BaseType would be H for Hudson or J for JAM
  25. ;
  26. BaseType=H
  27. ;
  28. ;Board - If posting to HUDSON, then you need to give the message
  29. ;        area number. It MUST be ZERO padded to 3 digits.
  30. ;        It may be left active, with JAM, as it is ignored.
  31. ;
  32. Board=027
  33. ;
  34. ; Echo
  35. ; Tells RaVip that the message area specified above is an EchoMail
  36. ; area, and to handle the message accordingly. This will allow the Sysop
  37. ; message to be Exported by your tosser, to another system
  38. ; If you activate ECHO, and also NET (below) RaVip will display an error
  39. ; message and abort.
  40. ;
  41. ;Echo
  42. ;
  43. ;
  44. ; Origin=
  45. ; If you have Echo activated, then we need to put in an Origin Line.
  46. ; Keep this to a maximum of 50 characters after the equals sign.
  47. ; Anymore than 50 characters will be ignored.
  48. ; Do NOT include your Node number, it will be added automatically.
  49. ; A Tear Line (---) is automatically added if ECHO is set.
  50. ;
  51. Origin=A RemoteAccess System - Using RaLin RA Utilities!
  52. ;
  53. ;=======================================================================
  54. ; This group of Keywords sets some values for the program in general
  55. ;=======================================================================
  56. ; Sysop - Your name as sysop, to be inserted via message macro
  57. ; does not have to match that in config.ra Fist name only is OK.
  58. ; NOTE: This name is used to address the message to Sysop, if none
  59. ; is given in MsgTo below.... keep this in mind.
  60. ;
  61. Sysop=Rand Nowell
  62. ;
  63. ; System - your BBS Name
  64. ; Does not have to match that in config.ra
  65. ;
  66. System=The RaLin Software BBS
  67. ;
  68. ;
  69. ; NoDrop - Some Door's allow hanging up while in the door, the Mail Door
  70. ; JC-QWK comes to mind, and some of them, as does JC-QWK, write a line to
  71. ; the RA.LOG. You can specify string fragments here to scan for, if found,
  72. ; the Dropped Carrier flag will be set to false. As the Carrier Lost string 
  73. ; always the last, or next to last line in the LOG, the doors string will be 
  74. ; found after the Carrier Lost. Theoreticaly. :)
  75. ;  List strings, one per line in the format NoDrop=string
  76. ;  "string" being what RAVIP is supposed to search for.
  77. ;   CASE IS CRITICAL!  Must MATCH!
  78. ;   You may list up to 10 door strings, one per line, up to 25 characters
  79. ;   You could also define a User Name here.
  80. ;   See RAVIP.DOC for more info.
  81. ;
  82. NoDrop=JC-QWK
  83. ;NoDrop=Security level 100
  84. ;
  85. ;
  86. ; LogFile - Allows you to specify the location and name of the log file 
  87. ; RAVIP will create/write.  If you do not specify one, the default is
  88. ; RAVIP.LOG in the same directory as RAVIP.EXE
  89. ;
  90. LogFile=F:\RA\LOGS\RAVIP.LOG
  91. ;
  92. ;
  93. ; ExpandedLog
  94. ; RA can generate a COMPACT or EXPANDED format logfile. RAVIP is designed to
  95. ; work with the COMAPACT format.  You can specify here, that you are using
  96. ; EXPANDED, and RAVIP will do some adjusting on where it obtains the
  97. ; log entry date and time, as it is written differently  by RA in this format.
  98. ; You do not need to specify Compact, as this is the default.
  99. ; Also tells RAVIP to use a different method to determine when the current
  100. ; session has been completly read.
  101. ;
  102. ;ExpandedLog
  103. ;
  104. ;
  105. ; CopyColumn
  106. ; This works in conjunction with ExpandedLog.....
  107. ; When running in multi-line mode, RA will write RA01/RA02 etc to the
  108. ; logfile line.  This will throw of the username copying procedure in RAVIP,
  109. ; as it is coded to use a specific position, based on COMPACT format
  110. ; log, ie: Column #13 (this is the default, if not configured)
  111. ; Load your RA.LOG(s) into an editor, and count over from column one, to the
  112. ; first letter of the user name. Multi-Node and Expanded format, this will
  113. ; probably be about 24.  Enter this value after the CopyColumn keyword.
  114. ;
  115. CopyColumn=13
  116. ;
  117. ;
  118. ;************************************************************************
  119. ; The following items are used only if you want a Net Mail message
  120. ; posted rather than the default messagebase message.
  121. ;************************************************************************
  122. ;
  123. ; Net-
  124. ; By default, the mode is "Local". Or you can, as explained earlier
  125. ; have an EchoMail message created in an EchoMail message area.
  126. ; If you want a Netmail message, then you need to set the
  127. ; mode to NET.  This setting over-rides the Hudson/Jam and Board settings
  128. ; earlier. You do Not need to comment them out if Net is activated.
  129. ; If you specify Net here, and Echo above, RaVip will abort with an
  130. ; Error Message
  131. ;
  132. Net
  133. ;
  134. ; CRASH and KILL
  135. ; These determine if a NETmail message should be CRASHED to its destination,
  136. ; and if it should be KILLED (deleted) after being sent.  By default,
  137. ; messages are NOT crashed, and they are NOT killed.
  138. ;
  139. ; NOTE! You should NOT use these flags when you have the message being
  140. ; generated to your OWN system!
  141. ;
  142. ;Crash
  143. ;Kill
  144. ;
  145. ; FromNode-
  146. ; This should be your Fido, or other, Netmail Address. Points supported.
  147. ; This should ALWAYS be defined, if you run a Mailer, doing Netmail and
  148. ; EchoMail.  Even in EchoMail, the originating address is used, then your
  149. ; tosser inserts the Destination Address, once it has decided who the
  150. ; message is being sent to.
  151. ;
  152. FromNode=1:161/710
  153. ;
  154. ;
  155. ; ToNode-
  156. ; If sending the message to another system then set this to that systems
  157. ; Node, ELSE, leave it the same as the FromNode.
  158. ; Example, if you are just having the message posted to your own system,
  159. ; make this the same as FromNode.
  160. ;
  161. ; If you wish to send to a Co-Sysop on another system, or youre-self on
  162. ; another system, then put THAT systems address here.
  163. ;
  164. ToNode=1:161/710
  165. ;
  166. ;
  167. ; MsgTo=
  168. ; If the addressee is say a Co-Sysop, then put their name here, if you are
  169. ; having the message sent to YOU, but at another address, then leave this
  170. ; KeyWord commented out. If this value is NOT defined, then RaVip puts the
  171. ; name specified as SysopName in the TO: field.
  172. ;
  173. ;MsgTo=Rand Nowell
  174. ;
  175. ;
  176. ; Semaphore
  177. ; When running in a multi-node setup, if RaVip is run after a BBS call on
  178. ; another Node, that does not have a mailer installed, your Front End Mailer
  179. ; will most likely not know there is a message ready.
  180. ; If Semaphore contains a valid filename, that files date/time will be
  181. ; updated.  When your mailer does its "semaphore check" every few seconds,
  182. ; it will see that the time/date is new, and force a Rescan of the messages
  183. ; in the Mail Directory.
  184. ;
  185. ; If you run a single node, you really do not need this, as you will most
  186. ; likely be exiting the mailer to run the BBS, and the mailer will, upon
  187. ; starting up agin, rescan the messages.
  188. ; The example below is for the FrontDoor mail system
  189. ;
  190. Semaphore=E:\FD\FDRESCAN.NOW
  191. ;
  192. ; MailPath-
  193. ; Use this specify where you want the message written, ie: where your mailer
  194. ; will scan for new messages. (*.MSG)
  195. ;
  196. MailPath=e:\fd\mail
  197. ;
  198. ;============================================================================
  199. ; end of RAVIP config
  200. ;============================================================================
  201.