Blame SOURCES/pop3-redirect.xinetd

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