[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [leafnode-list] Getting leafnode working - xinetd?



Hi,

>service nntp
>{
>	flags 		= REUSE
>	socket_type 	= stream
>	user		= news
>	server		= /usr/local/sbin/leafnode
>	wait		= no
>	disable		= no
>	only_from	= localhost
>	log_on_failure	+= USERID
>}


my settings:
-------------- cut -------------------------
defaults
{
        instances = 2
        interface = 127.0.0.1 192.168.200.1
[...]
        log_type = FILE /var/log/xinetd.log
        log_on_success = PID
        log_on_failure = HOST
}

##
## Now the definitions of the different services
##
##
[...]

service nntp
{
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = news
        server          = /usr/local/sbin/leafnode
}
------------ cut ---------------------------

and its working nearly perfect.-)

Thomas

--
Thomas Weiss
Hohler Weg 10
20459 Hamburg
Germany
PGP -Key available on request


-- 
leafnode-list@xxxxxxxxxxxxxxxxxxxxxxxxxxxx -- mailing list for leafnode
To unsubscribe, send mail with "unsubscribe" in the subject to the list