home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / comm / wizfix.lha / AF.Cfg next >
Text File  |  1993-07-05  |  6KB  |  163 lines

  1. ; **********************************************************
  2. ;  My AreaFix. :-)
  3. ; **********************************************************
  4. ;
  5. ; Keywords not yet supported are commented out (they'll be parsed by my
  6. ; AreaFix, but not acted upon).
  7. ;
  8. ; Tag this on the END of your Fido.Cfg - I don't know whether it'll work
  9. ; at the front end yet!
  10. ;
  11. [AreaFix]               ;My pvt area!
  12.  
  13.  
  14. ; Hmm, what's this do I wonder..
  15. ;
  16. LOGFILE     LOGS:AreaFix.Log
  17.  
  18.  
  19. ; Specify whether to use the TrapList passwords or not (I use the same
  20. ; passwords for AreaFix as for mail-sessions, but you don't have to..).
  21. ;
  22. ; This keyword MUST come before any passwords are declared in this section
  23. ; of the configuration file (else the passwords will be ignored - assumed
  24. ; to be TrapList passwords which you don't want)!
  25. ;
  26. USETRAPLISTPW
  27.  
  28. ; I use SKYTICK as it's *FREE* :-)  Thanks Luca - you're a gent!!
  29. ;SKYTICK MAIL:Tick.Cfg
  30. ;FTICK          ;Uncomment this if you use Foozle Tick instead
  31.  
  32. ; Specify any other password here.  Same format as per TrapList (of
  33. ; course!)
  34. ;
  35. password "hidden" 1:234/567 39:876/543 2:123/456.7
  36. password "guess"  39:999/999.999  40:40/40.40   ;etc..
  37.  
  38.  
  39. ;Ignore this please - it's not yet implemented.
  40. ;ALLOWCREATE 39:133/1    AUTOADD 39:136/1 39:133/1 39:138/1 39:135/1 DIR MAIL:Mail/Amiganet/
  41.  
  42. ; A help file to be sent when requested:
  43. ;
  44. HELPFILE MAIL:WiZFix.hlp
  45.  
  46.  
  47. ; And some echo lists (a formatted list, with descriptions maybe?)
  48. ; HOSTLIST is my list and HUBLIST is my feeds list.  Note that a
  49. ; Request from a ZONE 2 address gets the ZONE 2 list etc.
  50. ; HUBPASSWORD is needed for forwarded requests that you may allow.
  51. ;
  52. ; Specify '*' if you have no file to send/search.  See docs for detailed
  53. ; description..
  54. ;
  55. ; The format of this option is as follows:
  56. ;
  57. ; ZONE    HOSTLIST             HUBLIST           HUBADDRESS   HUBPASSWORD
  58. ;
  59. ZONE 2    MAIL:Fidonet.txt     MAIL:HubFido.txt   2:255/1     MAGIC
  60. ZONE 1    *                    *                  2:255/1     MAGIC
  61. ZONE 39   MAIL:Amiganet.txt    MAIL:HubAmiga.txt 39:138/1     MORE_MAGIC
  62. ZONE 40   MAIL:Amiganet.txt    MAIL:HubAmiga.txt 39:138/1     MORE_MAGIC
  63. ZONE 41   MAIL:Amiganet.txt    MAIL:HubAmiga.txt 39:138/1     MORE_MAGIC
  64.  
  65.  
  66. ; Can points forward requests for new echoes?  (prefix with 'NO' as req.)
  67. ALLOWFORWARDINGPOINTS           ;Yes
  68.  
  69.  
  70. ; How about Nodes?  (prefix with 'NO' as req.)
  71. NOALLOWFORWARDINGNODES          ;No. :-)
  72.  
  73.  
  74. ; The default security level - unless otherwise listed below (see LEVEL)
  75. ; any PASSWORD PROTECTED AreaFix netmail will assume a level of 
  76. ; <DEFAULTLEVEL> and will be able to link into any Echomail conference
  77. ; unless the conference itself has a higher access level.
  78. ; Must be greater than zero - suggested level is 100, giving plenty of
  79. ; scope.  This is a 32 bit integer, so the number can be stupidly large if
  80. ; you so desire. :-)
  81. ;
  82. DEFAULTLEVEL 100
  83.  
  84.  
  85. ; Some privileged/dork users - set their access accordingly:
  86. ; You can use these parameters if you want to BAN a user on an
  87. ; otherwise UNSECURE system (complicated I know, but configurable too!! :-)
  88. ;
  89. ; These statements MUST come after a nodes password has been defined using
  90. ; the 'password' keyword (either in TrapList's or this config area).
  91. ;
  92. ; Note: a [Q] means send them an ECHOLIST via the CLI option 'ECHOLIST'
  93. ; A [-] means don't do so (wait for them to ASK).  Handy for a weekly
  94. ; list to points maybe? :-)
  95. ;
  96. LEVEL 2:250/320        500    [-]    ;etc.
  97. LEVEL 2:253/404        65535    [-]    ;Trustworthy
  98. LEVEL 2:255/58          500     [-]
  99. LEVEL 2:255/171.33      500     [Q]     ;Increased access for this point.
  100. LEVEL 39:138/1        65535    [-]
  101. LEVEL 39:138/14        500    [-]
  102. LEVEL 39:133/1        500    [-]
  103. LEVEL 39:135/1        500    [-]
  104. LEVEL 39:136/1.8    500    [Q]
  105. LEVEL 39:136/1.35    050    [Q]
  106. LEVEL 39:136/1.999    000    [Q]     ;Bozo - unwelcome here ;)
  107.  
  108. ; Now we come to set the access of echoes.  Note that they are all ASSUMED
  109. ; to be <DEFAULTLEVEL> unless specified below - you need to specify
  110. ; restricted areas AND those that can be granted to anyone (even if they
  111. ; don't have an AreaFix password - see (NO)SECURE).
  112. ; The assumed <DEFAULTLEVEL> means that any password protected
  113. ; points/nodes that call can link in/out of any area.  Thus you only need
  114. ; to protect restricted areas, and de-protect public ones.
  115. ;
  116. ; Numbers can range from 0-2^32 (i.e. 0-4294967295 ;-)
  117. ;
  118. ECHOLEVEL    BAD            9999999    ; Hardly anyone (silly numbers..). :-)
  119. echolevel       dice            0       ; Anyone can have this.
  120. ECHOLEVEL    255_SYSOP    65535    ; SysOps only
  121. ECHOLEVEL    SYSOP_AMY    65535   ; Ditto.
  122. ECHOLEVEL    ANNOUNCE    60    ; All but 136/1.35
  123. ECHOLEVEL       ANDROMEDA       10      ; etc.
  124. ECHOLEVEL    R13HOST            965535    ; Not many get to see this..
  125. ECHOLEVEL    P-WARE_BETA    500     ; Get it yet? :-)
  126. echolevel       xenolink_SYSOP  1000    ; NOT case sensitive BTW!
  127. ECHOLEVEL       Z39_AMY         65535   
  128.  
  129. ; Do we insist on a matching password for each session?  This is often
  130. ; a real pain, as sometimes I'd be quite happy to let any node link into
  131. ; a public echo that I'm hosting, so it's nice to let them send a msg
  132. ; to AreaFix and not get it bounced coz I hadn't setup a password etc.
  133. ; So, you can use the NOSECURE keyword - this lets ANYONE link into
  134. ; ANY area that's got an access level BELOW the <DEFAULTLEVEL>; note that
  135. ; you can still keep village-idiots out by assigning them a LEVEL even
  136. ; lower than <DEFAULTLEVEL>.  You can also prevent some asshole from 
  137. ; linking into say 'normal' fidonet etc. areas. Use with care though!!
  138. ; Default is SECURE
  139. ;
  140. NOSECURE                ;Anyone can link into DICE, ANNOUNCE and ANDROMEDA
  141.                         ;(See above).
  142.  
  143.  
  144. ; Who can RESCAN an area?  Again, if you set a user (even a node/points)
  145. ; LEVEL to less than this RESCANLEVEL then they can't rescan.  Please
  146. ; note that this means if someone links into an echo that your hosting
  147. ; using the NOSECURE method then they cannot order a rescan (I figured
  148. ; that this was the safe way to go?).
  149. ;
  150. ; Sorry, not yet implemented
  151. ;RESCANLEVEL    100    ;Any node/point that I know about, no-one else!
  152.  
  153.  
  154. ; But restrict the No. of messages that can be rescanned from
  155. ; the following listed areas (all other areas can be fully rescanned):
  156. ;
  157. ; Ditto - not yet implemented
  158. ;RESCANPROTECT    BIG_ECHO    100    ; 100 msgs per rescan max.
  159. ;RESCANPROTECT    HUGE_ECHO    100     ; etc.
  160.  
  161.  
  162.  
  163.