home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume14 / nntp1.5 / part01 / support / access_file next >
Encoding:
Text File  |  1988-04-18  |  717 b   |  23 lines

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