This is a discussion on RE: MX Records Not Loading within the Bind Users forums, part of the DNS and Related Forums category; -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > -----Original Message----- > From: Robert Thornburg [mailto:rthornburg@nwlinc.com] > Sent: Wednesday, ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > -----Original Message----- > From: Robert Thornburg [mailto:rthornburg@nwlinc.com] > Sent: Wednesday, July 21, 2004 4:37 PM > To: 'Michael Varre' > Subject: RE: MX Records Not Loading > > Here is my zone record: > > > $ttl 38400 > purpletree.biz. IN SOA ns1.nwlinc.com. > hostmaster.nwlinc.com. ( > 1005595516 > 10800 > 3600 > 604800 > 38400 ) > purpletree.biz. IN NS ns1.nwlinc.com. > purpletree.biz. IN NS ns2.nwlinc.com. > www.purpletree.biz. IN A 63.240.163.10 > qa.purpletree.biz. IN A 63.240.163.9 > dv.purpletree.biz. IN A 63.240.163.8 > dev.purpletree.biz. IN A 63.240.140.235 > mail2.purpletree.biz. IN MX 20 mail.uu.net. > mail3.purpletree.biz. IN MX 500 63.240.163.16 > mail1.purpletree.biz. IN MX 10 mail.partylite.com. Ok well (anyone feel free to correct me if im wrong or explaining it incorrectly) but you do not need the full 'mail1.purpletree.biz'. 'purpuletree.biz origin already exists at the top of the zone. Testing the rest of the zone makes me think the rest of it is setup incorrectly as well. None of the answers im getting back are correct. Try chainging with: $ttl 38400 purpletree.biz. IN SOA ns1.nwlinc.com. hostmaster.nwlinc.com. ( 1005595516 10800 3600 604800 38400 ) @ IN NS ns1.nwlinc.com. @ IN NS ns2.nwlinc.com. www IN A 63.240.163.10 Qa IN A 63.240.163.9 Dv IN A 63.240.163.8 Dev IN A 63.240.140.235 mail2 IN MX 20 mail.uu.net. mail3 IN MX 500 63.240.163.16 mail1 IN MX 10 mail.partylite.com. While you're testing you might think about lowering the TTL as well. Hope this helps. > > As far as the logging I'm not to familiar with where I would > find that file. > Here is what my loging reports: > > Channel name default_syslog > Log to Syslog level daemon > Minimum message level info > > > Channel name default_debug > Log to File named.run > Minimum message level dynamic > > > Channel name default_stderr > Log to File descriptor stderr > Minimum message level info > > > > -----Original Message----- > From: Michael Varre [mailto:bind9@kishmish.com] > Sent: Wednesday, July 21, 2004 2:25 PM > To: 'Robert'; comp-protocols-dns-bind@isc.org > Subject: RE: MX Records Not Loading > > > > > -----Original Message----- > > From: bind-users-bounce@isc.org > [mailto:bind-users-bounce@isc.org] On > > Behalf Of Robert > > Sent: Wednesday, July 21, 2004 3:51 PM > > To: comp-protocols-dns-bind@isc.org > > Subject: MX Records Not Loading > > > > I'm having a problem with Bind 8 and it not loading the MX > > records I just added. I have multiple domains and have no > > problems > in the past. > > However I have just added some new MX records and sent a HUP to > > the named process but the records did not load. I can add a > new A record > > in the same domain and that loads. I have restarted the > named service > > but still no luck. Any ideas would be much appreciated!!! > > Want to show us your zone file? Any errors or messages in > the log? There > probably is and its probably just a syntax error of some sort. > > mv > > > > > > Thanks, > > Robert > > > -----BEGIN PGP SIGNATURE----- Version: PGP 8.1 iQA/AwUBQP/lvUYhBmUvDNxOEQKHygCgh8WaDvlgUjCy5l3TKuJeHJ/MWgUAoPkD UBF0rZpBZIRM5Rp1qqiOcXYt =6f9P -----END PGP SIGNATURE----- |