Guest User

Untitled

a guest
Feb 13th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. this is only for me !
  2.  
  3. Tools to use:
  4.  
  5. First tool to look up the MX entry is nslookup ;)
  6.  
  7. type in the shell: nslookup -querytype=MX zentralweb.de e.g.
  8. answeris:
  9. Non-authoritative answer:
  10. zentralweb.de mail exchanger = 10 mail.zentralweb.de.
  11.  
  12. lets try some other options like A or CNAME
  13.  
  14. nslookup -querytype=A zentralweb.de
  15.  
  16. Non-authoritative answer:
  17. Name: zentralweb.de
  18. Address: 37.228.153.11
  19.  
  20. nice!
  21.  
  22. Second tool to check SMTP. For this i use telnet.
  23. try in the shell: telnet zentralweb.de 25 be surprised!
Add Comment
Please, Sign In to add comment