summaryrefslogtreecommitdiff
path: root/mail/qmail/files/maildir
blob: 1992e9fd981b07e30e70febd7a29a58c98d4bc11 (plain) (blame)
1
2
3
4
5
6
7
#!/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 &