Hello,
I saw few mails about multi log and I have a question about it :
I would like multilog to start a new log every night so that I can archive
the logs day by day. I read in the doc that sending a kill SIGALRM to the
multilog process would force it to start a new log. It actually does but it
also kills the multilog process which is quite annoying because this means
that I have to kill qmail and restart qmail and multilog.
Is there a way to ask multilog to start a new "current" log without killing
it ?
Thank you
-----Message d'origine-----
De : Frank Tegtmeyer [mailto:[EMAIL PROTECTED]]
Envoye : vendredi 3 aout 2001 11:38
A : [EMAIL PROTECTED]
Objet : Re: new install and qmail not logging
"Tauren Mills" <[EMAIL PROTECTED]> writes:
> If they are supposed to go into /var/log/qmail/smtpd/current, then I'd
> appreciate any pointers to getting this problem fixed.
If you followed LWQ, you created the run file for logging as follows:
"Create the /var/qmail/supervise/qmail-send/log/run file:"
#!/bin/sh
exec /usr/local/bin/setuidgid qmaill /usr/local/bin/multilog t
/var/log/qmail
That means that your logging goes to /var/log/qmail/current. Older
logfiles are in directory /var/log/qmail too, named @4000....
Regards, Frank