#++ # NEWS_ROOT:NNTP_ACCESS.NEWS # # Template file for NNTP access management. If this file is not placed # in NEWS_ROOT: then all NNTP clients will have full access (read, transfer # and post) to the server's newsgroups. # # The format of the file is one entry per line, with a number of blank # separated fields in each entry. # # The file contains a list of remote hosts, a set of access rights, and a set # of accessible newsgroup names. The access rights are read, transfer and # post. Read controls whether the client can view items from the server. # Transfer controls whether the server will allow the "ihave" command from # the client. Post controls whether the server will allow the "post" command # from the client. # # Field 1 is the name of the remote node or network, or "default" # For DECnet clients the field is the remote node name. # For CMU-Tek TCP clients the field is the remote node name. # For WIN TCP clients the remote node name is always "TCP" in this # version (until someone supplies the correct code for the driver). # # Field 2 is the read / transfer access. Valid field values are: # r[ead] - allows read and transfer access # v[iew] - allows read access, but not transfer access # x[fer] - allows transfer access, but not read access # n[oread] - no read and no transfer access # Any other value is interpreted as no read and no transfer access. # # Field 3 is the post access access, and is optional. If not specified # then no post access is allowed. Valid field values are: # p[ost] - allows post access # n[opost] - no post access # Any other value is interpreted as no post access. # # Field 4 is the newsgroup access list, and is optional (but if specified, # then a post access field is also required for correct parsing of the # entry). The field is a comma separated (no blanks) list of newsgroup # names, or newsgroup hierarchy names. Specific negation of access to # newsgroups is also possible using the ! character as a prefix to # the newsgroup name. The wildcard characters "*" and "%" are also # implemented in the filter. # # The rest of the line following a '#' character is discarded as a comment. # #-- # Example: # # node csc1 can access the newsgroups news, news.*, test, test.* # csc1 read post news,test # # node csc has similar access to csc1, but without access to news.csc1 and # news.csc1.* # csc read post news,test,!news.csc1 # # default access is to the net.* newsgroups only # default view post net.*