#!/bin/sh
#
# $OpenBSD: sendmail.rc,v 1.2 2015/02/25 15:07:38 jca Exp $

daemon="/usr/local/libexec/sendmail/sendmail"
daemon_flags="-L sm-mta -C/etc/mail/localhost.cf -bd -q30m"

. /etc/rc.d/rc.subr

pexp="(sendmail: (accepting|rejecting).*|${daemon}.* -(q[0-9]|bd)*)"

rc_bg=YES

rc_cmd $1
