On Fri, Oct 20, 2000 at 04:57:37PM -0000, [EMAIL PROTECTED] wrote: > #!/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? An invocation of multilog? splogger logs to syslogd. You need to consult your syslog config (and manual pages) if you want to log to syslog. Regards.
