MOON
Server: Apache/2.2.34 (Unix) mod_ssl/2.2.34 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 FrontPage/5.0.2.2635
System: Linux server.asjudinet.com 2.6.32-042stab141.3 #1 SMP Fri Nov 15 22:45:34 MSK 2019 i686
User: asjudine (504)
PHP: 5.2.17
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
}