Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!unmvax!deimos.cis.ksu.edu!rutgers!rochester!pt.cs.cmu.edu!andrew.cmu.edu!+ From: eht@cs.cmu.edu (Eric Thayer) Newsgroups: comp.sys.next Subject: Re: How to kill a NeXT machine... Message-ID: Date: 8 May 89 01:35:50 GMT Organization: Carnegie Mellon, Pittsburgh, PA Lines: 44 About the sendmail stuff: The easiest thing to do, of course, is to find a Cube with a working /usr/lib/sendmail.cf configuration file. If one doesn't exist, what we had to do was to change the lines: DRmailhost CRmailhost to DRcs.cmu.edu CRcs.cmu.edu There were some weirdnesses in the address rewrite rules that we had to remove, but this only affected incoming mail. You can test whether the address rewrite rules are working 'correctly' by: telnet smtp and use: vrfy you@yourmach.stanford.edu vrfy you@yourmach vrfy you quit In those cases, you should get back: 250 Your Full Name . . . Have you tried booting single user and fixing up your rc script? (type 'b -s' at the rom monitor prompt) Hope this helps, ...eric p.s. Where did all the BSD documentation go for 0.9? I tried to find the Sendmail documentation and to my dissapointment all I found were man pages refering me to the stuff I wanted.