From owner-freebsd-questions Wed May 16 18:27:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nameserver.austclear.com.au (nameserver.austclear.com.au [192.83.119.132]) by hub.freebsd.org (Postfix) with ESMTP id 57F0C37B422 for ; Wed, 16 May 2001 18:27:21 -0700 (PDT) (envelope-from ahl@austclear.com.au) Received: from tungsten.austclear.com.au (tungsten.austclear.com.au [192.168.70.1]) by nameserver.austclear.com.au (8.9.3/8.9.3) with ESMTP id LAA57150; Thu, 17 May 2001 11:27:20 +1000 (EST) Received: from tungsten (tungsten [192.168.70.1]) by tungsten.austclear.com.au (8.9.3/8.9.3) with ESMTP id LAA22458; Thu, 17 May 2001 11:27:19 +1000 (EST) Message-Id: <200105170127.LAA22458@tungsten.austclear.com.au> X-Mailer: exmh version 2.1.1 10/15/1999 To: =?iso-8859-1?q?Keith=20Spencer?= Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Help! MX record stopping sendmail working? In-Reply-To: Your message of "Thu, 17 May 2001 11:12:56 +1000." <20010517011257.93518.qmail@web12005.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 17 May 2001 11:27:19 +1000 From: Tony Landells Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bsd2000au@yahoo.com.au said: > I am building an new 4.2 machine to replace a 3.2 machine. I have > simple copied the namedb directory (with permissions) over to the new > machine but sendmail reports.... > smmc.qld.edu.au MX record points back to smmcroute.smmc.qld.edu.au > The mail server (smmcroute) is the dns > server (secondary dns...the isp is our primary) hmmm... any ideas? I > have created a sendmail.cw file since the old system had one because > mail wouldn't work without it. I notice with 4.2 the mail configs are > now in /etc/mail...OK Any ideas troops? I am really stuck and our org > has no mail OOPS! Is this enough info? The new version of sendmail, by default, uses /etc/mail/local-host-names instead of /etc/sendmail.cw. The error you're getting from sendmail means (I think): DNS has a highest priority MX record for smcc.qld.edu.au that points to smmcroute.smcc.qld.edu.au. The address of smmcroute.smcc.qld.edu.au is 203.56.180.1. The box with an address of 203.56.180.1 doesn't have its hostname set to smmcroute.smcc.qld.edu.au. It does a DNS lookup, and finds that the best MX refers to its IP address, but not its name. Sendmail doesn't know what to do. Run the following command: sendmail -bt -d0.10 < /dev/null and send the output. -- Tony Landells Senior Network Engineer Ph: +61 3 9677 9319 Australian Clearing Services Pty Ltd Fax: +61 3 9677 9355 Level 4, Rialto North Tower 525 Collins Street Melbourne VIC 3000 Australia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message