Skip to content

Instantly share code, notes, and snippets.

@kingcu
Created September 16, 2011 15:31
Show Gist options
  • Save kingcu/1222374 to your computer and use it in GitHub Desktop.
Save kingcu/1222374 to your computer and use it in GitHub Desktop.
TXT records not in place
kingcu@desktop:~/ridewithgps$ nslookup -q=TXT _domainkey.yhamail.org.uk
Server: 192.168.0.1
Address: 192.168.0.1#53
** server can't find _domainkey.yhamail.org.uk: NXDOMAIN
kingcu@desktop:~/ridewithgps$ nslookup -q=TXT mail._domainkey.yhamail.org.uk
Server: 192.168.0.1
Address: 192.168.0.1#53
** server can't find mail._domainkey.yhamail.org.uk: NXDOMAIN
kingcu@desktop:~/ridewithgps$ nslookup -q=TXT yhamail.org.uk
Server: 192.168.0.1
Address: 192.168.0.1#53
Non-authoritative answer:
yhamail.org.uk text = "v=spf1 mx ip4:216.218.192.34 ~all"
Authoritative answers can be found from:
kingcu@desktop:~/ridewithgps$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment