# default: off
# description: The ssmtp service implements an secure SSL email transport.
# This is off by default, since this seems to be currently broken, and
# overall using smtps without using smtp-auth is just plain silly.
#
service smtps
{
	flags		= REUSE
	socket_type	= stream
	wait		= no
	user		= root
	server		= /usr/sbin/stunnel
	server_args	= -s qmaild -l /usr/sbin/tcpd -- /var/qmail/bin/tcp-env -R /var/qmail/bin/qmail-smtpd
	log_on_failure	+= HOST ATTEMPT
	log_on_success  += PID HOST EXIT DURATION
	disable		= yes
}
