1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/mail/qmail/files/maildir
1998-07-28 00:54:06 +00:00

8 lines
215 B
Bash

#!/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 &