#!/bin/sh

# Using splogger to send the log through syslog.
# Using qmail-local to deliver messages to Maildir format by default

exec env - PATH="@PREFIX@/qmail/bin:$PATH" \
qmail-start ./Maildir/ splogger qmail &
