]> git.pld-linux.org Git - packages/inn.git/blame - inn-etc-inn.conf
- added
[packages/inn.git] / inn-etc-inn.conf
CommitLineData
d9177052 1## $Revision$
2## inn.conf -- inn configuration data
3## Format:
4## <parameter>:<whitespace><value>
5##
6## See the inn.conf(5) man page for a full description of each
7## of these options
8##
9## Blank values are allowed for certain parameters
10## ---------------------------------
11# All parameters must exist
12#
13organization:
14server: localhost
15pathhost: localhost
16moderatormailer:
17domain:
18fromhost:
19pathalias:
20complaints: abuse@localhost
21mta: /usr/lib/sendmail -oi %s
22mailcmd: /usr/bin/innmail
23checkincludedtext: false
24maxforks: 10
25maxartsize: 1000000
26nicekids: 0
27nicenewnews: 0
28verifycancels: true
29logcancelcomm: true
30wanttrash: false
31remembertrash: true
32linecountfuzz: 0
33peertimeout: 3600
34clienttimeout: 1800
35allownewnews: false
36localmaxartsize: 1000000
37logartsize: true
38logipaddr: true
39logsitename: true
40maxconnections: 50
41artcutoff: 14
42icdsynccount: 10
43hiscachesize: 0
44readertrack: false
45strippostcc: false
46status: 0
47timer: 0
48readerswhenstopped: false
49noreader: false
50extendeddbz: false
51nnrpdoverstats: false
52storeonxref: true
53nnrpdcheckart: true
54storemsgid: true
55usecontrolchan: true
56mergetogroups: false
57backoffauth: false
58backoffdb: /var/state/news/backoff
59backoffpostfast: 0L
60backoffpostslow: 1L
61backofftrigger: 10000L
62mimeversion:
63mimecontenttype:
64mimeencoding:
65refusecybercancels: false
66activedenable: true
67activedupdate: 30
68activedport: 1119
69nnrpperlauth: false
70#
71#
72# These options are unlikely to need changing in most situations
73#
74chaninacttime: 600
75chanretrytime: 300
76pauseretrytime: 300
77nntplinklog: false
78nntpactsync: 200
79badiocount: 5
80blockbackoff: 120
81#
82# ---------------------------------
83# Changing these options can have an effect on the way articles are
84# stored and may require recreating the spool and/or database files
85#
86wireformat: false
87xrefslave: false
88nnrpdposthost:
89nnrpdpostport: 119
90spoolfirst: false
91writelinks: true
92storageapi: true
93articlemmap: false
94overviewmmap: true
95bindaddress: all
96sourceaddress: any
97port: 119
98#
99## Keywords-in-overview options
100## Enabling this without stopping innd and deleting the existing overview
101## database and adding will probably confuse a lot of things. You must
102## have compiled this support in too.
103#
104keywords: false
105keylimit: 512
106keyartlimit: 100000
107keymaxwords: 250
108#
109# Other options
110innflags:
111doinnwatch: true
112innwatchsleeptime: 600
113pgpverify: false
114controlfailnotice: false
115logcycles: 3
116innwatchpauseload: 1500
117innwatchhiload: 2000
118innwatchloload: 1000
119innwatchspoolspace: 8000
120innwatchbatchspace: 800
121innwatchlibspace: 25000
122innwatchspoolnodes: 200
123docnfsstat: true
124#
125# ---------------------------------
126# Paths to various aspects of the news system
127#
128pathnews: /usr
129pathbin: /usr/bin
130pathfilter: /usr/share/news/filter
131pathcontrol: /usr/share/news/control
132pathdb: /var/state/news
133pathetc: /etc/news
134pathrun: /var/run/news
135pathlog: /var/log/news
136pathhttp: /var/log/news
137pathtmp: /var/spool/news/incoming/tmp
138pathspool: /var/spool/news
139patharticles: /var/spool/news/articles
140pathoverview: /var/spool/news/overview
141pathoutgoing: /var/spool/news/outgoing
142pathincoming: /var/spool/news/incoming
143patharchive: /var/spool/news/archive
144pathuniover: /var/spool/news/uniover
145overviewname: .overview
146addressfamily: AF_INET6
147#
148# ---------------------------------
149#
This page took 0.04399 seconds and 4 git commands to generate.