I'm working on Windows 10 and I want, for example, to get the MX server of the site achab.it. Asking for nslookup -type=mx achab.it
, I am expecting to obtain:
Server: anyres1.fastwebnet.it
Address: 62.101.93.101
Non-authoritative answer:
achab.it MX preference = 10, mail exchanger = mail.achab.it
achab.it MX preference = 20, mail exchanger = mail2.achab.it
or something like that. Instead I get:
Server: anyres1.fastwebnet.it
Address: 62.101.93.101
Non-authoritative answer:
achab.it.fastwebnet.it MX preference = 10, mail exchanger = mx2.fastwebnet.it
achab.it.fastwebnet.it MX preference = 10, mail exchanger = mx4.fastwebnet.it
achab.it.fastwebnet.it MX preference = 10, mail exchanger = mx1.fastwebnet.it
achab.it.fastwebnet.it MX preference = 10, mail exchanger = mx3.fastwebnet.it
where fastwebnet.it
is my service provider.
Same problem with setting other servers, e.g. nslookup -type=mx achab.it 8.8.8.8
.
I cannot see what's wrong. Isn't it the right way to get automatically the domain mail.achab.it starting from achab.it?
UPDATE: The output is the same even if I ask for nslookup -type=mx outlook.com
or nslookup -type=mx fakesite.nodomain