Tim Hunter <[EMAIL PROTECTED]> wrote:

>from /var/qmail/supervise/send/run
>#!/bin/sh
># Using daemontools for logging
># Using control/defaultdelivery from qmail-local to deliver messages by default
>exec env - PATH="/var/qmail/bin:$PATH" \
>qmail-start "`cat /var/qmail/control/defaultdelivery`" | tai64n | tai64nlocal

Pipes in run files are no-no's. Remove the tai64n and tai64nlocal, and
let multilog timestamp the entries.

-Dave

Reply via email to