8 lines
213 B
Bash
8 lines
213 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
|