home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / bbs / fdrpr110.zip / FDRPR.CFG next >
Text File  |  1994-03-02  |  4KB  |  161 lines

  1. ; Configuration file for FDRPR
  2. ; ----------------------------
  3.  
  4. ; Advert
  5. ; ------
  6.  
  7. ; If enabled, FDRPR will add a text stating that the message was created
  8. ; by FDRPR. It's not possible to disable this in the unregistered version
  9.  
  10. advert
  11. ; noadvert
  12.  
  13.  
  14. ; CdRom
  15. ; -----
  16.  
  17. ; If enabled, FDRPR will use the CD-ROM settings in RACONFIG, and have the
  18. ; same kind of CD-ROM support that RA has, e.g. to make sure no other line
  19. ; currently uses the same device, and then copy the requested file to the 
  20. ; temporary CD-ROM directory.
  21.  
  22. cdrom
  23. ; nocdrom
  24.  
  25.  
  26. ; Descriptions
  27. ; ------------
  28.  
  29. ; If enabled, FDRPR will send a message with file descriptions for all
  30. ; successfully requested files.
  31.  
  32. descriptions
  33. ; nodescriptions
  34.  
  35.  
  36. ; FreeFiles
  37. ; ---------
  38.  
  39. ; If enabled, FDRPR will honor the Free File setting for a file or 
  40. ; file area, and not perform any limit checks for these files.
  41.  
  42. ; freefiles
  43. nofreefiles
  44.  
  45.  
  46. ; MoreTime
  47. ; --------
  48.  
  49. ; If enabled, FDRPR will request more time from the remote mailer,
  50. ; to be able to process the entire request, if needed. If this setting
  51. ; is disabled, the remote mailer will probably disconnect the line if
  52. ; it takes more then 30 seconds to process the request.
  53.  
  54. moretime
  55. ; nomoretime
  56.  
  57.  
  58. ; PasswordErrors
  59. ; --------------
  60.  
  61. ; If enabled, FDRPR will include all files that should have been
  62. ; sent if the correct password was used, in the message with the
  63. ; list of failed requests. By default, only the requested filename
  64. ; will be included in the message.
  65. ;
  66. ; NOTE! The reason this option is disabled by default, is that it
  67. ;       could be a big security risk to inform another system that
  68. ;       there is a file available, which requires a password.
  69.  
  70. ; passworderrors
  71. nopassworderrors
  72.  
  73.  
  74. ; ReportFailures
  75. ; --------------
  76.  
  77. ; If enabled, FDRPR will create a netmail message to you with
  78. ; information about failed file requests.
  79.  
  80. ; reportfailures
  81. noreportfailures
  82.  
  83.  
  84. ; ReportRequests
  85. ; --------------
  86.  
  87. ; If enabled, FDRPR will create a netmail message to you with
  88. ; information about successful file requests.
  89.  
  90. ; reportrequests
  91. noreportrequests
  92.  
  93. ; ResolvePath
  94. ; -----------
  95.  
  96. ; If enabled, FDRPR uses path resolution when trying to compare the
  97. ; paths specified in RACONFIG, and the paths listed in your list of
  98. ; requestable directories and aliasnames. This ensures that FDRPR
  99. ; always will be able to match these paths correct.  However, in some
  100. ; environments, this seems to fail.  I'm aware of one CD-ROM interface
  101. ; which doesn't seem to support this correctly. If you're having
  102. ; problems with file areas that are not recognized by FDRPR, disable
  103. ; this option.
  104.  
  105. resolvepath
  106. ; noresolvepath
  107.  
  108.  
  109. ; UpdCount
  110. ; --------
  111.  
  112. ; If enabled, FDRPR will update the download counters for all successfully
  113. ; requested files.
  114.  
  115. updcount
  116. ; noupdcount 
  117.  
  118.  
  119. ; Logfile
  120. ; -------
  121. ;
  122. ; If this setting is specified, log information will be written to the
  123. ; specified logfile. If NOLOGFILE is specified, no logging will be performed.
  124. ; If this setting isn't specified at all, log information will be written
  125. ; to FD's logfile.
  126.  
  127. ; logfile:%[cfgdir]fdrpr.log
  128. ; nologfile
  129.  
  130.  
  131. ; WorkDir
  132. ; -------
  133. ;
  134. ; The directory where the temporary .PKT files are created. If this 
  135. ; parameter is not specified, the directory pointed to by the TEMP or
  136. ; TMP environment variable is used, or, if none of them are set, the
  137. ; root directory of the current drive.
  138. ;
  139. ; workdir:c:\tmp
  140.  
  141.  
  142. ; Message 
  143. ; ------- 
  144. ; File containing a template for the text that should be used for 
  145. ; the message with descriptions sent to the requesting person.
  146.  
  147. message:%[cfgdir]fdrpr.dsc
  148.  
  149.  
  150. ; FailMessage
  151. ; -----------
  152. ;
  153. ; File containing the text that should be used for the message with
  154. ; reasons why the file request failed.
  155.  
  156. failmessage:%[cfgdir]fdrpr.fai
  157.  
  158.  
  159. ; End of file FDRPR.CFG
  160.