Blame SOURCES/pop3-redirect.xinetd

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