home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / fido / newfido.lzh / AREAS.INI < prev    next >
Encoding:
Text File  |  1987-08-17  |  4.4 KB  |  113 lines

  1. ;
  2. ;    AREAS.INI: Message & File Area definition file
  3. ;    For: Fido/Fidonet version 12a
  4. ;    Copyright T. Jennings 
  5. ;    16 July 87
  6. ;
  7. ;This file defines all of the message and file areas available within
  8. ;Fido/FidoNet. After making any changes to this file, please be sure 
  9. ;to run SET-FIDO to make the changes take effect.
  10. ;
  11. ;
  12. ;   Each definition must fit in one line. Otherwise it's not very fussy.
  13. ;You can have blank lines and comments anywhere in this file for clarity.
  14. ;
  15. ; - DEFINING AREAS -
  16. ;
  17. ;    Three things must be specified as a minimum to define an area:
  18. ;the MSGAREA or FILEAREA keyword, a subdirectory name and a description.
  19. ;
  20. ;    For example:
  21. ;
  22. ;MSGAREA= C:\FIDO\MESSAGE1    D="General Messages"
  23. ;
  24. ;    This defines a message area in a subdirectory on drive C:. Any
  25. ;privilege level caller can access this area, and no locks are applied.
  26. ;Refer to LOCKS and PRIVILEGE LEVELS below on restricting caller access.
  27. ;
  28. ;    Subdirectories that do not exist are created automatically when
  29. ;SET-FIDO.EXE is run. If it does exist, any files already inside the
  30. ;subdirectory are not affected.
  31. ;
  32. ; - LOCKS -
  33. ;
  34. ;    LOCKS can be applied to areas as needed. Using the example above,
  35. ;you apply locks as follows:
  36. ;
  37. ;msgarea= c:\fido\messages    L= 32   d="General Messages"
  38. ;
  39. ;    Callers can access this message area only if they have key 32. The
  40. ;same applies to file areas. Any number of keys can be applied, such
  41. ;as "L= 1,2,32".
  42. ;
  43. ; - PRIVILEGE LEVEL -
  44. ;
  45. ;    The minimum privilege level to access areas by default is zero; any
  46. ;caller can access them. For example, to allow only privilege level 3 
  47. ;callers and above to access a given area, use:
  48. ;
  49. ;msgarea= c:\fido\message1    P= 3   d="General Messages"
  50. ;
  51. ; - OTHER OPTIONS -
  52. ;
  53. ;    Besides defining message and file areas, you can specify here
  54. ;what areas to assign as defaults to new callers when they first log on,
  55. ;define the area that Fido puts messages entered at the G)oodbye command,
  56. ;and tell FidoNet which area to use for FidoNet messages and FidoNet files.
  57. ;To do this you Use the O= options. Only the first character of the
  58. ;option name is currently used. You can use "O=F", "O=Fi" or "O= FIDONET".
  59. ;
  60. ; O=FidoNet    this is a FidoNet message or file area
  61. ;
  62. ; O=NewCaller    this is the message and/or file area that new callers get
  63. ;        assigned as their default area. If you don't specify this,
  64. ;        Fido uses the first area defined.
  65. ;
  66. ; - THESE APPLY TO MESSAGE AREAS ONLY: -
  67. ;
  68. ; O=Goodbye    this is the area that callers leave msgs entered at G)oodbye
  69. ;        If no goodbye area is defined, then the G)oodbye command
  70. ;        doesn't ask the caller to leave a message.
  71. ;
  72. ; - THESE APPLY TO FILE AREAS ONLY: -
  73. ;
  74. ; O=OverWrite    Uploaded files may overwrite existing files, otherwise
  75. ;        Fido will abort any upload of a file with the same name.
  76. ;
  77. ;    File areas are the same as message areas with one exception: you
  78. ;can define a seperate subdirectory for uploading. If none is specified,
  79. ;uploading is not allowed in that area. If you want to allow uploads
  80. ;into the same subdirectory as downloads, enter "U=" then repeat the
  81. ;subdirectory name.
  82. ;
  83. ;You can define an upload subdirectory by:
  84. ;
  85. ;filearea= c:\fido\files  U= C:\FIDO\UPLOADS   d= "General Files"
  86. ;
  87. ;    If no upload subdirectory is specified, then callers cannot 
  88. ;upload in this area.
  89. ;
  90. ; ----------------------------------------
  91. ;
  92. ;    Locks, Privilege levels and Options may be used in any combination.
  93. ;It is possible (and common) to use for example, the same message area
  94. ;for new callers and G)oodbye messages, and to allow uploads and
  95. ;overwrites into the FidoNet File area. 
  96. ;
  97. ;    You can put MSGAREA and FILEAREA lines in any order; all of one
  98. ;kind first, or alternate line by line, it makes no difference.
  99. ;
  100. ;    The following are usable message and file areas; you need only 
  101. ;remove the semicolons from the others to use them. Change as necessary!
  102. ;
  103. msgarea= genmsg    D="General Messages"    O=New             ;all can access
  104. msgarea= tosysop   D="Messages to/from Sysop" O=GoodBye      ;all can access    
  105.  
  106. filearea= genfiles U= upload   D="General Junk"              ;all can access
  107. filearea= docfiles D= "Documentation"                        ;no uploads here
  108. ;
  109. ;If you use FidoNet your areas might look like this:
  110. ;
  111. ;msgarea= netmsg    D="FidoNet Messages"    O= FidoNet Priv=2 ;level 2 users
  112. ;filearea= netfiles U= netfiles D="FidoNet Files" O=F P= 2    ;level 2 users
  113.