#!/bin/sh
#
# $NetBSD: dbmaillmtpd.sh,v 1.2 2007/11/03 11:39:50 obache Exp $
#

# PROVIDE: dbmaillmtp mail
# REQUIRE: 

. /etc/rc.subr

name="dbmaillmtpd"
rcvar=${name}
required_files="/usr/pkg/etc/dbmail.conf"
command="/usr/pkg/sbin/dbmail-lmtpd"
pidfile="/var/run/dbmail-lmtpd.pid"

load_rc_config $name
run_rc_command "$1"
