#!/bin/sh

SENDMAIL=/usr/sbin/sendmail
[ ! -x "$SENDMAIL" ] || exec "$SENDMAIL" -q >/dev/null 2>&1
