On Tuesday, May 03, 2011 8:57 PM ,
Amos <a...@emailaya.com> wrote:

> I guess I'm missing something.
>
> I'm using a dns server: mail.mydomain.com (mydomain is my real
> domain) and the "name" parameter is
> "google.com" and QType is mx (15). No matter what I do, I keep
> getting an empty result. Debugging shows me
> that the received QType (RType variable) is 6 (instead of 15) so the
> result is empty. What am I missing?
>

if all is working fine (mail.mydomain.com is you correct DNS resolver 
address) following command

nslookup -q=mx google.com mail.mydomain.com

should return something like this

Server:  mail.mydomain.com
Address:  ip.add.re.ss

Non-authoritative answer:
google.com      MX preference = 50, mail exchanger = 
alt4.aspmx.l.google.com
google.com      MX preference = 10, mail exchanger = 
aspmx.l.google.com
google.com      MX preference = 20, mail exchanger = 
alt1.aspmx.l.google.com
google.com      MX preference = 30, mail exchanger = 
alt2.aspmx.l.google.com
google.com      MX preference = 40, mail exchanger = 
alt3.aspmx.l.google.com

google.com      nameserver = ns1.google.com
google.com      nameserver = ns2.google.com
google.com      nameserver = ns3.google.com
google.com      nameserver = ns4.google.com

---


I think you need to look at your TCP/IP settings and read what is the 
IP of primary/secondary DNS server you are using...


Regards
Dalibor Toman


------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to