MX and domain in separate locations

phn at icke-reklam.ipsec.nu phn at icke-reklam.ipsec.nu
Thu Feb 12 20:37:37 UTC 2004


Jonathan Villa <ksadmin at killerspin.com> wrote:
> I was hosting the domain isdesigndev.com with a hosting company who
> managed the DNS information for me.I now changed to a hosting company
> which has me maintaining the zone file myself.

> Via the web, ssh, ping, whois, etc... the domain points to the new
> nameservers, i.e. ns1.isdesigndev.com and ns2.isdesigndev.comhowever th=
e
> mail seems to be at the old location....I think this because I can view
> my maillog on the old server and see everything getting rejected as
> "relaying denied"...

> Anyway, I tried to query the domain at the old location

> dig isdesigndev.com ns1 @ apolloservers.com

> and I get in return

> ;; ANSWER SECTION:isdesigndev.com.        4573    IN      A     =20
> 69.10.149.186

> which is my new server...so, any ideas as to why my mail would still go
> to the old server?

> Do I need to check with the old hosting company to see if they have
> "released" the zone file?  Do I even need to do that?  I changed the dn=
s
> info at the registrar level...

The problem is in your zonefile ;
there is no address records for=20
 ns1.isdesigndev.com. and ns2.isdesigndev.com.

as shown with a zone-xfer :
> dig isdesigndev.com. axfr @69.10.149.186

; <<>> DiG 9.2.3 <<>> isdesigndev.com. axfr @69.10.149.186
;; global options:  printcmd
isdesigndev.com.        14400   IN      SOA     ns1.isdesigndev.com. ksad=
min.killerspin.com. 2004021101 28800 7200 3600000 86400
isdesigndev.com.        14400   IN      MX      0 isdesigndev.com.
isdesigndev.com.        14400   IN      NS      ns1.isdesigndev.com.
isdesigndev.com.        14400   IN      NS      ns2.isdesigndev.com.
isdesigndev.com.        14400   IN      A       69.10.149.186
ftp.isdesigndev.com.    14400   IN      A       69.10.149.186
localhost.isdesigndev.com. 14400 IN     A       127.0.0.1
mail.isdesigndev.com.   14400   IN      CNAME   isdesigndev.com.
www.isdesigndev.com.    14400   IN      CNAME   isdesigndev.com.
isdesigndev.com.        14400   IN      SOA     ns1.isdesigndev.com. ksad=
min.killerspin.com. 2004021101 28800 7200 3600000 86400
;; Query time: 223 msec


Add those "A" records, adjust the SOA to properly deal with=20
$TTL vs. "NON-existent TTL" ( you have them switched).=20

( And it shouldn't hurt if located one slave outside your premisis,=20
at your ISP could be a better location ?)



--=20
Peter H=E5kanson        =20
        IPSec  Sverige      ( At Gothenburg Riverside )
           Sorry about my e-mail address, but i'm trying to keep spam out=
,
	   remove "icke-reklam" if you feel for mailing me. Thanx.


More information about the bind-users mailing list