view packages/redhat/noffle-xinetd @ 283:39d9c19ffba4 noffle

[svn] * src/fetch.c: Add Reply-To to the front of the list of headers searched for the article author's email when sending posting SNAFU message. Debian bug 156952.
author bears
date Fri, 10 Jan 2003 22:40:18 +0000
parents d6e02253fb76
children
line wrap: on
line source

# default: off
# description: Usenet newsserver for small sites

service nntp
{
	disable		= yes
	socket_type	= stream
	protocol	= tcp
	wait		= no
	user		= news
	group		= news
	only_from	= 127.0.0.1
	server		= /usr/bin/noffle
	server_args	= -r
}