# default: off
# description: The POPPASSD service allows remote users to change their
#              password remotely via Eudora or NUPOP using a network
#              protocol on port 106.
#
service poppassd
{
	socket_type		= stream
	wait			= no
	user			= root
	server			= /usr/sbin/poppassd
	log_on_success		+= USERID
	log_on_failure		+= USERID
	disable			= yes
}
