PID=`pgrep qmail-send`
if [ -n "$PID" ]; then
  echo "qmail seems to be running, stop it first, possibly by 'telinit run smgl-qmail stop' ..."
  return 1
fi
