#
# This configuration file specified most of the parameters
# for Tortoise.
# 
# any line beginning with a # is ignored
# blank lines are ignored
#
# 
# The distribution file.
#
# This file contains the information on outgoing
# feeds.
#

LogDirectory=c:/news/logs

#
# Number of log files to keep around.  Default is 5.  Each log file holds 10000 lines.
#

MaxKeepLogFile=5


#
# What do we put in the "Path:" line of articles to
# identify our host?
#

HostPathIdentifier=new.tortoise.host

#
# Path to init.tcl, a TCL script which reads in config files.  At the end of init.tcl 
# configuration for article stores is done.
#

StartupScript=c:/news/init.tcl

#
# Path to the groups (active) file.
#
#

GroupFile=c:/news/group.num

#
# Maximum number of system connections.
#

MaxIncomingConnections=100

# This controls whether Tortoise rescans the DNS for its incoming information hourly.  
# Defaults to 1 (on), but probably should be set to 0 (off)
#
# UpdateIncomingEntries=1

#
# Paths to posting directories.  Posts are queued (one per file) before being processed.
#

PostQueueDirectory=c:/news/posts
OutgoingPostQueueDirectory=c:/news/outgoing

#
# History configuration
#
# The history files.
#
# If you have lots of disks, you can put these on 
# different spindles to improve performance, though
# you are much better off adding memory to cache them.
#
# Number of entries in the history. 
#
# At 700000 articles per day this history's retention would be 10 days.
#
# SeenTableSize should be a prime number for hashing purposes
#

SeenDataCount=6000000
SeenTableSize=3123557

#
# where do you want the seen files to go?
#

HistoryTablePath=c:/news/
HistoryDataPath=c:/news/


#
# File used for group numbering updates for list.
#

ActiveFile=c:/news/active.tort


#
# GroupDataCount number of group slots.
#
# Each slot holds 30 articles in a group.  You should set this 5000-10000 slots higher 
# than the highest slot number. (see group.num)
#
# The practical limit on slot usage is 150000.
#  
#
GroupArraySize=60000

GroupTablePath=c:/news/
GroupDataPath=c:/news/

#
# Tracks groups created for the NNTP newgroups command.
#

newgroupsfile=c:/news/newgroups.txt

#
# Directory for keeping outgoing feed queue files.
#

FeedQueuePath=c:/news/feedq

#
# If you are planning to use Tortoise for a transit server only. (No readers)
# If you are using transit mode it does not use or create the groups database.
#

#OpMode=transit

#
# Use normal mode if you are planning to support both reading and feeding.
#

#OpMode=normal

#
# Use slave mode if you are planning to support slaving from another host.  
# Tortoise will use xref headers from the feeding host to maintain group numbers.
#

#OpMode=slave

#
# Normal mode: xrefcommunity sets the string that is the first element of the xref header
# Slave mode: xrefcommunity must match first element of the incoming xref headers.
#


#xrefcommunity=new.tortoise.host


# External Filter Specifier
#
# Note: you need to make sure that you specify the .exe for your filter
#
# Note 2: If you're using a PERL filter, make sure that you add a 
# binmode(STDIN);
# line to the script before it enters a while (<>) loop to read from
# the parent (Tortoise) process
#

# ExternalFilter=c:/perl/bin/perl.exe c:/news/cleanfeed.pl


#
# Using Tortoise's stringmatch you can determine which articles go through the external
# filter.
#

# ExternalFilterMatchString=*,<30000


# Banner displayed to connection when the system wide connection limit has been reached.
#
# SystemTooManyMessage= Sorry, you have exceeded the total number of connections allowed.
#

# Maximum number of group crossposts per article.
#
# MaxCrossPosts=15


# Message displayed when a site opens too many connections.
#
# SiteTooManyMessage= Sorry, you have exceeded the total number of connections allowed from you site.
#
# Banner displayed to unauthorized connections.
#
# NoAccessMessage=This is a tranfer only host -- please try another news host for reading
#
# Maximum age of article in days. The default is 7.
#
# MaxArticleAge=7
#
# The banner displayed on an authroized connection.
#
# ConnectBanner=Tortoise Internet News Server 2.0b1

# Default maximum number of connections per site
#
# SiteDefaultMaxIncomingConnections=7

