Re: [twsocket] Finding the DNS server for a domain.

2005-10-17 Thread Arno Garrels
Eric Montréal wrote: > Wilfried Mestdagh wrote: > >> Hello Eric, >> >> Check out DnsQuery component, I think that's what you need. >> >> >> > I looked at tDnsQuery, but this part of DNS is still some kind of > mysterious art to me ... > > The component gives me the IP for a domain, but, I ha

Re: [twsocket] Finding the DNS server for a domain.

2005-10-17 Thread Angus Robertson - Magenta Systems Ltd
> >Check out DnsQuery component, I think that's what you need. > Can it be done and how ? This is a very simple MX lookup I wrote a long time ago, it fills two arrays with a list of SMTP servers for the domain and their priority, you are supposed to try the lowest numbered preference server firs

Re: [twsocket] Finding the DNS server for a domain.

2005-10-17 Thread Eric Montréal
Wilfried Mestdagh wrote: >Hello Eric, > >Check out DnsQuery component, I think that's what you need. > > > I looked at tDnsQuery, but this part of DNS is still some kind of mysterious art to me ... The component gives me the IP for a domain, but, I have no idea how to use it to get the DNS s

Re: [twsocket] Finding the DNS server for a domain.

2005-10-15 Thread Wilfried Mestdagh
Hello Eric, Check out DnsQuery component, I think that's what you need. --- Rgds, Wilfried [TeamICS] http://www.mestdagh.biz Saturday, October 15, 2005, 23:47, Eric Montréal wrote: > Hi, > I'm trying to find the DNS server associated with a domain name. > One way to go would be to do a full W

[twsocket] Finding the DNS server for a domain.

2005-10-15 Thread Eric Montréal
Hi, I'm trying to find the DNS server associated with a domain name. One way to go would be to do a full Whois query and analyse the result but that's a bit messy since answer format is not standard and doing lots of Whois queries is usually considered an abuse. Is there a better way to do it