chiark / gitweb /
better stats for missing
[inn-innduct.git] / samples / inn.conf.in
1 ##  $Id: inn.conf.in 7751 2008-04-06 14:35:40Z iulius $
2 ##
3 ##  inn.conf -- INN configuration data
4 ##
5 ##  Format:
6 ##      <parameter>:<whitespace><value>
7 ##
8 ##  Blank values are allowed for certain parameters.
9 ##
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
20 mta:                    "@SENDMAIL@ -oi -oem %s"
21 organization:           "A poorly-installed InterNetNews site"
22 ovmethod:               tradindexed
23 hismethod:              hisv6
24 pathhost:               @HOSTNAME@
25 pathnews:               @prefix@
26
27 # General Settings
28
29 #domain:
30 #innflags:
31 mailcmd:                @prefix@/bin/innmail
32 #server:
33
34 # Feed Configuration
35
36 artcutoff:              10
37 #bindaddress:
38 #bindaddress6:
39 dontrejectfiltered:     false
40 hiscachesize:           0
41 ignorenewsgroups:       false
42 immediatecancel:        false
43 linecountfuzz:          0
44 maxartsize:             1000000
45 maxconnections:         50
46 #pathalias:
47 #pathcluster:
48 pgpverify:              @pgpverify@
49 port:                   119
50 refusecybercancels:     false
51 remembertrash:          true
52 #sourceaddress:
53 #sourceaddress6:
54 verifycancels:          false
55 wanttrash:              false
56 wipcheck:               5
57 wipexpire:              10
58
59 # Article Storage
60
61 cnfscheckfudgesize:     0
62 enableoverview:         true
63 groupbaseexpiry:        true
64 mergetogroups:          false
65 overcachesize:          15
66 #ovgrouppat:
67 storeonxref:            true
68 useoverchan:            false
69 wireformat:             false
70 xrefslave:              false
71 nfswriter:              false
72
73 # Reading
74
75 allownewnews:           true
76 articlemmap:            false
77 clienttimeout:          600
78 initialtimeout:         10
79 msgidcachesize:         10000
80 nnrpdcheckart:          true
81 nnrpdflags:             ""
82 noreader:               false
83 readerswhenstopped:     false
84 readertrack:            false
85 nfsreader:              false
86 nfsreaderdelay:         60
87 tradindexedmmap:        true
88 nnrpdloadlimit:         16
89
90 # Reading -- Keyword Support
91 #
92 # Enabling this without stopping innd and deleting the existing overview
93 # database and adding will probably confuse a lot of things.  You must
94 # have compiled this support in too.
95
96 keywords:               false
97 keyartlimit:            100000
98 keylimit:               512
99 keymaxwords:            250
100
101 # Posting
102
103 addnntppostingdate:     true
104 addnntppostinghost:     true
105 checkincludedtext:      false
106 #complaints:
107 #fromhost:
108 localmaxartsize:        1000000
109 #moderatormailer:
110 nnrpdauthsender:        false
111 #nnrpdposthost:
112 nnrpdpostport:          119
113 spoolfirst:             false
114 strippostcc:            false
115
116 # Posting -- Exponential Backoff
117
118 backoffauth:            false
119 #backoffdb:
120 backoffk:               1
121 backoffpostfast:        0
122 backoffpostslow:        1
123 backofftrigger:         10000
124
125 # Monitoring
126
127 doinnwatch:             true
128 innwatchbatchspace:     800
129 innwatchlibspace:       25000
130 innwatchloload:         1000
131 innwatchhiload:         2000
132 innwatchpauseload:      1500
133 innwatchsleeptime:      600
134 innwatchspoolnodes:     200
135 innwatchspoolspace:     8000
136
137 # Logging
138
139 docnfsstat:             false
140 logartsize:             true
141 logcancelcomm:          false
142 logcycles:              3
143 logipaddr:              true
144 logsitename:            true
145 nnrpdoverstats:         false
146 nntpactsync:            200
147 nntplinklog:            false
148 status:                 0
149 timer:                  0
150
151 # System Tuning
152
153 badiocount:             5
154 blockbackoff:           120
155 chaninacttime:          600
156 chanretrytime:          300
157 datamovethreshold:      8192
158 icdsynccount:           10
159 keepmmappedthreshold:   1024
160 #maxcmdreadsize:
161 maxforks:               10
162 nicekids:               4
163 nicenewnews:            0
164 nicennrpd:              0
165 pauseretrytime:         300
166 peertimeout:            3600
167 rlimitnofile:           -1
168
169 # Paths
170
171 patharchive:            @SPOOLDIR@/archive
172 patharticles:           @SPOOLDIR@/articles
173 pathbin:                @prefix@/bin
174 pathcontrol:            @CONTROLDIR@
175 pathdb:                 @DBDIR@
176 pathetc:                @ETCDIR@
177 pathfilter:             @FILTERDIR@
178 pathhttp:               @LOGDIR@
179 pathincoming:           @SPOOLDIR@/incoming
180 pathlog:                @LOGDIR@
181 pathoutgoing:           @SPOOLDIR@/outgoing
182 pathoverview:           @SPOOLDIR@/overview
183 pathrun:                @RUNDIR@
184 pathspool:              @SPOOLDIR@
185 pathtmp:                @tmpdir@