Archive for October, 2007

and database (innwatchlibspace) directories. The (Email web hosting) innwatchloload and innwatchhiload

Saturday, October 27th, 2007

and database (innwatchlibspace) directories. The innwatchloload and innwatchhiload sets the range of load average, which causes the INN server daemon to be throttled. The following lines contain the default parameters that relate to monitoring: doinnwatch: false innwatchbatchspace: 800 innwatchlibspace: 25000 innwatchloload: 1000 innwatchhiload: 2000 For other parameters that relate to monitoring INN server resources, refer to the inn.conf man page. Logging parameters Several parameters in the inn.conf file can be used to change what information is logged and how it is logged. News log information is written to log files in a directory set by the pathlog parameter. By default, the pathlog parameter is set to /var/log/news. The docnfsstat parameter lets you turn on or off the cnfsstat program. Cnfsstat monitors the usage of cycbuffs if you are using the Cyclic News File System to store your news articles. The parameter is off (false) by default. docnfsstat: false To have the size of an article written to the log file, set the logartsize parameter to true. By default, logartsize is on, as follows: logartsize: true Use the logcancelcomm parameter to log ctlinnd cancel commands to syslog. This parameter is off by default, as follows: logcancelcomm: false To set the number of logs that news.daily keeps before it overwrites them, set the logcycles parameter. By default, this number is set to 3, as follows: logcycles 3 Use the logippadr parameter to have the IP address of the host logged for a received article. By default, this is on, as follows: logipaddr: true If you want the site names for received articles to be put in the article log file, the logsitename parameter should be on. By default, it is on, as follows: logsitename: true
We recommend high quality webhost to host and run your jsp application: christian web host services.

If your INN server is being used as (Net web server)

Saturday, October 27th, 2007

If your INN server is being used as a slave server, the nnrpdpostport parameter can be set to indicate which port on the master server to connect to. This parameter is only valid if the xrefslave and nnrpdposthost parameters are set. The default port value is 119, as shown in the following line: nnrpdpostport: 119 The spoolfirst parameter can be used to cause articles to be spooled instead of having them sent to the INN server daemon. The default (false) is to only spool articles when an error is received from sending an article to the INN server daemon. This is how the default value is set: spoolfirst: false The strippostcc parameter can be used to cause To, Cc, and Bcc lines to be removed from locally posted articles. The default is to not strip them out (false), as indicated by the following line: strippostcc: false Posting exponential backoff parameters A set of backoff parameters is used to control high-volume news posters. This feature works by indexing news clients by either user name or IP number. After the number of posts from the user or IP number reaches the limit set for the time period you set, posting backoff occurs, which is when your server sleeps for a period of time before posting anything. In this way, posts get through at an increasingly slower rate. The backoff feature is off by default. To turn it on, you need to set the backoffauth parameter to true. The time between postings is used to determine the sleep time. By default, no location is defined for storing backoff information. A common place to put the database of backoff information is in /var/lib/news/backoff (set by backoffdb parameter). The backoffk parameter lets you set how sleep time is multiplied. If it were set to 3, the sleep time will triple the sleep time for each subsequent post. The backoffpostfast can be used to increase the backoff sleep time when posts from the same identity arrive in less than the backoff time. The backoffpostslow parameter, by default, allows up to 86,400 postings from the same identity (because it is set to 1). Divide 86,400 by the value of backoffpostslow to allow fewer posts per day. The number of postings that are allowed before the backoff feature kicks in is set to 10,000 by the backofftrigger parameter. The following lines are examples of the default settings for the set of backoff commands. backoffauth: false backoffdb: backoffk: 1 backoffpostfast: 0 backoffpostslow: 1 backofftrigger: 10000 Monitoring parameters The innwatch program can be set up to log INN server activities. The doinnwatch parameter indicates whether or not to have the innwatch program started from the /etc/rc.news script (which starts automatically when the innd script starts the INN server at boot time). The logging service is off (false) by default. Other monitoring-related parameters set thresholds for a variety of INN server attributes that the monitoring service looks out for. These include watching for free space running out in the batch (innwatchbatchspace)
From our experience, we can recommend PHP5 Web Hosting services, if you need affordable webhost to host and run your web application.

Web site hosting - domain name of the INNserver. This is on

Friday, October 26th, 2007

domain name of the INNserver. This is on (true) by default, as follows: addnntppostinghost: true The checkincludedtext parameter restricts how much included text can appear in a news article that is posted from your server. Included text is text from an article the user is responding to (indicated by a > character) that is copied into the current article. By default, this parameter is set to false, so there is no restriction on included text. If you set it to true, however, less than half of the text in a message can contain include lines. Turning this parameter on can result in better performance by not allowing articles that simply repeat previously sent text. Here is an example of having this parameter turned on to restrict articles containing too much included text: checkincludedtext: true The value of the complaints parameter can be set to define an e-mail address that is placed in the X-Complaints-To: line in articles that originate from your server. Newsgroup participants can use this e-mail address to complain about something your users did. If no value is set, your newsmaster e-mail address is used. Common e-mail addresses are postmaster@domainname.com or abuse@domainname.com. Here is an example: complaints: abuse@handsonhistory.com The fromhost parameter can be used to indicate a domain name to use when the INN server constructs e-mail addresses. If there is no value set for fromhost (which is true by default), than the local host computer’s fully-qualified domain name is used. To limit the size of locally posted articles that your news server accepts, use the localmaxartsize parameter. The default is the same as for maxartsize (1,000,000 bytes). To set that value to half the default, use the following: localmaxartsize: 500000 The moderatormailer parameter sets the default machine containing aliases for moderated newsgroups. By default, the values in the /etc/news/moderators file are used to identify the list of all public moderated newsgroups as being available from moderators.isc.org, with the newsgroup name prepended (*.%s@moderators.isc.org). No value is entered for this parameter by default. The nnrpdauthsender parameter indicates whether or not a Sender header is generated after the reader is authenticated. The Sender header would contain the reader’s host name and authenticated user name. By default, this parameter is off (false) as shown here: nnrpdauthsender: false If the nnrpdposthost parameter is set to a host name, all locally posted articles are sent to that host instead of being saved locally. This parameter must be set if xrefslave is true. By default, there is no value set for this parameter.
From our experience, we are can tell you that you can find a reliable and cheap webhost service at Java Web Hosting services.

The readerswhenstopped parameter can be used to allow (Best web design)

Friday, October 26th, 2007

The readerswhenstopped parameter can be used to allow newsreaders to connect to the INN server, even if the server is in a paused or throttled state. This feature is only available if the server is spawned from the innd daemon process (which it is not by default in Red Hat Linux). The default is false, as follows: readerswhenstopped: false The readertrack parameter can be used to enable a system that tracks client reading and posting of articles. Client tracking is off by default (false), as follows: readertrack: false The INN server supports the feature of creating keyword databases from the body of news articles. For large feeds, this could cause a substantial performance hit on the INN server. Before you set any of these parameters, you should stop the INN server (innd) and remove the current overview database. The keywords parameter sets whether or not keyword generation should be done at all. By default, a keyword database is not generated based on the following line: keywords: false The keyartlimit parameter limits the maximum size of news articles for which keywords are added to the keyword database. The default is 100000, which represents about 100KB maximum size, as follows: keyartlimit: 100000 The keylimit parameter sets the maximum amount of space that can be used to store keyword data. The default value is 512 bytes. It that limit is exceeded, further keyword data is discarded. Here is the default value: keylimit: 512 The keymaxwords parameter indicates the maximum amount of keywords that can be used from any one article. The default value is 250 words. (Some words that are not significant, such as the or and, are not generated and will not be counted in reaching this maximum.) keymaxwords: 250Posting parameters Parameters in this section help define how programs that generate and accept postings behave. Many of these parameters relate particularly to how local postings are handled. The addnntppostingdate parameter indicates whether or not to add the following header to local posts: NNTP-Posting-Date. This is on (true) by default, as follows: addnntppostingdate: true The addnntppostinghost parameter indicates whether or not to add the following header to local posts: NNTP-Posting-Host. The information in this header is either the IP address or the fully-qualified
Searching for affordable and reliable webhost to host and run your web applications? Go to our java web server services and you will be pleased.

Frontpage web hosting - Reading parameters This set of parameters is

Thursday, October 25th, 2007

Reading parameters This set of parameters is used to validate news readers and features related to the news readers. If the allownewnews parameter is set to true, your users can request the NEWNEWS feature from their newsreaders. The NEWNEWS feature enables a user of a newsreader to request all articles that were posted or received for a particular newsgroup since a particular date. By default, this value is on (true), as recommended by the Network News Transfer Protocol RFC (RFC977). However, overuse of this feature can result in serious performance problems for the server. If you want to turn off NEWNEWS, set the value of the allownewnews parameter to false, as follows: allownewnews: false With the articlemmap parameter on, articles can be mapped into memory using the mmap function. By default, this parameter is off (false) and articles are read into memory before going to the newsreader. articlemmap: false The clienttimeout parameter sets the number of seconds a connection to a client can be idle before it is dropped. By default, the value is set to 1800 (30 minutes) as follows: clienttimeout: 1800 The nnrpdcheckart parameter sets whether or not the INN server daemon should check if an article is on the server before listing it as so. By default, this value is on as follows: nnrpdcheckart: true The nnrpperlauth parameter can be used to cause the INN server to use “Perl hook” to check that readers are valid. If nnrpperlauth is true, then the connection is not authenticated using the readers.conf file, as it would be otherwise. This value is false by default, as shown here: nnrpperlauth: false The nnrppythonauth parameter can be used to cause the INN server to use “Python hook” to check that readers are valid. If nnrppythonauth is true, then the connection is not authenticated using the readers.conf file, as it would be otherwise. This value is false by default, as shown here: nnrppythonauth: false With the noreader parameter set to true, incoming connections from unknown hosts (that is, those not listed in incoming.conf), will be rejected. With this value set to false, an additional INN server daemon is launched to handle incoming connections from hosts not listed in incoming.conf. The default is false, as follows: noreader: false
If you are searching for cheap webhost for your web application, please visit MySQL5 Web Hosting services.

As the groupbaseexpiry parameter is set to true, (Submit web site)

Thursday, October 25th, 2007

As the groupbaseexpiry parameter is set to true, expiration of newsgroup messages is done based on newsgroup name. If you change it to false, expiration is done based on the storage method class being used. Here is how the parameter is set by default: groupbaseexpiry: true The mergetogroups parameter can be set to true if you want to file articles posted to .to* groups to pseudonewsgroups “to”. If true, this parameter requires that the to newsgroup exist in the active file to allow INN to start. This feature is off (false) by default: mergetogroups: false The overcachesize parameter sets the number of cache slots that are set aside to hold open overview files. INN will store and open overview files just in case articles are received for those newsgroups. This parameter is used only if enableoverview is true and ovmethod is defined as tradindexed. By default, overcachesize is set to 15, as shown below: overcachesize: 15 The ovgrouppat parameter can be used to limit overview information stored by the INN server. With the value set to true, overview information is only stored for newsgroups that match a comma-separated list of expressions (in wildmat format).This option is not set by default. To have the INN server store articles based on newsgroup name in the Xref header, the storeonxref parameter should be true (it is false by default). If this value is false, newsgroup articles are stored by newsgroup name in the Newsgroups header. storeonxref: false The useoverchan parameter can be used to turn on a feature where overview data are stored internally using the libstorage function. If false, which it is by default, the INN server will handle creation of overview data on its own. Here is how useoverchan is set by default: useoverchan: false You can turn on the wireformat parameter, if you are using the tradspool storage method, to write articles in wire format. With wire format, messages are stored with a rn ending each line and periods at the beginning of lines doubled. Articles formatted in this way require no conversion. The INN server can operate more efficiently with wireformat set to true. By default, the value is false as indicated below: wireformat: false The xrefslave parameter indicates that the INN server should be a slave to another server. In this arrangement, each INN server should have the same article numbering so that the two servers could be used interchangeably. If this value is set to true, you must set the host name of the other server using the nnrpdposthost parameter (described later). By default, this value is false as shown below: xrefslave: false
Visit our web design programs services for an affordable and reliable webhost to suit all your needs.

Photography web hosting - The port parameter lets you indicate which TCP/IP

Wednesday, October 24th, 2007

The port parameter lets you indicate which TCP/IP port to listen on. The default is 119, which is the standard news port. port: 119 By setting refusecybercancels to true, you can automatically refuse any article that has a message ID that begins with Visit our web design programs services for an affordable and reliable webhost to suit all your needs.

News feed parameters This set of parameters relates (Free web servers)

Wednesday, October 24th, 2007

News feed parameters This set of parameters relates to how INN allocates resources to handle news feeds. To limit how long an article can be stored on your server, set the artcutoff parameter. By default, it is set to 10 days. Articles older than that are dropped. Here is an example of the artcutoff parameter with a cutoff date of 14 days: artcutoff: 14 The bindaddress parameter sets which interface (IP address) the INN server listens on. The default is to listen on all network interfaces on the computer. Setting bindaddress to All also results in INN listening on all interfaces. The hiscachesize parameter can be used to set the amount of memory to make available (in kilobytes) to store message IDs. Storing these incoming messages can speed up history lookup. The default is 0 (no memory allocated) as follows: hiscachesize: 0 The ignorenewsgroups parameter can be used to control routing of newsgroup creation control messages. By default, this feature is off (false) as follows: ignorenewsgroups: false If the immediatecancel parameter is set to true, it can be used to immediately cancel articles (and not just set them in cache to be cancelled). This option is only available for timecaf storage methods. By default, the feature is off as follows: immediatecancel: false With the maxartsize parameter, you can limit the size of the articles that are accepted by your news server. By default, this value is 1,000,000 bytes. To make the value half that size, you could set the parameter as follows: maxartsize: 500000 Use the maxconnection parameter to limit the number of incoming NNTP connections that are allowed from your server at the same time. NNTP connections, which enable users to read articles from and post articles to your news server, are handled by the nnrpd daemon. Limiting NNTP connections is one way to reduce demand on your server, but it can also prevent people from using it effectively. By default, maxconnections is set to 50. To set it to 40, use the following line: maxconnections: 40 You can use the pathalias parameter to prepend a name to the front of the pathhost value that appears on a news article’s Path: line. No value is required.
If you are looking for affordable and reliable webhost to host and run your business application visit our ftp web hosting services.

Free web space - The organization parameter identifies the name of your

Tuesday, October 23rd, 2007

The organization parameter identifies the name of your organization. When someone in your organization sends a news article, this name appears in the Organization: header of the article. The organization may be something similar to Customer of Hands on History, or Member of the Salt Lake Bird Club, or simply an organization name, such as Acme Realtors. Here is an example: organization: Hands on History The ovmethod parameter sets the type of overview storage method to use, if enableoverview is true (which it is by default). The default is tradindexed, a method that is fast for reading news and slow for writing it. Each newsgroup is stored in two files (a data file and an index file). A value of buffindexed causes data and index information to be stored in buffers (based on values set in the /etc/news/buffindexed.conf file). A value of ovdb causes newsgroups to be stored in a Berkeley DB database format. Here is the default setting of ovmethod: ovmethod: tradindexed The pathhost parameter must be set to a name that represents the local site. Each article that passes through your INN server has this name added to its Path header. The fully-qualified host name of the computer is a good choice to use at the pathhost. A value for pathhost is required; there is no default value. Here is an example: pathhost: news.handsonhistory.com The pathnews parameter sets the root of the news storage hierarchy as well as the news user’s home directory. By default, the pathnews parameter is set to /usr as follows: pathnews: /usr The domain parameter determines the domain name used for your news server. Usually, this parameter is blank, and your computer’s domain name is picked up automatically. You can set this option manually if your computer doesn’t use an FQDN for other services. Here is an example: domain: handsonhistory.com The innflags parameter lets you add flags to pass to the innd daemon process when the server starts up. The flags are the options to the innd daemon. (Type man innd 8 to see available flags.) The mailcmd parameter indicates the command that is used by the INN server to send messages. The default value is as follows: mailcmd: /usr/bin/innmail The server parameter identifies the name of your news server. It can be a fully qualified domain name (FQDN) or an IP address. The server name is added to the Path: header, so that other news servers know not to forward the message to your server again. You can override the server parameter by setting the NNTPSERVER environment variable. Here is an example of a server parameter: server: news.handsonhistory.com
From our experience, we are can tell you that you can find a reliable and cheap webhost service at Java Web Hosting services.

This chapter frequently refers to headers that appear (Photo web hosting)

Tuesday, October 23rd, 2007

This chapter frequently refers to headers that appear in the news articles. A news server often reacts to the information in these headers or puts information in these headers. The following is an example of some of the headers that can be contained in a news article: Path: news.cwix.com!newsfeed.cwix.com!192.252.116.205! From: Caleb Hollatz Newsgroups: comp.os.linux.misc,comp.os.linux.networking Subject: Re: Getting a newsgroup server working Date: 15 Jun 2000 18:37:16 +0100 Organization: Hands on History Message-ID: References: <7k2lad$llu$1@whatever.com> NNTP-Posting-Host: crafts.handsonhistory.com X-Complaints-To: abuse@handsonhistory.net Content-Type: text/plain; charset=us-ascii NNTP-Posting-Date: 15 Jun 2000 17:37:19 GMT Note In most newsreaders, you see only the contents of some of the headers, such as the From and Subject headers. To see all the headers, you would have to open the news article in a text editor or choose some sort of view header function. See Chapter 9 for discussions of newsreaders. Of the headers shown in the preceding example, several should be of interest to a news server administrator. The Path: header indicates where the article has already been sent. This lets your news server know that it doesn’t need to forward an article to a host that appears there. The Newsgroups: header shows the newsgroup or newsgroups that the article is posted to. The Organization: is something that you need to set in your inn.conf file to identify your organization. Likewise, you need to set an X-Complaints-To value so that problems encountered by users of your server can be forwarded to you (or to whomever’s e-mail the complaints related to your server are to be forwarded). Configuring the INN server The inn.conf file is where most of the general news server information is configured. For your INN news server to work, you must make several changes to this file. Most of the required changes are associated with identifying your server. However, you need to consider other changes that will have a major impact on how your server performs, what and how information is logged and stored, and the location of the directories that have newsgroup information. You add or change parameters in this file to configure INN. After making a backup copy of the /etc/news/inn.conf file, open it in any text editor and make changes based on the following descriptions. Tip In general, you shouldn’t remove parameters from the inn.conf file. If you aren’t sure how to set a parameter, leave the default value, if one is given. More than 100 parameters are in the inn.conf file. For more information about inn.conf parameters, see the inn.conf man page (type man inn.conf). General parameters The inn.conf parameters described in this section identify your news server. They define the names of your organization and news server that appear in the header of local posts, the host path name that identifies how to get to your computer on the network, and the domain your computer is in. The following is a list of the inn.conf parameters along with a description of the values that you can set for each of these parameters: The mta parameter sets the particular mail transfer agent that is used by your news server to transfer messages. The following default setting causes the sendmail command to be used: mta: /usr/sbin/sendmail -oi -oem %s
If you are looking for cheap and quality webhost to host and run your website check Jboss Web Hosting services.