Wolfgang Pichler ([EMAIL PROTECTED]) wrote:
> 
> hi
> the qmail-send/run only executes the /var/qmail/rc script (so its nearly the
> same). And at the first time I havn't had the multilog command in
> /var/qmail/run, i've then added it because the log doesn't worked for me.
> And it still doesn't work.
> 

Hi Wolfgang,

try this:

#!/bin/sh

exec env - PATH="/var/qmail/bin:$PATH" \
qmail-start ./Maildir/ multilog t s1000000 n100 /usr/local/server/qmail/main

Put this in yout /var/qmail/rc

s defines how big the logfile can get

n defines how many logfiles aregenerated

The rest is the path where your logfiles are stored.

        /martin

Reply via email to