This file is indexed.

/etc/news/inn.conf is in inn2-inews 2.6.0-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
##  $Id: inn.conf.in 9922 2015-07-14 16:43:55Z iulius $
##
##  inn.conf -- INN configuration data
##
##  Format:
##      <parameter>:<whitespace><value>
##
##  Blank values are allowed for certain parameters.
##
##  See the inn.conf(5) man page for a full description of each of these
##  options.  This sample file is divided into two sections; first, there
##  are the parameters that must be set (or should be set in nearly all
##  cases), and then all parameters are given with their defaults for
##  reference in the same order and with the same organization as the
##  inn.conf(5) documentation.

# The following parameters are most likely to need setting, although the
# defaults generated by configure may be reasonable.

mta:                         "/usr/sbin/sendmail -oi -oem %s"
organization:                "A poorly-installed InterNetNews site"
ovmethod:                    tradindexed
hismethod:                   hisv6
pathhost:                    server.example.net
pathnews:                    /usr/lib/news

#runasuser:
#runasgroup:

# General Settings

#domain:
#innflags:
mailcmd:                     /usr/lib/news/bin/innmail
#server:

# Feed Configuration

artcutoff:                   10
#bindaddress:
#bindaddress6:
dontrejectfiltered:          false
hiscachesize:                256
ignorenewsgroups:            false
immediatecancel:             false
linecountfuzz:               0
maxartsize:                  1000000
maxconnections:              50
#pathalias:
#pathcluster:
pgpverify:                   true
port:                        119
refusecybercancels:          false
remembertrash:               true
#sourceaddress:
#sourceaddress6:
verifycancels:               false
verifygroups:                false
wanttrash:                   false
wipcheck:                    5
wipexpire:                   10

# Article Storage

cnfscheckfudgesize:          0
enableoverview:              true
extraoverviewadvertised:     [ ]
extraoverviewhidden:         [ ]
groupbaseexpiry:             true
mergetogroups:               false
nfswriter:                   false
overcachesize:               128
#ovgrouppat:
storeonxref:                 true
useoverchan:                 false
wireformat:                  true
xrefslave:                   false

# Reading

allownewnews:                true
articlemmap:                 true
clienttimeout:               1800
initialtimeout:              10
msgidcachesize:              64000
nfsreader:                   false
nfsreaderdelay:              60
nnrpdcheckart:               true
nnrpdflags:                  ""
nnrpdloadlimit:              16
noreader:                    false
readerswhenstopped:          false
readertrack:                 false
tradindexedmmap:             true

# Reading -- Keyword Support
#
# You should add "keywords" to extraoverviewadvertised or extraoverviewhidden
# if you enable this feature.  You must have compiled this support in too
# with --enable-keywords at configure time.

keywords:                    false
keyartlimit:                 100000
keylimit:                    512
keymaxwords:                 250

# Posting

addinjectiondate:            true
addinjectionpostingaccount:  false
addinjectionpostinghost:     true
checkincludedtext:           false
#complaints:
#fromhost:
localmaxartsize:             1000000
#moderatormailer:
nnrpdauthsender:             false
#nnrpdposthost:
nnrpdpostport:               119
spoolfirst:                  false
strippostcc:                 false

# Posting -- Exponential Backoff

backoffauth:                 false
#backoffdb:
backoffk:                    1
backoffpostfast:             0
backoffpostslow:             1
backofftrigger:              10000

# Reading and Posting -- TLS/SSL Support
#
# The OpenSSL SSL and crypto libraries must have been found
# at configure time to have this support, or you must have
# compiled this support in with --with-openssl at configure time.

#tlscafile:
#tlscapath:                  /etc/news
#tlscertfile:                /etc/news/cert.pem
#tlskeyfile:                 /etc/news/key.pem
#tlsciphers:
#tlscompression:             true
#tlseccurve:
#tlspreferserverciphers:     true
#tlsprotocols:               [ TLSv1 TLSv1.1 TLSv1.2 ]

# Monitoring

doinnwatch:                  true
innwatchbatchspace:          4000
innwatchlibspace:            25000
innwatchloload:              1000
innwatchhiload:              2000
innwatchpauseload:           1500
innwatchsleeptime:           600
innwatchspoolnodes:          200
innwatchspoolspace:          25000

# Logging

docnfsstat:                  false
htmlstatus:                  true
incominglogfrequency:        200
logartsize:                  true
logcancelcomm:               false
logcycles:                   3
logipaddr:                   true
logsitename:                 true
logstatus:                   true
logtrash:                    true
nnrpdoverstats:              true
nntplinklog:                 false
#stathist:
status:                      600
timer:                       600

# System Tuning

badiocount:                  5
blockbackoff:                120
chaninacttime:               600
chanretrytime:               300
datamovethreshold:           16384
icdsynccount:                10
keepmmappedthreshold:        1024
#maxcmdreadsize:
maxforks:                    10
nicekids:                    4
nicenewnews:                 0
nicennrpd:                   0
pauseretrytime:              300
peertimeout:                 3600
rlimitnofile:                -1

# Paths

patharchive:                 /var/spool/news/archive
patharticles:                /var/spool/news/articles
pathbin:                     /usr/lib/news/bin
pathcontrol:                 /usr/lib/news/bin/control
pathdb:                      /var/lib/news
pathetc:                     /etc/news
pathfilter:                  /etc/news/filter
pathhttp:                    /var/www/inn
pathincoming:                /var/spool/news/incoming
pathlog:                     /var/log/news
pathoutgoing:                /var/spool/news/outgoing
pathoverview:                /var/spool/news/overview
pathrun:                     /run/news
pathspool:                   /var/spool/news
pathtmp:                     /var/spool/news/incoming/tmp