#!/bin/sh
[ -f /usr/lib/sendmail ] && {
	Kill -9 /usr/lib/sendmail
	cd /usr/spool/mqueue
	rm -f lf*
	cd /usr/lib
	make sendmail.fc
	/usr/lib/sendmail -bd -q1h -om& echo -n ' sendmail'	>/dev/console
	exit 0
}
exit 255
# This is how we start up the SMTP daemon on this system.  This  is
# currently sendmail, but as soon as we teach smail3 to talk DECnet
# mail, sendmail will disappear here forever with a sigh of relief.
