#!/bin/sh
# WARNING: This file was auto-generated. Do not edit!
if [ -f /etc/indimail/control/qmqpservers ] ; then
	if [ -x /usr/sbin/qmail-qmqpc ] ; then
		exec /usr/sbin/qmail-qmqpc
	fi
fi
if [ -x /usr/sbin/qmail-multi ] ; then
	exec /usr/sbin/qmail-multi
fi
if [ -x /usr/sbin/qmail-queue ] ; then
	exec /usr/sbin/qmail-queue
fi
exit 111
