modflag: You can use the value in this (My web site)

modflag: You can use the value in this field to further limit which groups are matched. The field should contain one of the following letters: M (moderated groups only), U (unmoderated groups only), A (all groups), X (removes the article). X results in every article that matches being deleted from every group that it is assigned to. keep: This field identifies how many days the article should be kept. The field should either contain a number or the word never. Articles are expired no sooner than the value set by keep. default: This field specifies the default value (in days). If an Expires: value is less than the default value, the default value is used. If the Expires: value is greater than the default, then the Expires: value is also honored. purge: This field identifies the outside boundary, in days, for how long articles should be kept. This boundary allows articles with Expires: headers to be accepted. If an article has an Expires: value that is longer than this purge value, the article is discarded at the time specified by purge. Tip Add your default newsgroups first. The expire rule that will be used is the last one that is matched. The contents of this file are less valuable for the cnfs storage method, because articles are cycled out when the buffer is full. The cnfs storage method therefore makes it difficult to control precisely when articles are purged. Allowing Users to Access Your Server As the INN software is delivered, your server will enable anyone with a login to your local host to access (or read) the news server. Requests from all other host computers are denied. To carry this out, the contents of the /etc/news/readers.conf file are set as follows: auth “localhost” { hosts: “localhost, 127.0.0.1, stdin” default: “” } access “localhost” { users: “” newsgroups: “*” access: RPA } In the above lines, the auth definition defines the localhost identity as including reader connections that come from different interfaces on the local computer. Access given to users from the localhost identity for all newsgroups consists of the ability to read articles (R), post articles (P), and post articles for moderated newsgroups (A). You can add access definitions to allow access to your INN server from other host computers. For example, if you wanted to add access to your INN server from all users from computers in the handsonhistory.com domain, you could use the following code: auth handson { hosts: “*.handsonhistory.com, handsonhistory.com” default: “” } access handson {
We recommend cheap and reliable webhost to host and run your web applications: Coldfusion Web Hosting services.

Leave a Reply