i did and use this
script:
start)
echo -n "Starting qmail: svscan"
cd /var/qmail/supervise
env - PATH="$PATH" svscan &
echo $! > /var/run/svscan.pid
echo "."
;;
echo -n "Starting qmail: svscan"
cd /var/qmail/supervise
env - PATH="$PATH" svscan &
echo $! > /var/run/svscan.pid
echo "."
;;
There is no error
message during startup, qmail-send etc. are running, but i am not able to send
mails from a client using the qmail server (error: server not
reachable).
When using the
comman "tcpserver ..." it works just fine, but the traffic is logged to the
console.
Do I have to add a
line in the script above?
