c1c61d
# default: off
c1c61d
# description: The POP3 redirector allows client software which does not have \
c1c61d
#	       native support for SSL to connect to the local machine's POP3 \
c1c61d
#	       port and have the connection forwarded over the network using \
c1c61d
#	       SSL.  You will need to modify stunnel-pop3s-client.conf to \
c1c61d
#	       specify the server to connect to in order for this to be useful.
c1c61d
service pop3
c1c61d
{
c1c61d
	disable	= yes
c1c61d
	socket_type		= stream
c1c61d
	wait			= no
c1c61d
	user			= root
c1c61d
	server			= /usr/sbin/stunnel
c1c61d
	server_args		= /etc/stunnel/stunnel-pop3s-client.conf
c1c61d
	log_on_success		+= USERID
c1c61d
	log_on_failure		+= USERID
c1c61d
}