view packages/redhat/noffle-xinetd @ 282:baa6408d1bbc noffle

[svn] * src/database.c,src/post.c,src/protocol.h,src/protocol.c: When posting, check the article for those headers that are specified in section 5 of the IETF draft and ensure they only occur once. * src/post.c: Clean up a conditional.
author bears
date Mon, 06 Jan 2003 18:16:18 +0000 (2003-01-06)
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
}