home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / N / TCPIP / NNTP-1.000 / NNTP-1 / nntp.1.5.11t / support / access_file next >
Encoding:
Text File  |  1993-10-17  |  822 b   |  24 lines

  1. #
  2. # Sample NNTP access file.  "read" implies "xfer".
  3. # Note that "default" must be the first entry in the
  4. # table. Order is important. Put the most restictive
  5. # entried just behind "default"
  6. #
  7. # If you defined SUBNET when you compiled the server,
  8. # this file can have subnets as well as class A, B, C
  9. # networks, hosts, and domains.
  10. #
  11. # host/net        read/xfer/no    post/no
  12. #
  13. # by default, let anyone transfer news, but not read or post
  14. default            xfer        no
  15. # bugs, a notorious undergraduate machine, is not allowed
  16. # to read or post news at all.
  17. bugs.berkeley.edu    no        no
  18. # ic can read and post news, but users on ic cannot read
  19. # articles in the group ucb.postgres or any of its decendents
  20. # (e.g., ucb.postgres.core)
  21. ic            read        post    !ucb.postgres
  22. # hosts on the Berkeley campus can read and post news
  23. *.berkeley.edu        read        post
  24.