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
|
## $Id: inn.conf.in 7751 2008-04-06 14:35:40Z 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: "@SENDMAIL@ -oi -oem %s"
organization: "A poorly-installed InterNetNews site"
ovmethod: tradindexed
hismethod: hisv6
pathhost: @HOSTNAME@
pathnews: @prefix@
# General Settings
#domain:
#innflags:
mailcmd: @prefix@/bin/innmail
#server:
# Feed Configuration
artcutoff: 10
#bindaddress:
#bindaddress6:
dontrejectfiltered: false
hiscachesize: 0
ignorenewsgroups: false
immediatecancel: false
linecountfuzz: 0
maxartsize: 1000000
maxconnections: 50
#pathalias:
#pathcluster:
pgpverify: @pgpverify@
port: 119
refusecybercancels: false
remembertrash: true
#sourceaddress:
#sourceaddress6:
verifycancels: false
wanttrash: false
wipcheck: 5
wipexpire: 10
# Article Storage
cnfscheckfudgesize: 0
enableoverview: true
groupbaseexpiry: true
mergetogroups: false
overcachesize: 15
#ovgrouppat:
storeonxref: true
useoverchan: false
wireformat: false
xrefslave: false
nfswriter: false
# Reading
allownewnews: true
articlemmap: false
clienttimeout: 600
initialtimeout: 10
msgidcachesize: 10000
nnrpdcheckart: true
nnrpdflags: ""
noreader: false
readerswhenstopped: false
readertrack: false
nfsreader: false
nfsreaderdelay: 60
tradindexedmmap: true
nnrpdloadlimit: 16
# Reading -- Keyword Support
#
# Enabling this without stopping innd and deleting the existing overview
# database and adding will probably confuse a lot of things. You must
# have compiled this support in too.
keywords: false
keyartlimit: 100000
keylimit: 512
keymaxwords: 250
# Posting
addnntppostingdate: true
addnntppostinghost: 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
# Monitoring
doinnwatch: true
innwatchbatchspace: 800
innwatchlibspace: 25000
innwatchloload: 1000
innwatchhiload: 2000
innwatchpauseload: 1500
innwatchsleeptime: 600
innwatchspoolnodes: 200
innwatchspoolspace: 8000
# Logging
docnfsstat: false
logartsize: true
logcancelcomm: false
logcycles: 3
logipaddr: true
logsitename: true
nnrpdoverstats: false
nntpactsync: 200
nntplinklog: false
status: 0
timer: 0
# System Tuning
badiocount: 5
blockbackoff: 120
chaninacttime: 600
chanretrytime: 300
datamovethreshold: 8192
icdsynccount: 10
keepmmappedthreshold: 1024
#maxcmdreadsize:
maxforks: 10
nicekids: 4
nicenewnews: 0
nicennrpd: 0
pauseretrytime: 300
peertimeout: 3600
rlimitnofile: -1
# Paths
patharchive: @SPOOLDIR@/archive
patharticles: @SPOOLDIR@/articles
pathbin: @prefix@/bin
pathcontrol: @CONTROLDIR@
pathdb: @DBDIR@
pathetc: @ETCDIR@
pathfilter: @FILTERDIR@
pathhttp: @LOGDIR@
pathincoming: @SPOOLDIR@/incoming
pathlog: @LOGDIR@
pathoutgoing: @SPOOLDIR@/outgoing
pathoverview: @SPOOLDIR@/overview
pathrun: @RUNDIR@
pathspool: @SPOOLDIR@
pathtmp: @tmpdir@
|