# default: off
# description: Consider using POP3S service instead of this! \
#          \
#          The SPOP3 service allows remote users to access their mail \
#              via an SSL tunnel using an POP3 client with SSL support such as fetchmail.
service spop3
{
	disable		= yes
	socket_type	= stream
	protocol	= tcp
	wait		= no
	user		= root
	server		= /usr/sbin/stunnel
	server_args	= -l /usr/sbin/ipop3d -- ipop3d
}
