/etc/news/innfeed.conf is in innfeed 0.10.1.7-8.
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 | #
# innfeed.conf Configuration file for the ``innfeed'' program.
# See innfeed.conf(5) for the format of this file, and
# /usr/share/doc/innfeed/examples/innfeed.conf for a
# fully commented sample file.
#
##
## Global values. Not specific to any peer. These
## are optional, but if used will override the
## compiled in values.
##
news-spool: /var/spool/news
pid-file: /var/run/innd/innfeed.pid
debug-level: 0
use-mmap: false
log-file: /var/log/news/innfeed.log
stdio-fdmax: 0
backlog-directory: /var/spool/news/out.going/innfeed
backlog-rotate-period: 60
backlog-ckpt-period: 30
backlog-newfile-period: 600
dns-retry: 900
dns-expire: 86400
close-period: 3600
gen-html: false
status-file: innfeed.status
connection-stats: false
host-queue-highwater: 10
stats-period: 600
stats-reset: 43200
max-reconnect-time: 3600
initial-reconnect-time: 30
no-check-filter: 50.0
dynamic-method: 3
dynamic-backlog-filter: 0.7
dynamic-backlog-low: 25.0
dynamic-backlog-high: 50.0
##
## Defaults for all peers. These must all exist at
## global scope. Any of them can be redefined
## inside a peer or group definition.
##
article-timeout: 600
response-timeout: 300
initial-connections: 1
max-connections: 5
max-queue-size: 25
streaming: true
no-check-high: 95.0
no-check-low: 90.0
port-number: 119
backlog-limit: 0
backlog-factor: 1.10
backlog-limit-highwater: 0
##
## Peers.
##
#peer decwrl {
# ip-name: news1.pa.dec.com
#}
#peer uunet {
# ip-name: news.uunet.uu.net
# max-connections: 10
#}
|