Blame SOURCES/pop3-redirect.xinetd

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