I installed qmail 1.03 and it works fine on my Digital unix4.0D.

However when I tested my system script starting the qmail at boot:

#!/sbin/sh
  if [ -f /var/qmail/rc ]; then
        /var/qmail/rc &
        echo "Starting qmail server"
        echo "Please wait .........." && /sbin/sleep 5
  else
        echo "qmail server could not be started."
  fi

qmail was not started at boot, although the script works when
tried at the command line.  (the script was in /.../rc3.d)

Any hint?

BTW, I am new so I am not on your list yet.  Please reply to me
directly -- Thanks!!

Zhiliang


Reply via email to