[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: No MX, no address



On Mon, Jul 31, 2000 at 07:52:05PM +0400, Eugene Crosser wrote:
> Although today's CVS version seems to work on Solars 2.5, it also seems
> to NOT work on Solaris 7.  This is what I get in the log:

   Yes, sounds familiar long-time problem.
   To help its debugging I have created a new "make" target in the
     transports/smtp/
   subdirectory, namely:
	make getmxrr-test

   When created, that program does DNS lookups just the way as the smtp
   does (actually using same library function), thus it should tell what
   is going on:

	./getmxrr-test sovam.com

> Jul 31 19:42:47 ajax1 smtp[17665]: smtp; 500 (nameserver data inconsistency. No
> MX, no address: 'sovam.com' (NONAME)) r=69
> Jul 31 19:42:47 ajax1 smtp[17665]: S88800AbQGaPmn: to=<crosser@sovam.com>,
> delay=00:00:04, xdelay=00:00:00, mailer=smtp, stat=retryat +60 smtp; 500
> (nameserver data inconsistency. No MX, no address: 'sovam.com' (NONAME))
> cvt=NONE
> 
> although obviously there are MXes for "sovam.com":
> 
> root@ajax1:/usr/local/src/zmailer/zmailer/# nslookup -querytype=mx sovam.com
> Server:  mars.sovam.com
> Address:  194.67.1.154
> 
> sovam.com       preference = 200, mail exchanger = relay2.sovam.com
> sovam.com       preference = 100, mail exchanger = relay1.sovam.com
> ...
> 
> BTW relay2.sovam.com is actually one of SELFADDRS of the server, but
> relay1.sovam.com is not.

	Hmm..  So you should have at least one MX entry left..

> Eugene

-- 
/Matti Aarnio	<mea@nic.funet.fi>