# default: off
# description: Consider using IMAPS service instead of this! \
#          \
#          The SIMAP service allows remote users to access their mail \
#	       via an SSL tunnel using an IMAP client with SSL support such as Netscape \
#	       Communicator or fetchmail.
service simap
{
	disable		= yes
	socket_type	= stream
	protocol	= tcp
	wait		= no
	user		= root
	server		= /usr/sbin/stunnel
	server_args	= -l /usr/sbin/imapd -- imapd
}
