Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ncar!woods From: woods@ncar.ucar.edu (Greg Woods) Newsgroups: comp.mail.sendmail Subject: Re: sendmail 5.61 won't deliver to local network, help Keywords: named sendmail sendmail.cf Message-ID: <1470@ncar.ucar.edu> Date: 23 Feb 89 20:29:24 GMT References: <546@asuvax.asu.edu> Reply-To: woods@handies.UCAR.EDU (Greg Woods) Organization: Scientific Computing Division/NCAR, Boulder CO Lines: 18 In article <546@asuvax.asu.edu> system@asuvax.asu.edu (Marc Lesure) writes: >I installed sendmail 5.61 and I lost mail deliver to my local network >(machines in the same domain). It probably has to do with your resolv.conf file. Make sure it has a "domain" line. In addition, by invoking sendmail with the -bt flag and also the -d0-99.4 flag, you get to see exactly what queries are being made to your name server. I did this once, and saw things like host.ucar.edu.ucar.edu (double domain sickness). Another thing you can do is to fire up named with debugging. This will probably tell you what is really happening. Another thing is that if you compile sendmail 5.61 without NO_WILDCARD_MX defined, the only queries that ever seem to be made are for CNAMES. Of course, if you do define NO_WILDCARD_MX, then you had better not have a wildcard MX record for your domain, or every single query will succeed even when it is bogus. --Greg