Blame SOURCES/pop3-redirect.xinetd

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