uh.
1. service sendmail stop, it always fails for sm-client, because they both
killproc sendmail:
stop)
if [ -f /var/lock/subsys/sendmail ]; then
# Stop daemons.
msg_stopping sendmail
killproc sendmail
rm -f /var/lock/subsys/sendmail
else
msg_not_running sendmail
fi
if [ -f /var/lock/subsys/sm-client ]; then
msg_stopping sm-client
killproc sendmail
RETVAL=$?
[ $RETVAL -eq 0 ] && rm -f /var/run/sm-client.pid
[ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/sm-client
else
msg_not_running sm-client
fi
;;
2. mailq' shows always empty queue, altho i see from mail.log it attempts to
send out the mail.
--
glen
_______________________________________________
pld-devel-en mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en