3d87698
# default: off
3d87698
# description: The POP3 service allows remote users to access their mail \
3d87698
#              using an POP3 client such as Netscape Communicator, mutt, \
3d87698
#	       or fetchmail.
3d87698
service pop3
3d87698
{
3d87698
	socket_type		= stream
3d87698
	wait			= no
3d87698
	user			= root
3d87698
	server			= /usr/sbin/ipop3d
3d87698
	log_on_success	+= HOST DURATION
3d87698
	log_on_failure	+= HOST
3d87698
	disable			= yes
3d87698
}