File: leafnode.xinetd.in

package info (click to toggle)
leafnode 1.11.8-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,608 kB
  • sloc: ansic: 10,915; sh: 1,750; xml: 628; makefile: 285; perl: 84; sed: 4
file content (35 lines) | stat: -rw-r--r-- 1,057 bytes parent folder | download | duplicates (5)
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

# /etc/xinetd.d/leafnode

# This is a sample configuration to run leafnode from xinetd,
# and installed by the official leafnode RPM.

# NOTE #1:
# For this to work, your /etc/xinetd.conf must contain a line
# includedir /etc/xinetd.d

# NOTE #2:
# When running this on a standalone machine without local network,
# uncomment the bind line below for additional security. Leafnode will
# then only be accessible on address "127.0.0.1". This address is
# invisible from remote computers.

# NOTE #3:
# This entry is currently disabled, comment out the disable line below
# to enable it (or change it to disable=no)

# NOTE #4:
# Should your xinetd NOT be linked against libwrap
# (/etc/hosts.{allow,deny} support), then see the INSTALL file that
# comes with leafnode for further installation suggestions.

service nntp
{
        disable         = yes
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = news
        server          = @sbindir@/leafnode
#       bind            = 127.0.0.1
}