home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / RAFE100.ZIP / SAMPLE.CFG < prev    next >
Text File  |  1995-08-02  |  4KB  |  124 lines

  1. ; sample cfg file for RAFE - lines beginning with a semi-colon should be
  2. ; ignored, as should blank lines.
  3. ;
  4. ; Rename to RAFE.CFG to use (must be in the same directory as RAFE.EXE)
  5. ;
  6. ; Path to RemoteAccess (will try RA environment setting or current directory
  7. ;                       if omitted)
  8. PATHTORA      C:\RA
  9. ;
  10. ; Path to Fastecho (will try current directory if omitted)
  11. PATHTOFE      C:\FASTECHO
  12. ;
  13. ; Full path to the RAFE log file (it won't create one if you omit this line)
  14. PATHTOLOG     C:\RAFE.LOG
  15. ;
  16. ;
  17. ;
  18. ; REPORTAREA <area>
  19. ; REPORTPVT  YES/NO
  20. ; REPORTTO   <name>
  21. ; ------------------
  22. ; These three commands allow RAFE to generate a message to be posted
  23. ; into your message base when some change has been made to your
  24. ; messages.ra (ie. an area has been added or deleted)
  25. ; FEUTIL *must* be in the same directory as your FASTECHO.CFG!
  26. ;
  27. REPORTAREA    USER_INFO     ; Use #number for Hudson areas - eg #200
  28. REPORTPVT     NO            ; Set to yes for private messages
  29. REPORTTO      An_other      ; Replace all spaces with _ characters
  30. ;
  31. ;
  32. ;
  33. ; IGNORE <tag-name>
  34. ; -----------------
  35. ; this will force Rafe to ignore the given area, as long as it is defined
  36. ; in Fastecho.  -- ie. if the area already exists in RA, fine.  If it doesn't
  37. ; then it won't add it in.
  38. ; eg
  39. IGNORE        DUPES
  40. IGNORE        BADMAIL
  41. IGNORE        MAILFROMPOINTS
  42. ;
  43. ;
  44. ;
  45. ; SETGROUP <group(s)>  or GLOBAL
  46. ; ------------------------------
  47. ; override default settings for specified Fastecho group letter
  48. ; end is marked by either another SETGROUP parameter or EOF.
  49. ; DEFAULT must come first if given.  Parameters are the same for both,
  50. ; but entries in SETGROUP will override the DEFAULTs.
  51. ;
  52. ; Global settings - Any/all may be omitted
  53. SETGROUP      GLOBAL
  54. ; Read/Write securities will be read from Fastecho if omitted here.
  55. READSECURITY  100
  56. WRITESECURITY 100
  57. SYSOPSECURITY 10000
  58. READFLAGS1    X--OOOXX      ; Flag settings required to access areas in
  59. READFLAGS2    X--OOOXX      ; this group. (See RA documentation for more
  60. READFLAGS3    X--OOOXX      ; information)
  61. READFLAGS4    X--OOOXX
  62. WRITEFLAGS1   ---OOXXX
  63. WRITEFLAGS2   ---OOXXX
  64. WRITEFLAGS3   ---OOXXX
  65. WRITEFLAGS4   ---OOXXX
  66. SYSOPFLAGS1   OOOXOOOO
  67. SYSOPFLAGS2   OOOXOOOO
  68. SYSOPFLAGS3   OOOXOOOO
  69. SYSOPFLAGS4   OOOXOOOO
  70. ; It is recommended that you leave out the following two lines
  71. ; so that the settings may be read from Fastecho on a per-area basis.
  72. MESSAGES      PUBLIC        ; (or PRIVATE or READ_ONLY or NO_REPLY or BOTH)
  73. AREATYPE      ECHOMAIL      ; (or LOCALMAIL or NETMAIL)
  74. AGE           18            ; Minimum age required for access (default 0)
  75. GROUP         1             ; Main group for RA
  76. ALTGROUP1     2             ; First additional group
  77. ALTGROUP2     3             ; Second additional group
  78. ALTGROUP3     4             ; Third additional group
  79. ALLGROUPS     YES           ; Areas will appear in all groups (default NO)
  80. ECHOINFO      YES           ; Add origin line (default yes except for netmail)
  81. COMBINED      YES           ; Permit combined access, default yes
  82. FATTACH       YES           ; Permit file attaches, default no
  83. ALIAS         YES           ; Permit aliases, default no
  84. FORCEHANDLE   YES           ; Force use of alias, default no
  85. ALLOWDELETE   YES           ; Allow users to delete messages, default no
  86. ;
  87. ;
  88. ; You may specify more than one group to define at a time
  89. ; settings in this area override the Global definition above.
  90. SETGROUP      ABCDEF
  91. AGE           21
  92. GROUP         2
  93. ALLGROUPS     NO
  94. ;
  95. SETGROUP      M
  96. AGE           12
  97. GROUP         4
  98. ;
  99. SETGROUP      IZ
  100. AGE           0
  101. GROUP         6
  102. FORCEHANDLE   NO
  103. ;
  104. ;
  105. ;
  106. ; SETAREA <Tag-name>
  107. ; ------------------
  108. ;
  109. ; Override default/group settings on a per-area basis.
  110. ; Parameters are the same as for SETGROUP, but only apply to the
  111. ; area with the tagname you specify.
  112. ; Note - If you use this command then be aware that the area will
  113. ;        NOT 'inherit' any settings from its group (so you'll need
  114. ;        to set those again.
  115. ; You may define up to 300 of these overrides.
  116. ;
  117. SETAREA       SYSOPS_ONLY
  118. GROUP         Y
  119. READSECURITY  2000
  120. WRITESECURITY 2000
  121. SYSOPSECURITY 65000
  122. ;
  123. ; EOF
  124.