Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!mips!wdl1!notes From: notes@wdl1.UUCP (Notesfile maintainer) Newsgroups: comp.mail.sendmail Subject: Re: $w macro in Sun's sendmail.mx Message-ID: <16010004@wdl1.UUCP> Date: 13 Jul 90 14:59:37 GMT References: <19900710213235.1.7THSON@GLOWWORM.LispM.SLCS.SLB.COM> Lines: 13 Hi, I used to get tha smae things on my suns. Yes, It has to do with the Name Server. In our case It was the nameserver was noty complete starting up when sendmail started. It modified the rc.boot and rc.local. I start in.named as soon as possible in rc.boot and then after rc.local is run, I start sendmail near the end of rc.boot. If the problem continues, put a "sleep 30" after you start the nameserver. This ensures that there is no other activity on the host for 30 seconds (or so). I had to do this on a Vax 11/780 that was our primary DNS host. Bill Lewandowski wrl@wdl1.wdl.fac.com