-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

+++ Anup Narayanan [linux-india] <29/10/01 20:46 +0530>:
> Thank you very much for the info.I would request you to kindly describe a
> real life scenario in which giving the IP address for a MX record would
> create trouble/problem .I am sorry for causing this inconvenience.

Well, the best way is to create it and then wonder why you are not getting
any mail :)  Plus, it violates RFC 1035 (on the syntax of MX records).

One basic reason is that the IP address would be translated into a name under
is $ORIGIN (missing '.' at the end !):
  
$ORIGIN mydomain.com.
hostb IN MX 10  10.0.0.1
                                     
will result in:
                                      
hostb.mydomain.com. IN MX 10 10.0.0.1.mydomain.com.

which does not exist ...

        -srs

ps - Information courtesy googling for a minute on the bind-users mailing
list archives.  Please search google for a minute before posting ;)

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (FreeBSD)
Comment: Finger mallet<@>efn.org for key

iD8DBQE73XfmRB4r9e3t77kRAlCHAJwO19aE+5+yX1lyVnnF8/hvEnFQkgCghxA+
M8O4sVaUB2RKwXxP/QDppig=
=l7XQ
-----END PGP SIGNATURE-----

_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to