blob: 632fedf86a20446a71cb61aba5885d5cfd4de4ac [file] [log] [blame]
#!/bin/bash
echo "starting sendmail..."
/usr/sbin/sendmail -bd -q1h
exec "$@"