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