blob: a11543bcdf7ac958f59318142977b9091a5a3371 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#!/bin/sh
# Using splogger to send the log through syslog.
# Using qmail-local to deliver messages to Maildir format by default
exec env - PATH="QMAIL/bin:$PATH" \
qmail-start ./Maildir/ \
splogger qmail
|