Hello Berry,

> The 'qmail' script file is in /etc/rc.d/init.d, along with all the
> others and is executable. It's linked to all the proper rcN.d files for
> the various run levels. It's also linked to /usr/sbin.

Did you use the line:

env - PATH="/var/qmail/bin:$PATH" /bin/csh -cf '/var/qmail/rc &' 

?

I got a similar message, but I now my startup-Scripts are working.

And for the start of qmail-smtpd with tcpserver I'm using

    echo -n "Initializing SMTP port. (Q-Mail)"
        /bin/csh -cf '/usr/local/bin/tcpserver  -R -x/etc/tcp.smtp.cdb
-c100 -u1
001 -g105 0 smtp /var/qmail/bin/qmail-smtpd &' || return=$rc_failed
        echo -e "$return"
        ;;

in the start section.

Maybe this helps you.

I think my problem had to with some '' thing or with the correct path to
csh, I don't remember any more.

Ciao,

Cyril

Reply via email to