# This is the NNTP server leafnode fetches its news from.
# You need read and post access to it.
server = your.server.here

# Unread discussion threads will be deleted after this many days if
# you don't define special expire times. Mandatory.
expire = 20

# Non-standard expire times (no regex possible)
#groupexpire comp.os.linux.misc = 5     # group too big to hold articles 20 days
#groupexpire any.local.newsgroup = 100  # very interesting, hold articles longer:

# Never fetch more than this many articles from one group in one run.
# Be careful with this; setting it much below 1000 is probably a bad
# idea.
maxfetch = 2000

# Specifies an upper limit on how many groups an article may be posted to.
maxcrosspost = 0

# How many articles to fetch at initial download of group.
initialfetch = 500

# Delay download of bodies (true=1/false=0).
# If someone attempts to read the body of an article he gets a message that
# the body is marked for download next time. This can save a huge amount of
# bandwith if only few articles are really read from groups with lots of
# postings.
delaybody = 0

# This is the port to connect to on the news server.
# By default, the nttp port will be used.
#port=119

# This is the username that is used if authorization is required by the 
# upstream nntp server.
#username=

# This is the password that is used if authorization is required by the
# upstream nntp server. If you use this, please consider who can read this
# file!
#password=
