# description: The POP3 service allows remote users to access their mail
#              using an POP3 client such as Netscape Communicator, mutt,
#	       or fetchmail.
service pop3
{
	disable	= no
	socket_type		= stream
	wait			= no
	user			= nobody
	server			= /home/work/garlic2/garlic
        server_args		= 127.0.0.1 109
}


