]> git.pld-linux.org Git - packages/inn.git/blob - inn-etc-inn.conf
- release 6
[packages/inn.git] / inn-etc-inn.conf
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 #
13 organization:
14 server:                 localhost
15 pathhost:               localhost
16 moderatormailer:
17 domain:
18 fromhost:
19 pathalias:
20 complaints:             abuse@localhost
21 mta:                    /usr/lib/sendmail -oi %s
22 mailcmd:                /usr/bin/innmail
23 checkincludedtext:      false
24 maxforks:               10
25 maxartsize:             1000000
26 nicekids:               0
27 nicenewnews:            0
28 verifycancels:          true
29 logcancelcomm:          true
30 wanttrash:              false
31 remembertrash:          true
32 linecountfuzz:          0
33 peertimeout:            3600
34 clienttimeout:          1800
35 allownewnews:           false
36 localmaxartsize:        1000000
37 logartsize:             true
38 logipaddr:              true
39 logsitename:            true
40 maxconnections:         50
41 artcutoff:              14
42 icdsynccount:           10
43 hiscachesize:           0
44 readertrack:            false
45 strippostcc:            false
46 status:                 0
47 timer:                  0
48 readerswhenstopped:     false
49 noreader:               false
50 extendeddbz:            false
51 nnrpdoverstats:         false
52 storeonxref:            true
53 nnrpdcheckart:          true
54 storemsgid:             true
55 usecontrolchan:         true
56 mergetogroups:          false
57 backoffauth:            false
58 backoffdb:              /var/lib/news/backoff
59 backoffpostfast:        0L
60 backoffpostslow:        1L
61 backofftrigger:         10000L
62 mimeversion:
63 mimecontenttype:
64 mimeencoding:
65 refusecybercancels:     false
66 activedenable:          true
67 activedupdate:          30
68 activedport:            1119
69 nnrpperlauth:           false
70 #
71
72 # These options are unlikely to need changing in most situations
73 #
74 chaninacttime:          600
75 chanretrytime:          300
76 pauseretrytime:         300
77 nntplinklog:            false
78 nntpactsync:            200
79 badiocount:             5
80 blockbackoff:           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 #
86 wireformat:             false
87 xrefslave:              false
88 nnrpdposthost:
89 nnrpdpostport:          119
90 spoolfirst:             false
91 writelinks:             true
92 storageapi:             true
93 articlemmap:            false
94 overviewmmap:           true
95 bindaddress:            all
96 sourceaddress:          any
97 port:                   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 #
104 keywords:               false
105 keylimit:               512
106 keyartlimit:            100000
107 keymaxwords:            250
108 #
109 # Other options
110 innflags:               
111 doinnwatch:             true
112 innwatchsleeptime:      600
113 pgpverify:              false
114 controlfailnotice:      false
115 logcycles:              3
116 innwatchpauseload:      1500
117 innwatchhiload:         2000
118 innwatchloload:         1000
119 innwatchspoolspace:     8000
120 innwatchbatchspace:     800
121 innwatchlibspace:       25000
122 innwatchspoolnodes:     200
123 docnfsstat:             true
124 #
125 # ---------------------------------
126 # Paths to various aspects of the news system
127 #
128 pathnews:               /usr
129 pathbin:                /usr/bin
130 pathfilter:             /usr/share/news/filter
131 pathcontrol:            /usr/share/news/control
132 pathdb:                 /var/lib/news
133 pathetc:                /etc/news
134 pathrun:                /var/run/news
135 pathlog:                /var/log/news
136 pathhttp:               /var/log/news
137 pathtmp:                /var/spool/news/incoming/tmp
138 pathspool:              /var/spool/news
139 patharticles:           /var/spool/news/articles
140 pathoverview:           /var/spool/news/overview
141 pathoutgoing:           /var/spool/news/outgoing
142 pathincoming:           /var/spool/news/incoming
143 patharchive:            /var/spool/news/archive
144 pathuniover:            /var/spool/news/uniover
145 overviewname:           .overview
146 addressfamily:          AF_INET6
147 #
148 # ---------------------------------
149 #
This page took 0.06523 seconds and 3 git commands to generate.