Question : Is there a way to look up what domain keys are setup for a domain?

Is there a way to look up what domain keys are setup for a domain? Say i lookup the following domain

j a n g o m a i l . c o m

Theres plenty of DNS tools that show me the spf record but not the domain keys.

Can anyone please point me to a resource how i can do this?

Thanks
P

Answer : Is there a way to look up what domain keys are setup for a domain?

if you're on windows...use nslookup:

START->RUN-> "cmd"

> nslookup -type=txt ._domainkey.domain.com

For example:
C:\Documents and Settings\joe>nslookup -type=txt gamma._domainkey.gmail.com
Server:  ns1.xxxxx.org
Address:  10.200.200.5

Non-authoritative answer:
gamma._domainkey.gmail.com      text =

        "k=rsa; t=y; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDIhyR3oItOy22ZOaBrIVe9m/iME3RqOJeasANSpg2YTHTYV+Xtp4xwf5gTjCmHQEMOs0qYu0FYiNQPQogJ2t0Mfx9zNu06rfRBDjiIU9tpx2T+NGlWZ8
qhbiLo5By8apJavLyqTLavyPSrvsx0B3YzC63T4Age2CDqZYA+OwSMWQIDAQAB"

gmail.com       nameserver = ns1.google.com
gmail.com       nameserver = ns3.google.com
gmail.com       nameserver = ns2.google.com
gmail.com       nameserver = ns4.google.com
ns1.google.com  internet address = 216.239.32.10
ns2.google.com  internet address = 216.239.34.10
ns3.google.com  internet address = 216.239.36.10
Random Solutions  
 
programming4us programming4us