/*
 * It is possible to configure sendmail to work with non-zero UID
 * without patching it.
 */

/usr/sbin/sendmail {
	uid 8
	gid 12
	groups no

	chroot yes
	root default

	cap set empty
	cap effective set {
		bind
	}

	uidcap default

	exec allow {
		/usr/sbin/sendmail
		/usr/bin/procmail
	}
}
