| Highwinds Software Product Documentation: Typhoon, Twister, Tornado, Hurricane, and Cyclone | ||
|---|---|---|
| <<< Previous | Next >>> | |
Symbols | A | C | D | F | G | H | I | K | L | M | N | O | P | R | S | T | U | V | W | X
| #include | Any path to a file. Relative Paths from the bin/ directory. |
| <Chain> </Chain> | N/A |
| <OverviewCache> </OverviewCache> | N/A |
| <Spool> </Spool> | N/A |
| ActiveFile | Any path to a file |
| Aliases | Hostname list delimited with commas. |
| AllowFeeding | True (on), False (off) |
| AllowFilter | True (on), False (off) |
| AllowNewNews | True (on), False (off) |
| AllowPosting | True (on), False (off) |
| AllowReading | True (on), False (off) |
| ArchiveThreshold | 1 to 100 |
| AuthenticationFile | A valid path and filename |
| AuthenticationProgram | A valid path and filename |
| AutoAddGroups | True (on), False (off) |
| CacheNumber | 1 to 255 |
| CommandLog | A valid path and filename |
| Compressed | True (on), False (off) |
| CompressionLevel | 0 to 9 |
| ControlDepth | 0 to (2^31)-1 |
| CountRefresh | 0 to 3600 |
| DenyMessage | A text message |
| DescriptionsFile | A valid path and filename |
| Distribution | A valid glob-style expression |
| DistributionsFile | A valid path and filename |
| FilterSubscription | A glob-style expression |
| ForceOrganization | True (on), False (off) |
| GroupAllowFile | A valid path and filename |
| GroupDenyFile | A valid path and filename |
| HostConnectionLimit | 0, or 1 to (2^32) -1 |
| HostNames | A valid hostname or IP address or a valid hostname or IP addressappended with a ':' and a valid port number. |
| IdleTime | 0, 1 to (2^31)-1 |
| IncomingFeedName | The name of an incoming feed object |
| IncomingGroupFilter | A glob-style expression |
| IncomingHostnames | A list of glob or CIDR style expressions separated by commas |
| IncomingInterface | A valid IP address or hostname |
| Interface | A valid IP address or hostname |
| Kilobytes | 10000 to 2000000 |
| ListRefresh | 0, 1 to 1024 |
| Locale | A valid locale |
| LocaleDirectory | A valid path |
| MailerOption | Any value that the MailerPath program requires to process a message that includes full headers and body. |
| MailerPath | A valid filename for a file that the server is running and that is executable by the user (default news). Used when an article is posted to a moderated group. |
| MaxConnections | 0, 1 to 1024 |
| MaxDepth | 1 to 5000 |
| MaxIncomingNumberOfStreams | 0 to 1024 |
| MaxLength | 1 to 4194304 |
| MinLength | 0 to 4194304 |
| ModeratorsFile | A valid path |
| NumberOfStreams | 1 to 300 |
| Organization | A text string |
| OutgoingFeedName | A text string |
| OutgoingHostName | A valid hostname or IP address or a valid hostname or IP address appended with a ':' and a valid port number. |
| OutgoingInterface | A valid hostname or IP address |
| Path | A valid path and filename |
| ProcessCancels | True (on), False (off) |
| ProcessSupercedes | True (on), False (off) |
| RefuseSpamCancels | True (on), False (off) |
| RewriteDate | True (on), False (off) |
| RewritePath | True (on), False (off) |
| SecureReverseDNS | True (on), False (off) |
| SendXrefInOverviews | True (on), False (off) |
| ShowPostFilterRejection | True (on), False (off) |
| SpoolNumber | 1 to 255 |
| StampXReceivedDate | True (on), False (off) |
| StoreControlMessages | True (on), False (off) |
| SubjectPattern | A valid glob-style pattern |
| Subscription | A glob-style expression |
| TCPReceiveBuffer | Values depend on the operating system, but most have a limit of 65536 bytes. |
| TCPSendBuffer | Values depend on the operating system, but most have a limit of 65536 bytes. |
| TimeOut | 0, 1 to (2^31)-1 |
| UpstreamDistribution | A valid glob-style expression |
| UpstreamFilterSubscription | A valid glob-style expression |
| UpstreamHostNames | A valid hostname or IP address or a valid hostname or IP address appended with a ':' and a valid port number. |
| UpstreamInterface | A valid IP address or hostname |
| UpstreamSubscription | A valid glob-style expression |
| ValidateCancels | True (on), False (off) |
| ValidateSupercedes | True (on), False (off) |
| WelcomeMessage | Any text message |
| XComplaintsTo | A valid e-mail address |
| XrefAction | 'Generate' or 'Parse' |
| XrefMaster | List of globs |
Symbols | A | C | D | F | G | H | I | K | L | M | N | O | P | R | S | T | U | V | W | X
Specifies another configuration file to be loaded at this point in the file. The specified path can be absolute, or relative to the "bin" directory. (Full recursion is permitted). Use #include to simplify multiple definitions and save administration busy work.
| Products | Cyclone, Typhoon, Twister, Tornado Back End, Tornado Front End |
| Container | <product>.conf and feeds.conf |
| Legal Values | Any path to a file. Relative Paths from the bin/ directory. |
| Default Value | None |
Example 17-1. #include Usage
#include ../spools.conf |
Delimiters for the beginning and end of a Chain object.
Example 17-2. <Chain> </Chain> Usage
<Chain> HostNames chaining-master.mycompany.com CountRefresh 5 Subscription * FilterSubscription !* IdleTime 0 Interface 192.168.1.2 ListRefresh 5 MaxConnections 300 </Chain> |
Delimiters for the beginning and end of a Overview Cache object.
Example 17-3. <OverviewCache> </OverviewCache> Usage
# Since the "alt.binaries.pictures" hierarchy is popular, use an overview # cache to speed the retrieval of overview lines. # <OverviewCache> CacheNumber 2 Path /news/cache/overview2 Kilobytes 2000000 Subscription alt.binaries.pictures.* FilterSubscription alt.binaries.pictures.erotica.* </OverviewCache> |
Delimiters for the beginning and end of a Spool object. Minimum spool size is 15,000 Kilobytes (as of .348 releases and above). Maximum spool size is 2000 Gigabytes (as of .348 releases and above)
| Products | Cyclone, Typhoon, Twister, Tornado Back End, Tornado Front End |
| Container | <product>.conf |
| Legal Values | N/A |
| Default Value | None |
Example 17-4. <Spool> </Spool> Usage
# Spool Example 1 (Not Cyclone) <Spool> SpoolNumber 2 Kilobytes 25000000 Path /usr/local/news/spool2 Subscription *bina*, *mp3*, *vcd*, *sex*, *multimedia* FilterSubscription !*,*jobs*, *.ads.*, *.forsale.*, *.for-sale.*,*.test* </Spool> # Spool Example 2 (Not Cyclone) <Spool> SpoolNumber 200 Kilobytes 15000 Path /usr/local/news/spool5/control-spool StoreControlMessages True SubjectPattern cmsg* </Spool> # Spool Example 3 (Cyclone) <Spool> SpoolName mainSpool Kilobytes 15000 Path /usr/local/news/spool/mainSpool # Subcription/FilterSubcription supported in Cyclone builds after # Sept '04 Subscription * </Spool> |
Symbols | A | C | D | F | G | H | I | K | L | M | N | O | P | R | S | T | U | V | W | X
The ActiveFile directive specifies the location of the active file. It can be specified by absolute path or a path relative to the bin directory. The active file contains a list of the newsgroups currently being served by this system, including high and low article numbers and moderation status of the group.
| Products | Typhoon, Twister, Tornado Back End, Tornado Front End |
| Container | <product>.conf |
| Legal Values | Any path to a file |
| Default Value | ../etc/active |
Example 17-5. ActiveFile Usage
ActiveFile ../etc/active |
The Aliases directive names all of the machines that are 'equivalent' for this outgoing feed. If the 'Path:' field of an article indicates that it has already been to one of these sites, it won't be sent to this feed. If you decide to use this directive, don't forget to include the value of OutgoingHostname in your list of machines. Please remember that the value for this directive is a list of glob-style patterns.
| Products | Cyclone, Typhoon, Twister, Tornado Back End |
| Container | <Feed> |
| Legal Values | Hostname list delimited with commas. |
| Default Value | None |
Example 17-6. Aliases Usage
Aliases hostname, *.company.com |
Permits clients matching the IncomingHostnames field on this feed to use IHAVE, CHECK and other NNTP Feeding commands.
| Products | Typhoon, Twister, Tornado Back End |
| Container | <Feed> |
| Legal Values | True (on), False (off) |
| Default Value | None |
Example 17-7. AllowFeeding Usage
AllowFeeding True |
If set to true, this directive allows hosts matching the IncomingHostnames field to use the NNTP FILTER extension to rapidly cancel articles to this news server. See the NNTP Filter Proposal for details.
| Products | Typhoon, Twister, Tornado Back End, Tornado Front End |
| Container | <Feed> |
| Legal Values | True (on), False (off) |
| Default Value | None |
Example 17-8. AllowFilter Usage
AllowFilter True |
Indicates whether the feed object supports the NEWNEWS protocol request. If you set this directive, you must also specify the -log and -loggroups directives in the start.conf file. Caution! The NEWNEWS request is performance intensive. If you set this directive to True, make sure that the server has sufficient resources to handle the extra load.
| Products | Typhoon, Twister, Tornado Back End |
| Container | <Feed> |
| Legal Values | True (on), False (off) |
| Default Value | None |
Example 17-9. AllowNewNews Usage
AllowNewNews False |
Permits clients matching the IncomingHostnames directive on this feed to post articles on the news server. Posts are done with NNTP POST command.
| Products | Typhoon, Twister, Tornado Back End |
| Container | <Feed> |
| Legal Values | True (on), False (off) |
| Default Value | None |
Example 17-10. AllowPosting Usage
AllowPosting True |
Permits clients matching the IncomingHostnames directive on this feed to read articles that are saved on the news server. Reading is done with NNTP Reader commands (ARTICLE, BODY, GROUP, HEAD, etc.).
| Products | Typhoon, Twister, Tornado Back End, Tornado Front End |
| Container | <Feed> |
| Legal Values | True (on), False (off) |
| Default Value | None |
Example 17-11. AllowReading Usage
AllowReading True |
Specifies a warning threshold for a spool object. If you set Archive Threshold 'n' in a spool object, where 'n' is a warning threshold, the spool will stop accepting articles once it is filled. When the threshold is reached, the spool object issues a LOG_CRIT log message and continues to issue a message at each 1% increase thereafter. For example, specifying the ActiveThreshold at 90 results in a log message when the spool reaches 90% of its capacity, and an additional message at each additional 1% up to 100%. Warning: Once a spool is an archive spool, it must be destroyed to turn it back to a normal spool.
| Products | Typhoon, Twister, Tornado Back End |
| Container | <product>.conf |
| Legal Values | 1 to 100 |
| Default Value | None |
Example 17-12. ArchiveThreshold Usage
ArchiveThreshold 90 |
Specifies the path of the file to be used to authenticate users before any transactions are allowed with the server. Refer to the authentication-EXAMPLE file in the etc/ directory for documentation on the file format. The path can be either an absolute path or a path relative to the bin/ directory.
| Products | Typhoon, Twister, Tornado Back End |
| Container | <Feed> |
| Legal Values | A valid path and filename |
| Default Value | None |
Example 17-13. AuthenticationFile Usage
AuthenticationFile ../etc/authentication |
Specifies a program to authenticate users and connections before any transactions are allowed with the server. The path for the filename can be either an absolute path or a path relative to the bin/ directory. Multiple feeds that have the same value assigned for this directive share access to a single instance of the AuthenticationProgram directive. An extremely powerful directive and can be used to implement tight control over capacity, simultaneous access, and security. Refer to the Advanced Configuration section for more details.
| Products | Typhoon, Twister, Tornado Back End, Tornado Front End |
| Container | <Feed> |
| Legal Values | A valid path and filename |
| Default Value | None |
Example 17-14. AuthenticationProgram Usage
AuthenticationProgram ../etc/sample_auth.pl |
Specifies that while running in XrefAction Parse mode, groups that are not in the active file and to which numbered articles are posted should be automatically added to the active file.
| Products | Typhoon, Twister, Tornado Back End, Tornado Front End |
| Container | <product>.conf |
| Legal Values | True (on), False (off) |
| Default Value | True |
Example 17-15. AutoAddGroups Usage
AutoAddGroups False |
Symbols | A | C | D | F | G | H | I | K | L | M | N | O | P | R | S | T | U | V | W | X
Specifies a unique number for each overview cache object. Note: This directive is required for all overview cache objects.
| Products | Typhoon, Twister, Tornado Back End |
| Container | <OverviewCache> |
| Legal Values | 1 to 255 |
| Default Value | None |
Example 17-16. CacheNumber Usage
CacheNumber 5 |
Logs all the commands that are sent to this feed object in the specified file. The path for this log file can be either an absolute path or a path relative to the bin/ directory. This directive is useful for debugging problems pertaining to news readers. The log file is buffered, but executing the bin/ statsnow command flushes the buffer.
| Products | Typhoon, Twister, Tornado Back End, Tornado Front End |
| Container | <Feed> |
| Legal Values | A valid path and filename |
| Default Value | None |
Example 17-17. CommandLog Usage
CommandLog ../log/command.log |
Specifies whether the system should compress new articles as the are stored in this spool. Although multiple scalable compression algorithms are provided, all compression takes CPU time and is suitable only for machines with low CPU utilization. A spool can contain a mixture of compressed and uncompressed articles, so you can change the value of this directive at any time without losing articles that have already been stored in this spool. If you set the start.conf log variable, successfully compressed articles have the compressed size listed after a slash in the size field. If you run with the -log option, articles in the spool which were compressed successfully ( i.e. where the article compressed favorably) have the compressed size listed after a slash in the size field.
| Products | Typhoon, Twister, Tornado Back End |
| Container | <Spool> |
| Legal Values | True (on), False (off) |
| Default Value | False |
Example 17-18. Compressed Usage
Compressed False |
Specifies the compression type that is used in a compressed spool. A value of 0 specifies a real-time high-compression algorithm that specializes in low memory usage. Values from 1 through 9 indicate a "deflate" compression scheme. The higher the compression level, the more aggressive is the compression, and the more memory and CPU power are consumed. High compression levels are recommended only for servers that use little CPU and memory. Since spool objects can contain mixtures of articles compressed with different CompressionLevels, the value of this directive can be changed at any time.
Example 17-19. CompressionLevel Usage
CompressionLevel 1 |
See Also: Compressed.
Specifies the number of control messages that require external processing to be queued in the control directory. When this limit is reached, no new messages are queued. A value of 0 indicates that no control messages will be queued for external processing.
| Products | Cyclone, Typhoon, Twister, Tornado Back End |
| Container | <product>.conf |
| Legal Values | 0 to (2^31)-1 |
| Default Value | 0 |
Example 17-20. ControlDepth Usage
ControlDepth 400 |
Specifies the how often (in minutes) to refresh article counts for individual groups on the master server.
| Products | Typhoon, Twister, Tornado Back End |
| Container | <Chain> </Chain> |
| Legal Values | 0 to 3600 |
| Default Value | None |
Example 17-21. CountRefresh Usage
CountRefresh 15 |
Symbols | A | C | D | F | G | H | I | K | L | M | N | O | P | R | S | T | U | V | W | X
Specifies the message returned by the server when it denies a connection because no feed objects match any IncomingHostnames directive.
| Products | Cyclone, Typhoon, Twister, Tornado Back End, Tornado Front End |
| Container | <product>.conf |
| Legal Values | A text message |
| Default Value | Permission Denied - Powered by Highwinds -- http://www.highwinds-software.com/ |
Example 17-22. DenyMessage Usage
DenyMessage Permission Denied -- Contact support@company.com for more information. |
Specifies the location of a file that describes each newsgroup. This can be either an absolute path or a path relative to the bin/ directory. A default description file is provided with the installation which provides descriptions of the newsgroups in the 'Big Eight' hierarchy.
| Products | Typhoon, Twister, Tornado Back End, Tornado Front End |
| Container | <product>.conf |
| Legal Values | A valid path and filename |
| Default Value | ../etc/descriptions |
Example 17-23. DescriptionsFile Usage
DescriptionsFile ../etc/description |
Specifies the glob-style expressions for the outgoing newsfeed that must match the distribution line of an article. Articles that arrive wit h no specification of their distribution will be treated as if they had a distri bution of 'world'.
| Products | Cyclone, Typhoon, Twister, Tornado Back End |
| Container | <Feed> |
| Legal Values | A valid glob-style expression |
| Default Value | None |
Example 17-24. Distribution Usage
Distribution !internal*, world,usa |
Specifies the location of the distributions file. This can be either an absolute path or a path relative to the bin/ directory. The distributions file contains newsgroup patterns and the list of distributions that are to be used for articles posted without a Distribution header line. This file is especially useful for administrators wishing to participate in Usenet II.
| Products | Typhoon, Twister, Tornado Back End, Tornado Front End |
| Container | <product>.conf |
| Legal Values | A valid path and filename |
| Default Value | ../etc/distributions |
Example 17-25. DistributionsFile Usage
DistributionsFile ../etc/distributions |
Symbols | A | C | D | F | G | H | I | K | L | M | N | O | P | R | S | T | U | V | W | X
Specifies a glob-style expression that the Newsgroups: header must not match. Any match of the glob will disallow a particular article.
| Products | Cyclone, Typhoon, Twister, Tornado Back End, Tornado Front End |
| Container | <Feed>, <Spool>, <OverviewCache> |
| Legal Values | A glob-style expression |
| Default Value | None |
Example 17-26. FilterSubscription Usage
FilterSubscription !*, internal.* |
Specifies that the organization header in an article is to be replaced with the value specified in the Organization directive.
| Products | Typhoon, Twister, Tornado Back End, Tornado Front End |
| Container | <Feed> |
| Legal Values | True (on), False (off) |
| Default Value | None |
Example 17-27. ForceOrganization Usage
ForceOrganization True |
Symbols | A | C | D | F | G | H | I | K | L | M | N | O | P | R | S | T | U | V | W | X
Specifies the location of a file which contains a list of newsgroups which are allowed in the contained object. The file can be specified by absolute path or a path relative to the bin directory. This file specifies a list of newsgroups, not a list of glob-style patterns. Since this directiveis applied at the same time the Subscription directive is applied, we suggest that you use the Subscription directive unless the directive gets very large.
| Products | Cyclone, Typhoon, Twister, Tornado Back End, Tornado Front End |
| Container | <Feed>, <Spool>, <OverviewCache> |
| Legal Values | A valid path and filename |
| Default Value | None |
Example 17-28. GroupAllowFile Usage
GroupAllowFile ../permitted.txt |
Specifies the location of a file which contains a list of newsgroups which are NOT allowed in the contained object. The file can be specified by absolute path or a path relative to the bin directory. This file specifies a list of newsgroups, not a list of glob-style patterns. Since this directiveis applied at the same time the FilterSubscription directive is applied, we suggest that you use the FilterSubscription directive unless the directive gets very large.
| Products | Cyclone, Typhoon, Twister, Tornado Back End, Tornado Front End |
| Container | <Feed>, <Spool>, <OverviewCache> |
| Legal Values | A valid path and filename |
| Default Value | None |
Example 17-29. GroupDenyFile Usage
GroupDenyFile ../deniedlist.txt |
See Also: FilterSubscription.
Symbols | A | C | D | F | G | H | I | K | L | M | N | O | P | R | S | T | U | V | W | X
Sets the upper limit for individual hosts that are permitted to connect within a feed object. A value of 0 indicates unlimited connections. For instance, 'HostConnectionLimit 1' in a feed object which serves multiple clients ensures that only one connection may be running on each client machine. 'HostConnectionLimit 10' in a feed object which matches one multi-user machine ensures that only ten connections from that machine can read news at once. To be clear, this directive sets a limit for individual hosts within a feed object, not for the entire feed object. See MaxIncomingNumberOfStreams
| Products | Typhoon, Twister, Tornado Back End, Tornado Front End |
| Container | <Feed> |
| Legal Values | 0, or 1 to (2^32) -1 |
| Default Value | None |
Example 17-30. HostConnectionLimit Usage
HostConnectionLimit 4 |
Specifies the name and optionally the port of the master server to connect to. Multiple server names can be specified and separated by commas. Required for all chain objects.
| Products | Typhoon, Twister, Tornado Back End |
| Container | <Chain> </Chain> |
| Legal Values | A valid hostname or IP address or a valid hostname or IP addressappended with a ':' and a valid port number. |
| Default Value | None |
Example 17-31. HostNames Usage
Hostnames chaining-master.mycompany.com:42119 |
Symbols | A | C | D | F | G | H | I | K | L | M | N | O | P | R | S | T | U | V | W | X
Specifies how long (in seconds) a master server connection can remain idle before it should be closed. '0' means connections are never closed.
| Products | Typhoon, Twister, Tornado Back End |
| Container | <Chain> </Chain> |
| Legal Values | 0, 1 to (2^31)-1 |
| Default Value | 0 |
Example 17-32. IdleTime Usage
IdleTime 0 |
Specifies the name of the incoming feed object. All incoming feed objects must have a name that can be referred to in error messages and statistical logs. Note: This directive is required for all incoming feed objects.
| Products | Cyclone, Typhoon, Twister, Tornado Back End, Tornado Front End |
| Container | <Feed> |
| Legal Values | The name of an incoming feed object |
| Default Value | None |
Example 17-33. IncomingFeedName Usage
IncomingFeedName newsnet.com-feeders |
Specifies a glob-style expression that cannot match the newsgroups line of an article received by the Discussion Server. If an incoming article is posted to a group that matches this expression, the article is dropped.
| Products | Cyclone, Typhoon, Twister, Tornado Back End, Tornado Front End |
| Container | <Feed> |
| Legal Values | A glob-style expression |
| Default Value | None |
Example 17-34. IncomingGroupFilter Usage
IncomingGroupFilter !*, internal.* |
Specifies a list of hostnames allowed for this feed object and is required for all incoming feed objects. For IP addresses without reverse-DNS ecords, IP addresses and glob-style IP patterns like '10.2.3.*' can be used. Multiple patterns can be used, separated by commas. Incoming connections to the server are assigned to a feed object by matching top-bottom in the feeds.conf file. So it is important that the feed objects go from most-specific to most-general. That is, a feed object with 'IncomingHostNames newsfeed.company.com' should be placed earlier in the file than a feed object with 'IncomingHostNames *.company.com'.
| Products | Typhoon, Twister, Tornado Back End, Tornado Front End |
| Container | <Feed> |
| Legal Values | A list of glob or CIDR style expressions separated by commas |
| Default Value | None |
Example 17-35. IncomingHostnames Usage
IncomingHostNames 10.10.10.0/24, 10.10.1[17].*, host.domain.com, *.company.com |
See Also: HostConnectionLimit.
Defines the IP address of the network interface that is used for the incoming newsfeed. On machines with a single network interface, this directive does not need to be set. For multiple network interfaces, this directive enables you to control which interface is used for each feed object. By default, Highwinds products bind all network interfaces.
| Products | Cyclone, Typhoon, Twister, Tornado Back End, Tornado Front End |
| Container | <Feed> |
| Legal Values | A valid IP address or hostname |
| Default Value | None |
Example 17-36. IncomingInterface Usage
IncomingInterface 172.16.1.2 |
Defines the IP address of the network interface that is used for the incoming Chain Object. On machines with a single network interface, this directive does not need to be set. For multiple network interfaces, this directive enables you to control which interface is used for each object. By default, Highwinds products bind all network interfaces.
| Products | Typhoon, Twister, Tornado Back End |
| Container | <Chain> </Chain> |
| Legal Values | A valid IP address or hostname |
| Default Value | None |
Example 17-37. Interface Usage
Interface 10.1.1.5 |
Symbols | A | C | D | F | G | H | I | K | L | M | N | O | P | R | S | T | U | V | W | X
Specifies the size in kilobytes of this spool object. Individual sp ool objects can be as small as 10,000 Kilobytes and as large as 32,000,000 Kilobytes. As of releases post February 2003, the Kilobytes directive can be replaced with Megabytes, Gigabytes, or Terabytes and the appropriate calculations will take place to set the size for the Spool object. Note: This directive is required for all Spool objects.
| Products | Cyclone, Typhoon, Twister, Tornado Back End, Tornado Front End |
| Container | <Spool> |
| Legal Values | 10000 to 32000000 (post Feb '03, the Max is 2,000,000,000). |
| Default Value | None |
Example 17-38. Kilobytes Usage
Kilobytes 50000 , Gigabytes 500 |
Specifies the size of the OverviewCache object, in kilobytes. Individual OverviewCache objects can be as small as 10,000 Kilobytes and as large as 2,000,000 Kilobytes.
| Products | Typhoon, Twister, Tornado Back End |
| Container | <OverviewCache> |
| Legal Values | 10000 to 2000000 |
| Default Value | None |
Example 17-39. Kilobytes Usage
Kilobytes 50000 |
Symbols | A | C | D | F | G | H | I | K | L | M | N | O | P | R | S | T | U | V | W | X
Specifies how often (in minutes) the master is queried for a list of available groups and their article ranges.
| Products | Typhoon, Twister, Tornado Back End |
| Container | <Chain> </Chain> |
| Legal Values | 0, 1 to 1024 |
| Default Value | 15 |
Example 17-40. ListRefresh Usage
ListRefresh 5 |
Specifies the location of the directory that contains localization message text files.
| Products | Typhoon, Twister, Tornado Back End, Tornado Front End |
| Container | <product>.conf |
| Legal Values | A valid path |
| Default Value | ../locales |
Example 17-41. LocaleDirectory Usage
LocaleDirectory ../locales |
Specifies the locale for this feed object. The value will be used to load the message catalog located in the LocaleDirectory
| Products | Typhoon, Twister, Tornado Back End, Tornado Front End |
| Container | <Feed> |
| Legal Values | A valid locale |
| Default Value | None |
Example 17-42. Locale Usage
Locale spanish |
See Also: LocaleDirectory.
Symbols | A | C | D | F | G | H | I | K | L | M | N | O | P | R | S | T | U | V | W | X
Specifies options passed during startup to the program specified in MailerPath.
| Products | Typhoon, Twister, Tornado Back End, Tornado Front End |
| Container | <product>.conf |
| Legal Values | Any value that the MailerPath program requires to process a message that includes full headers and body. |
| Default Value | -t |
Example 17-43. MailerOption Usage
MailterOption -t |
Specifies the location of a program that accepts messages on stdin for mailing. This directive is used for articles posted to a moderated group. The location can be either an absolute path or a path relative to the bin/ directory.
| Products | Typhoon, Twister, Tornado Back End, Tornado Front End |
| Container | <product>.conf |
| Legal Values | A valid filename for a file that the server is running and that is executable by the user (default news). Used when an article is posted to a moderated group. |
| Default Value | /usr/lib/sendmail |
Example 17-44. MailerPath Usage
MailerPath /usr/lib/sendmail |
See Also: MailerOption.
Specifies the maximum number of simultaneous upstream connections allowed between this host and the master server. This number should be at least one-fifth of the number of simultaneous reader connections you expect on the slave server.
| Products | Typhoon, Twister, Tornado Back End |
| Container | <Chain> </Chain> |
| Legal Values | 0, 1 to 1024 |
| Default Value | 0 |
Example 17-45. MaxConnections Usage
MaxConnections 96 |
Maximum number of articles to keep in the queue for this outgoing feed. If the queue reaches MaxDepth, the oldest articles are removed to make room for newer articles. This value can be set as high as 5,000 articles.
| Products | Typhoon, Twister, Tornado Back End, Tornado Front End |
| Container | <Feed> |
| Legal Values | 1 to 5000 |
| Default Value | None |
Example 17-46. MaxDepth Usage
MaxDepth 100 |
If specified, this directive limits the total number of connections the feed object can have open for talking to all of the connected hosts. For instance, if you wanted to restrict a site to ten simultaneous connections but not restrict them to specific machines, you could specify MaxIncomingNumberOfStreams 10
| Products | Cyclone, Typhoon, Twister, Tornado Back End, Tornado Front End |
| Container | <Feed> |
| Legal Values | 0 to 1024 |
| Default Value | 0 |
Example 17-47. MaxIncomingNumberOfStreams Usage
MaxIncomingNumberOfStreams 100 |
Specifies the maximum permitted length of articles in this spool object.
| Products | Typhoon, Twister, Tornado Back End, Tornado Front End |
| Container | <Spool> |
| Legal Values | 1 to 4194304 |
| Default Value | 4000000 |
Example 17-48. MaxLength Usage
MaxLength 50000 |
Specifies the minimum permitted length of articles in this spool object.
| Products | Typhoon, Twister, Tornado Back End, Tornado Front End |
| Container | <Spool> |
| Legal Values | 0 to 4194304 |
| Default Value | 0 |
Example 17-49. MinLength Usage
MinLength 50000 |
Specifies the location of the moderators file, which lists the email address of the moderator for each moderated group. This can be either an absolute path or a path relative to the bin/ directory.
| Products | Typhoon, Twister, Tornado Back End, Tornado Front End |
| Container | <product>.conf |
| Legal Values | A valid path |
| Default Value | ../etc/moderators |
Example 17-50. ModeratorsFile Usage
ModeratorsFile ../etc/moderators |
Symbols | A | C | D | F | G | H | I | K | L | M | N | O | P | R | S | T | U | V | W | X
Sets the number of simultaneous connections that are open for this outgoing newsfeed.
| Products | Cyclone, Typhoon, Twister, Tornado Back End, Tornado Front End |
| Container | <Feed> |
| Legal Values | 1 to 300 |
| Default Value | None |
Example 17-51. NumberOfStreams Usage
NumberOfStreams 3 |