Dave Sill <[EMAIL PROTECTED]> wrote: > Well, if multilog doesn't receive anything on standard input, it won't > have anything to log. What's in your /service/qmail-send/run file? I think this may be the problem. /service/qmail-send/run has: #!/bin/sh exec /var/qmail/rc and /var/qmail/rc has: #!/bin/sh # Using splogger to send the log through syslog. # Using qmail-local to deliver messages to ~/Mailbox by default. exec env - PATH="/var/qmail/bin:$PATH" \ qmail-start ./Mailbox splogger qmail What should I have here? --Tom Jackson
