Blame SOURCES/pop3-redirect.xinetd

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