# default: off
# description: The IMAP service allows remote users to access their mail using \
#              an IMAP client such as Mutt, Pine, fetchmail, or Netscape \
#              Communicator. It supports the use of STARTTLS secure connection.
service imap
{
	disable			= yes
	socket_type		= stream
	wait			= no
	user			= root
	server			= /usr/sbin/imapd
}
