]> git.pld-linux.org Git - packages/inn.git/blob - inn-etc-inn.conf
- fixed stupid typo in %%post
[packages/inn.git] / inn-etc-inn.conf
1 ##  $Id$
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:                    /usr/lib/sendmail -oi %s
21 organization:           A poorly-installed InterNetNews site
22 ovmethod:               tradindexed
23 pathhost:               localhost
24 pathnews:               /usr
25
26 # General Settings
27
28 domain:
29 innflags:
30 mailcmd:                /usr/bin/innmail
31 server:                 localhost
32
33 # Feed Configuration
34
35 artcutoff:              14
36 bindaddress:            all
37 hiscachesize:           0
38 ignorenewsgroups:       false
39 immediatecancel:        false
40 linecountfuzz:          0
41 maxartsize:             1000000
42 maxconnections:         50
43 pathalias:
44 pgpverify:              false
45 port:                   119
46 refusecybercancels:     false
47 remembertrash:          true
48 sourceaddress:          any
49 usecontrolchan:         true
50 verifycancels:          true
51 wanttrash:              false
52 wipcheck:               5
53 wipexpire:              10
54
55 # Article Storage
56
57 cnfscheckfudgesize:     0
58 enableoverview:         true
59 groupbaseexpiry:        true
60 mergetogroups:          false
61 overcachesize:          15
62 ovgrouppat:
63 storeonxref:            false
64 useoverchan:            false
65 wireformat:             false
66 xrefslave:              false
67
68 # Reading
69
70 allownewnews:           false
71 articlemmap:            false
72 clienttimeout:          1800
73 nnrpdcheckart:          true
74 nnrpperlauth:           false
75 nnrppythonauth:         false
76 noreader:               false
77 readerswhenstopped:     false
78 readertrack:            false
79
80 # Reading -- Keyword Support
81 #
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
86 keywords:               false
87 keyartlimit:            100000
88 keylimit:               512
89 keymaxwords:            250
90
91 # Posting
92
93 addnntppostingdate:     true
94 addnntppostinghost:     true
95 checkincludedtext:      false
96 complaints:             abuse@localhost
97 fromhost:
98 localmaxartsize:        1000000
99 moderatormailer:
100 nnrpdauthsender:        false
101 nnrpdposthost:
102 nnrpdpostport:          119
103 spoolfirst:             false
104 strippostcc:            false
105
106 # Posting -- Exponential Backoff
107
108 backoffauth:            false
109 backoffdb:              /var/lib/news/backoff
110 backoffk:               1
111 backoffpostfast:        0
112 backoffpostslow:        1
113 backofftrigger:         10000
114
115 # Monitoring
116
117 doinnwatch:             true
118 innwatchbatchspace:     800
119 innwatchlibspace:       25000
120 innwatchloload:         1000
121 innwatchhiload:         2000
122 innwatchpauseload:      1500
123 innwatchsleeptime:      600
124 innwatchspoolnodes:     200
125 innwatchspoolspace:     25000
126
127 # Logging
128
129 docnfsstat:             true
130 logartsize:             true
131 logcancelcomm:          false
132 logcycles:              3
133 logipaddr:              true
134 logsitename:            true
135 nnrpdoverstats:         false
136 nntpactsync:            200
137 nntplinklog:            false
138 status:                 0
139 timer:                  0
140
141 # System Tuning
142
143 badiocount:             5
144 blockbackoff:           120
145 chaninacttime:          600
146 chanretrytime:          300
147 icdsynccount:           10
148 maxforks:               10
149 nicekids:               0
150 nicenewnews:            0
151 nicennrpd:              0
152 pauseretrytime:         300
153 peertimeout:            3600
154 rlimitnofile:           -1
155
156 # Paths
157
158 pathdb:                 /var/lib/news
159 pathspool:              /var/spool/news
160 patharchive:            /var/spool/news/archive
161 patharticles:           /var/spool/news/articles
162 pathincoming:           /var/spool/news/incoming
163 pathoutgoing:           /var/spool/news/outgoing
164 pathoverview:           /var/spool/news/overview
165 pathtmp:                /var/spool/news/incoming/tmp
166 pathcontrol:            /usr/share/news/control
167 pathfilter:             /usr/share/news/filter
168 pathetc:                /etc/news
169 pathbin:                /usr/bin
170 pathhttp:               /var/log/news
171 pathlog:                /var/log/news
172 pathrun:                /var/run/news
173
174 # for IPv6 support
175
176 listenonipv6:           yes
This page took 0.038761 seconds and 3 git commands to generate.