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
> >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
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
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
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