Howdy myq-ga,
MX (Mail eXchange) records must point to an "A" record, so an IP (Internet
Protocol) address will not work for an MX record. From the plusnet Usertools
"Tutorials & FAQs: Domains: Setting up Domain Records" web page.
http://usertools.plus.net/tutorials/id/14
"MX records can only point to domains not IP addresses ..."
The following would be a typical entry snippet, as shown on this Allegiance
Internet web page titled "An Explanation of DNS Records."
http://support.algx.net/cst/dns/dns2.html
"...
eric.foobarbaz.com. IN A 36.36.1.6
...
foobarbaz.com. IN MX 10 eric.foobarbaz.com.
..."
From personal experience, an entry of an IP number for an MX record would
generate an error message on the restart of the DNS services, and the error
would most likely be a "local configuration error" message.
If you need any clarification, please feel free to ask.
Search strategy:
Personal experience.
Google search on: MX record example IP address
://www.google.com/search?q=MX+record+example+IP+address
Looking Forward, denco-ga - Google Answers Researcher |
Clarification of Answer by
denco-ga
on
03 Aug 2005 14:33 PDT
Just to respond to your clarification, myq-ga, when the record is parsed
it will generate an error on the first line as it is not a valid MX record
entry.
Looking Forward, denco-ga - Google Answers Researcher
|
Request for Answer Clarification by
myq-ga
on
03 Aug 2005 23:15 PDT
thanks a lot, denco-ga , for a to the point answer.
Just a minor clarification: when you say that "generate an error on
the first line ", will this error generation mean that the DNS entries
below the error causing entry be ignored? how about those ABOVE the
error causing entry? In general, will an error make all the entries
invalid (for that domain)
|
Clarification of Answer by
denco-ga
on
04 Aug 2005 11:28 PDT
Howdy myq-ga,
Usually, all of the entries for that domain will be ignored, as the DNS
service will not include a record with an error. In some environments
the DNS services will not restart at all if one of the domain entries
is in error.
Looking Forward, denco-ga - Google Answers Researcher
|