|
The file sizes should be greater than "0" , but you
didn't post enough info for us to know if they are blank. I suspent the
run file is calling a size variable which is not created in your setup. Do
this:
cat
/var/qmail/supervise/smtp/log/run
you should see something like this:
###
#!/bin/sh
LOGSIZE=`cat
/var/qmail/control/logsize`
LOGCOUNT=`cat /var/qmail/control/logcount` exec /usr/bin/setuidgid qmaill /usr/bin/multilog t s$LOGSIZE n$LOGCOUNT /var/log/qmail/send 2>&1 ########
Logsize points to a file in the control directory
and I'd bet it's 0. Do this:
echo "100000"
> /var/qmail/control/logsize
You'll just need to restart your log send program
to make it start logging again (in the current file):
svc -du
/var/qmail/supervise/send
I usually look for log dir problems by looking for
readproctitle errors in the running processes:
ps aux | grep
readproctitle
It should look like this:
readproctitle service errors:
.......................
Good luck to you,
George Sweetnam
----- Original Message -----
From: Stanley
Robins
Sent: Thursday, August 10, 2006 11:10 PM
Subject: Re: [qmailtoaster] log files thank you On 8/10/06, Jake
Vickers < [EMAIL PROTECTED]>
wrote:
Stanley Robins wrote: |
- Re: [qmailtoaster] log files Stanley Robins
- Re: [qmailtoaster] log files George Sweetnam
- Re: [qmailtoaster] log files Stanley Robins
- Re: [qmailtoaster] log files George Sweetnam
- Re: [qmailtoaster] log files Stanley Robins
- Re: [qmailtoaster] log fil... Stanley Robins
- Re: [qmailtoaster] log... George Sweetnam
- Re: [qmailtoaster]... Stanley Robins
- Re: [qmailtoaster]... Eric \"Shubes\"
