# default: off
# description: Tiny secure implementation of POP3 (Post Office Protocol) server.
service pop-3
{
	disable		= yes
	socket_type	= stream
	protocol	= tcp
	wait		= no
	user		= root
	server		= /usr/sbin/popa3d
}
