]> git.pld-linux.org Git - packages/inn.git/blame - inn-etc-inn.conf
- upgraded to 2.3.1
[packages/inn.git] / inn-etc-inn.conf
CommitLineData
95b08739
JR
1## $Id$
2##
3## inn.conf -- INN configuration data
4##
d9177052 5## Format:
95b08739 6## <parameter>:<whitespace><value>
d9177052 7##
95b08739 8## Blank values are allowed for certain parameters.
d9177052 9##
95b08739
JR
10## See the inn.conf(5) man page for a full description of each of these
11## options. This sample file is divided into two sections; first, there
12## are the parameters that must be set (or should be set in nearly all
13## cases), and then all parameters are given with their defaults for
14## reference in the same order and with the same organization as the
15## inn.conf(5) documentation.
16
17# The following parameters are most likely to need setting, although the
18# defaults generated by configure may be reasonable.
19
20mta: /usr/lib/sendmail -oi %s
21organization: A poorly-installed InterNetNews site
22ovmethod: tradindexed
23pathhost: localhost
24pathnews: /usr
25
26# General Settings
27
d9177052 28domain:
95b08739
JR
29innflags:
30mailcmd: /usr/bin/innmail
31server: localhost
32
33# Feed Configuration
34
35artcutoff: 14
d9177052 36bindaddress: all
95b08739
JR
37hiscachesize: 0
38ignorenewsgroups: false
39immediatecancel: false
40linecountfuzz: 0
41maxartsize: 1000000
42maxconnections: 50
43pathalias:
44pgpverify: false
45port: 119
46refusecybercancels: false
47remembertrash: true
d9177052 48sourceaddress: any
95b08739
JR
49usecontrolchan: true
50verifycancels: true
51wanttrash: false
52wipcheck: 5
53wipexpire: 10
54
55# Article Storage
56
57cnfscheckfudgesize: 0
58enableoverview: true
59groupbaseexpiry: true
60mergetogroups: false
61overcachesize: 15
62ovgrouppat:
63storeonxref: false
64useoverchan: false
65wireformat: false
66xrefslave: false
67
68# Reading
69
70allownewnews: false
71articlemmap: false
72clienttimeout: 1800
73nnrpdcheckart: true
74nnrpperlauth: false
75nnrppythonauth: false
76noreader: false
77readerswhenstopped: false
78readertrack: false
79
80# Reading -- Keyword Support
d9177052 81#
95b08739
JR
82# Enabling this without stopping innd and deleting the existing overview
83# database and adding will probably confuse a lot of things. You must
84# have compiled this support in too.
85
86keywords: false
87keyartlimit: 100000
88keylimit: 512
89keymaxwords: 250
90
91# Posting
92
93addnntppostingdate: true
94addnntppostinghost: true
95checkincludedtext: false
96complaints: abuse@localhost
97fromhost:
98localmaxartsize: 1000000
99moderatormailer:
100nnrpdauthsender: false
101nnrpdposthost:
102nnrpdpostport: 119
103spoolfirst: false
104strippostcc: false
105
106# Posting -- Exponential Backoff
107
108backoffauth: false
109backoffdb: /var/lib/news/backoff
110backoffk: 1
111backoffpostfast: 0
112backoffpostslow: 1
113backofftrigger: 10000
114
115# Monitoring
116
117doinnwatch: true
118innwatchbatchspace: 800
119innwatchlibspace: 25000
120innwatchloload: 1000
121innwatchhiload: 2000
122innwatchpauseload: 1500
123innwatchsleeptime: 600
124innwatchspoolnodes: 200
125innwatchspoolspace: 25000
126
127# Logging
128
129docnfsstat: true
130logartsize: true
131logcancelcomm: false
132logcycles: 3
133logipaddr: true
134logsitename: true
135nnrpdoverstats: false
136nntpactsync: 200
137nntplinklog: false
138status: 0
139timer: 0
140
141# System Tuning
142
143badiocount: 5
144blockbackoff: 120
145chaninacttime: 600
146chanretrytime: 300
147icdsynccount: 10
148maxforks: 10
149nicekids: 0
150nicenewnews: 0
151nicennrpd: 0
152pauseretrytime: 300
153peertimeout: 3600
154rlimitnofile: -1
155
156# Paths
157
158pathdb: /var/lib/news
159pathspool: /var/spool/news
160patharchive: /var/spool/news/archive
161patharticles: /var/spool/news/articles
162pathincoming: /var/spool/news/incoming
163pathoutgoing: /var/spool/news/outgoing
164pathoverview: /var/spool/news/overview
165pathtmp: /var/spool/news/incoming/tmp
166pathcontrol: /usr/share/news/control
167pathfilter: /usr/share/news/filter
168pathetc: /etc/news
169pathbin: /usr/bin
170pathhttp: /var/log/news
171pathlog: /var/log/news
172pathrun: /var/run/news
173
174# for IPv6 support
175
176listenonipv6: yes
This page took 0.093726 seconds and 4 git commands to generate.