Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 8f94801c093741166c3a472659c55c4a > files > 6

leafnode-1.11.8-3.fc15.i686.rpm

# THIS IS A GENERATED FILE - MAINTAINER, EDIT THE .in FILE INSTEAD

# /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          = /usr/sbin/leafnode
#       bind            = 127.0.0.1
}