LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 02-14-2007, 05:04 AM   #1
noir911
Member
 
Registered: Apr 2004
Posts: 682

Rep: Reputation: Disabled
dyndns MX record not found


If I add MX to dyndns it gives error -

The MX entered ("mail.domain.dyndns.org") did not resolve or resolved to a CNAME.

My wildcard is enabled. I also tried enabling "Backup MX" in dyndns.

Here's my BIND domain.dyndns.org file

Quote:

$TTL 3h
@ IN SOA hostname.domain.dyndns.org. root.hostname.domain.dyndns.org. (
46 ; serial (d. adams)
3H ; refresh
15M ; retry
1W ; expiry
1D ) ; minimum

;; name servers
IN NS domain.dyndns.org
domain.dyndns.org IN MX 5 mail.domain.dyndns.org.

;; addresses for the canonical names

localhost IN A 127.0.0.1
hostname IN A 192.168.25.5

;; aliases for this box
www IN CNAME domain.dyndns.org.
mail IN CNAME domain.dyndns.org.
nslookup resolves nicely for <anything>.domain.dyndns.org.
 
Old 02-14-2007, 08:12 AM   #2
jimbo1954
Member
 
Registered: Oct 2006
Location: High Wycombe, Bucks, UK.
Distribution: Debian and Fedora Core in equal measure
Posts: 264

Rep: Reputation: 33
I've had this happen to me, too. I found that if you try to set up MX records *immediately* after you have set up the CNAME, this problem seems to happen, because the CNAME has not percolated through the system. You are working on a DNS system which is a long way removed from the Web Browser you are entering data from, so give some slack!

Give it a while and try again...though reading your post again, if nslookup resolves, the above may be a total load of rubbish

HTH
Jimbo
 
Old 02-14-2007, 08:47 AM   #3
sandgroper
Member
 
Registered: Jul 2004
Location: Perth , Western Australia
Distribution: Fedora Core 5 , Mint 9
Posts: 118

Rep: Reputation: 15
Wink

Quote:
Originally Posted by noir911
If I add MX to dyndns it gives error -

The MX entered ("mail.domain.dyndns.org") did not resolve or resolved to a CNAME.

My wildcard is enabled. I also tried enabling "Backup MX" in dyndns.

Here's my BIND domain.dyndns.org file



nslookup resolves nicely for <anything>.domain.dyndns.org.
Here is a copy of one of my working zone files that I posted in a fedora thread a few days ago , this is the way a zone file should look.

Question : why have you got your local host 127.0.0.1 in your zone file ???? , it is not suppose to be in there.

Code:
NOTE : The inclusion of the dots "." after each of the .com  enties !!!!!!
        DNS is very particular about the dot entries.


$TTL		86400
@			IN SOA panther.com. webmaster.panther.com. (			
			20020827; serial
			3H	; refresh
			15M	; retry
			1W	; expire
			1D )	; minimum TTL
		IN NS	emubitter.panther.
		MX 10	mail.panther.com.
@		IN A	192.168.0.2
panther.com.	IN A	192.168.0.2
mail.panther.com. IN A 	192.168.0.2
steve1.panther.com.	IN A 	192.168.0.22
steve2.panther.com.	IN A 	192.168.0.24
steve3.panther.com.	IN A 	192.168.0.26
www.panther.com.	IN CNAME panther.com.
www.panther.com.	IN CNAME steve1.panther.com.
www.steve2.panther.com.	IN CNAME steve2.panther.com.
www.steve3.panther.com.	IN CNAME steve3.panther.com.
 
Old 02-14-2007, 10:48 AM   #4
chort
Senior Member
 
Registered: Jul 2003
Location: Silicon Valley, USA
Distribution: OpenBSD 4.6, OS X 10.6.2, CentOS 4 & 5
Posts: 3,660

Rep: Reputation: 76
MX records must not point to CNAMES. You may only use an A record in an MX record. Whether your DNS host allows you to point an MX record to a CNAME isn't the point. The point is you're not supposed to do it.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Postfix: Host found but no data record of requested type alex r Linux - Networking 4 06-26-2014 07:01 AM
Host found but no data record of requested type gokiwiinternet Linux - Software 3 08-29-2006 07:38 AM
boot record not found after fresh installation of fedora -- can't fix! punt Fedora - Installation 16 01-24-2006 07:26 AM
DynDNS IP bastardchild Linux - Newbie 2 08-02-2005 08:55 PM
Unable to record mic-in with SoundBlaster Live! while able to record other sources max76230 Linux - Newbie 2 03-14-2005 04:31 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 04:23 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration