# default: off
# description: SSL-wrapped IMAP server.
service imaps
{
	disable		= yes
	socket_type	= stream
	protocol	= tcp
	wait		= no
	user		= popa3d
	server		= /usr/sbin/stunnel
	server_args	= -l /usr/sbin/imapd -- imapd
}
