#! /bin/sh
#
# chkconfig: 345 80 30
# description: qmail Mail Transfer Agent
# processname: qmail-send
#
#
### BEGIN INIT INFO
# Provides:       sendmail qmail
# Required-Start: $network $named $syslog $remote_fs $time
# X-UnitedLinux-Should-Start:
# Required-Stop:
# Default-Start:  3 5
# Default-Stop:   0 1 2 6
# Description:    start the qmail MTA
### END INIT INFO



#Note:	It just a stub which provides compatibility with system V init scripts.
#		Some of them are required sendmail - mailman, for example.
#		So, we declare sendmail in Provides section of LSB header.
#		Real service description include commands in systemd unit-file /lib/systemd/system/qmail.service

. /lib/lsb/init-functions
. /etc/rc.status
