In message <[EMAIL PROTECTED]>
so spake Timothy Horie (tak):
> I changed some options in the .mc file and rebuilt the
> /etc/mail/sendmail.cf file.
> How do I restart sendmail?
This is what I do (as root):
kill -HUP `sed q /var/run/sendmail.pid`
Sending SIGHUP to sendmail causes it to re-exec itself.
- todd

