MOON
Server: Apache/2.2.31 (Unix) mod_ssl/2.2.31 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4
System: Linux csr818.wilogic.com 2.6.18-419.el5xen #1 SMP Fri Feb 24 22:50:37 UTC 2017 x86_64
User: digitals (531)
PHP: 5.4.45
Disabled: NONE
Upload Files
File: //usr/share/doc/stunnel-4.15/pop3-redirect.xinetd
# default: off
# description: The POP3 redirector allows client software which does not have \
#	       native support for SSL to connect to the local machine's POP3 \
#	       port and have the connection forwarded over the network using \
#	       SSL.  You will need to modify stunnel-pop3s-client.conf to \
#	       specify the server to connect to in order for this to be useful.
service pop3
{
	disable	= yes
	socket_type		= stream
	wait			= no
	user			= root
	server			= /usr/sbin/stunnel
	server_args		= /etc/stunnel/stunnel-pop3s-client.conf
	log_on_success		+= USERID
	log_on_failure		+= USERID
}