Answer the question
In order to leave comments, you need to log in
Setting up an MX record in a domain - what could be the problem?
On the screen, I provided the settings that I made for the domain, and the result of checking the mx record: I'm setting it up for the
first time.
Answer the question
In order to leave comments, you need to log in
so what's the problem ?
in dns you have MX mail.emailsendserver.ru specified , which
means that mail is processed on the server where the domain itself is directed
When requested, the command line shows Address: 192.168.1.1
And it should, in theory, be the IP-shnik that is registered in the A record.
nslookup shows you the address of the DNS server from which it requests information. By default, this is the primary DNS server specified in the properties of the network adapter or obtained via DHCP.
Try querying google DNS and see your entry
#nslookup -type=MX emailsendserver.ru 8.8.8.8
Server: 8.8.8.8
Address: 8.8.8.8#53
Non-authoritative answer:
emailsendserver.ru mail exchanger = 10 mail.emailsendserver.ru.
#nslookup -type=A mail.emailsendserver.ru 8.8.8.8
Server: 8.8.8.8
Address: 8.8.8.8#53
Non-authoritative answer:
Name: mail.emailsendserver.ru
Address: 37.1.194.53
[email protected]:~$ host -t NS emailsendserver.ru
emailsendserver.ru name server ns2.reg.ru.
emailsendserver.ru name server ns1.reg.ru.
[email protected]:~$ host -t MX emailsendserver.ru
emailsendserver.ru mail is handled by 10 mail.emailsendserver.ru.
[email protected]:~$ host mail.emailsendserver.ru.
mail.emailsendserver.ru has address 37.1.194.53
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question