Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.csd.uwm.edu!gem.mps.ohio-state.edu!rpi!batcomputer!eric From: eric@batcomputer.tn.cornell.edu (Eric Fielding) Newsgroups: comp.unix.ultrix Subject: Re: mailer startup problem Message-ID: <8792@batcomputer.tn.cornell.edu> Date: 7 Sep 89 02:29:42 GMT Reply-To: eric@jasper.tn.cornell.edu Distribution: usa Organization: Department of Geological Sciences, Cornell University Lines: 20 In a recent article eric@geology.tn.cornell.edu (I) wrote: >More on the problem I am having with getting "sendmail" to start up. I just >found the "syslog" file, and it has these error messages: >Sep 6 17:49:48 LOCALHOST: 3142 sendmail: NOQUEUE: SYSERR: getrequests: cannot b >ind: Permission denied >... >Perhaps some file got set to the wrong owner? I changed the >ownership of "/etc/*" to "root". Answering my own question: It turns out that "sendmail" does not look at the files in /etc, but instead looks at the file entries in /usr/lib that are links to the files in /etc. All of the files in /usr/lib were owned by a regular account, instead of "root". Changing them to "root" made sendmail start up fine. I must say that this Ultrix system seems a lot more difficult to set up than the VMS systems I am used to. And the Ultrix documentation is very good compared to most U*ix manuals from what I hear... At least I did figure it out after a while. ++Eric Fielding