home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 October / PCO1097.ISO / FilesBBS / DOS / PRP115.EXE / SAMPLE.CFG < prev    next >
Encoding:
Text File  |  1997-07-23  |  3.1 KB  |  140 lines

  1. ; sample PRP configuration (rename to PRP.CFG)
  2. ; PRP.CFG must be in the same directory as PRP.EXE
  3.  
  4. ; See PRP.DOC for a more detailed description of the
  5. ; configuration keywords in here
  6.  
  7. ; *** information about your system ***
  8.  
  9. ; your main address (zone:net/node[.point])
  10. ADDRESS=2:292/516
  11.  
  12. ; your AKA's (zone:net/node[.point],minzone-maxzone)
  13. AKA=752:320/700,751-756
  14.  
  15. ; address to be used as 'from' in the carbon copy
  16. CCFROMADDR=2:292/516.999
  17.  
  18. ; sysop name (used as 'from' in the carbon copy)
  19. SYSOPNAME=Joe Sysop
  20.  
  21. ; *** paths & filenames ***
  22.  
  23. ; path for CC packet to local sysop
  24. CCPKTPATH=C:\FD\INBOUND
  25.  
  26. ; path for copy local for cd-rom areas
  27. COPYLOCAL=C:\TEMP
  28.  
  29. ; logfile name
  30. LOGFILE=C:\PRP\PRP.LOG
  31.  
  32. ; list with magic filenames
  33. MAGIC=C:\FD\MAGIC.LST
  34.  
  35. ; path to ProBoard system directory
  36. PBPATH=C:\PB
  37.  
  38. ; file containing locked out systems
  39. TRASHCAN=C:\PRP\TRASHCAN.CTL
  40.  
  41. ; *** request limits ***
  42.  
  43. ; flags a requesting system will be assigned
  44. FLAGS=
  45.  
  46. ; same as above but for secure sessions
  47. FLAGS_SECURE=
  48.  
  49. ; file groups the requesting system has access to
  50. GROUPS=1-255
  51.  
  52. ; same as above but for secure sessions
  53. GROUPS_SECURE=1-255
  54.  
  55. ; maximum number of files a system may request (0 for no limit)
  56. MAXFILES=0
  57.  
  58. ; same as above but for secure sessions
  59. MAXFILES_SECURE=0
  60.  
  61. ; maximum number of kb a system may request (0 for no limit)
  62. MAXKB=10000
  63.  
  64. ; same as above but for secure sessions
  65. MAXKB_SECURE=0
  66.  
  67. ; maximum security level an area may have in ProBoard for a
  68. ; system to be allowed to request from it
  69. MAXLEVEL=10000
  70.  
  71. ; same as above but for secure sessions
  72. MAXLEVEL_SECURE=20000
  73.  
  74. ; *** request options ***
  75.  
  76. ; allow points to request files
  77. ALLOWPOINTS=YES
  78.  
  79. ; avoid multiple calls exceeding request limits
  80. AVOIDMULTI=YES
  81.  
  82. ; whether extensions are ignored or not (see doc for more details)
  83. CHECKEXTENSION=NO
  84.  
  85. ; unlimited requests for free file areas
  86. FREEFILES=YES
  87.  
  88. ; files requested with magic names are automatically free
  89. FREEMAGIC=YES
  90.  
  91. ; allow systems listed in the nodelist only
  92. LISTEDONLY=NO
  93.  
  94. ; should points be listed or only their bossnode
  95. LISTEDPOINTS=NO
  96.  
  97. ; send files with identical names or not (see doc for more details)
  98. SENDDUPENAME=NO
  99.  
  100. ; when to generate a report (ALWAYS, ERROR or NEVER)
  101. REPORT=ALWAYS
  102.  
  103. ; update downloadcounters
  104. UPDATECOUNTERS=NO
  105.  
  106. ; *** mailer interface options ***
  107.  
  108. ; character to prepend to filenames that should be deleted
  109. ; (change to ^ for T-Mail)
  110. ERASECHAR=-
  111.  
  112. ; character to prepend to filenames that should not be deleted
  113. ; (only prepended if PREPENDPLUS=YES)
  114. KEEPCHAR=+
  115.  
  116. ; magic filename list format (NORMAL/BINKLEY)
  117. MAGICFORMAT=NORMAL
  118.  
  119. ; prepend '+' signs (or whatever is defined in KEEPCHAR) to files
  120. ; in the response file that must not be deleted
  121. PREPENDPLUS=YES
  122.  
  123. ; use same response file as request file (required by InterMail)
  124. SAMEFILE=NO
  125.  
  126. ; use SRIF interface instead of command line interface
  127. SRIF=NO
  128.  
  129. ; *** system options ***
  130.  
  131. ; number of seconds during which to retry if access denied
  132. FILEWAIT=20
  133.  
  134. ; *** internal limits (see PRP.DOC) ***
  135.  
  136. MAXFREQS=256
  137. MAXMATCHES=256
  138. MAXMAGICS=128
  139. MAXSPECSPERMAGIC=16
  140.