Whrere are my log files?

2000-10-18 Thread John Chronakis

Hello,

I have configured qmail-send  qmail-smtp to run under the daemon tools,
according to qmail howto.

For example I use the two following run script under
/service/qmail-send/log/


#!/bin/sh
exec /usr/local/bin/setuidgid qmaill /usr/local/bin/multilog t
s250 /var/log/qmail/qmail-send


/var/log/qmail /var/log/qmail/qmail-send are owned by qmaill

My problem is that ther is nothing inside the log directories





Re: Whrere are my log files?

2000-10-18 Thread Dave Sill

"John Chronakis" [EMAIL PROTECTED] wrote:

For example I use the two following run script under
/service/qmail-send/log/


#!/bin/sh
exec /usr/local/bin/setuidgid qmaill /usr/local/bin/multilog t
s250 /var/log/qmail/qmail-send


/var/log/qmail /var/log/qmail/qmail-send are owned by qmaill

My problem is that ther is nothing inside the log directories

Is multilog running? Is the sticky bit set on /service/qmail-send?

-Dave



Re: Whrere are my log files?

2000-10-18 Thread John Chronakis

Hello again,

Is multilog running? Is the sticky bit set on /service/qmail-send?

There are two instances of multilog running, one for qmai-send and one for
qmail-smtpd.

The sticky bit is set for /var/qmail/supervice/qmail-send
(/service/qmail-send is a sim link to the former).
I just worry if the /var/qmail/rc file is correct, because man qmail-start
sais that default logger is splogger.

Here it is.

#!/bin/sh
exec env - PATH="/var/qmail/bin:$PATH" \
qmail-start './Maildir/'

John





Re: Whrere are my log files? The blind man said.

2000-10-18 Thread John Chronakis



I was blind !!!

The cause off all these was a missing backslash in 
the /service/qmail-send/log/run file.

Thanks for your help.

John