Xref: utzoo comp.mail.misc:1322 comp.mail.sendmail:163 Path: utzoo!attcan!uunet!husc6!tut.cis.ohio-state.edu!triceratops.cis.ohio-state.edu!karl From: karl@triceratops.cis.ohio-state.edu (Karl Kleinpaste) Newsgroups: comp.mail.misc,comp.mail.sendmail Subject: Re: What is send-mail? Message-ID: <24621@tut.cis.ohio-state.edu> Date: 14 Oct 88 13:08:34 GMT References: <4675@thorin.cs.unc.edu> Sender: news@tut.cis.ohio-state.edu Lines: 14 In-reply-to: hewitt@unc.cs.unc.edu's message of 13 Oct 88 14:34:56 GMT hewitt@unc.cs.unc.edu (W. Joe Hewitt) writes: When my sendmail gets sick I find processes that are called send-mail. Their parent process is init and they just hang waiting on an event. Does anyone know what they are for and where they come from? Is there any documentation available? Berzerkeley Mail invokes the back-end delivery program (/usr/lib/delivermail in days gone by, these days typically /usr/lib/sendmail) with an argv[0] of "send-mail." If you have BSD source, look in send.c, routine unpack(), around like 600. As to why it's getting hung on your system, I don't have a clue. --Karl