sendmail

Elan Ruusamäe glen at delfi.ee
Thu Jan 13 18:48:48 CET 2005


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




More information about the pld-devel-en mailing list