Hi All,
I have successfully installed Qmail from Source code
to Caldera Linux server.
I have created a file /etc/rc.d/init.d/qmail which
contain the following line
#start---------
#!/bin/sh
#
# qmail This shell script takes care of starting
and stopping qmail.
#
# description: qmail is a Mail Transport Agent, which
is the program \
# that moves mail from one machine to
another.
# processname: qmail
# config: /var/qmail/control/
# Source function library.
. /etc/rc.d/init.d/functions
# Source networking configuration.
. /etc/sysconfig/network
export PATH=$PATH:/var/qmail/bin
# Check that networking is up.
[ ${NETWORKING} = "no" ] && exit 0
[ -f /usr/sbin/sendmail ] || exit 0
# See how we were called.
case "$1" in
start)
# Start daemons.
echo -n "Starting qmail: "
qmail-start '|preline procmail' splogger qmail
&
touch /var/lock/subsys/qmail
echo
;;
stop)
# Stop daemons.
echo -n "Shutting down qmail: "
killproc qmail-lspawn
echo
rm -f /var/lock/subsys/qmail
;;
restart)
$0 stop
$0 start
;;
*)
echo "Usage: qmail {start|stop|restart}"
exit 1
esac
exit 0
#end ------
I also created Symolic link in /etc/rc.d/rc3.d/ and
/etc/rc.d/rc5.d/ as S86qmail for
/etc/rc.d/init.d/qmail
But it doesn't start the qmail process when system
starts, I have rebooted computer several times but
still it is not working. What is the solution for this
problem. If any one done this type of setting in
Caldera please send me your reply. If anything wrong
in my configuration please give me correct way to
solve my problem.
Anil
____________________________________________________________
Do You Yahoo!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
or your free @yahoo.ie address at http://mail.yahoo.ie
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/linux-india-help