[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] more info on my dns



At 07:45 PM 2/29/00 -0500, you wrote:
> heres what in the config file
>
> $TTL 86400
> hostinghq.com. IN SOA ns.hostinghq.com. admin.ns.hostinghq.com. (
>         2000022900
>         10800
>         3600
>         604800
>         86400
>         )
> hostinghq.com.  IN      NS      ns.hostinghq.com.
> hostinghq.com.  IN      NS      ns2.hostinghq.com.
> ; End SOA Header
> hostinghq.com.  in      mx      30 mail.hostinghq.com.
> mail.hostinghq.com.     in      a       64.29.16.2
> ns2.hostinghq.com.      in      a       64.29.17.2
> hostinghq.com.  in      a       64.29.16.2
> www.hostinghq.com.      in      a       64.29.16.2
>
Looks like a Loop.  Mr. Letter goes to hostinghq.com (64.29.16.2) which uses
mail.hostinghq.com which resolves to 64.29.16.2 and that ip resolves to you
guessed it hostinghq.com (See yoour Reverse below) not mail.hostinghq.com
so you should change your mx record to hostinghq.com  mail is sent to the
High priority mail server hostinghq.com

Nope.

The sender's MTA (mail transport agent, I.E., Mailtraq <www.mailtraqna.com>, or Sendmail <www.sendmail.org>), looks up the MX record, which points to <mail.hosting.com>. It looks up the A record for <mail.hosting.com>, which happens to be 64.29.16.2, and sends the mail there. No other lookups, no loops.

BUT...

It only does all this if it can find the MX record. It can't, because it can't find the nameserver, ns.hostinghq.com. It seems there is NO A record for ns.hosting.com.

Do you have a "host" record set up at Network Solutions (or wherever your domain is registered)? What does it point to?

Jeff

--
Jeff Lasman <jblists@xxxxxxxxxxxxx>