[EMAIL PROTECTED] wrote: >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? Kill the "splogger qmail", e.g.: qmail-start ./Mailbox You could plug in multilog, but that would prevent it from being supervise'd via the log/run. -Dave
