Wrong domain showing on expected value for MX Record
-
I have two domains set up and working well.
The status page for the DNS settings shows a green light for all the records.
But the expected value for the MX record for the second domain shows the expected value for the first domain.
See the screenshots for a better understanding.
How can I submit a bug report?
Thank you!
-
-
@duli I have seen this happens when there is a conflict record created in Cloudflare . See https://developers.cloudflare.com/dns/troubleshooting/email-issues/#dc--subdomain . Do you think this is your situation?
If not, can you check if
host -t MX <domain.com>
(the second domain) has multiple MX records by any chance? If so, can you tell me which DNS provider you are using? -
Hello and thanks for your attention.
@girish said in Wrong domain showing on expected value for MX Record:
I have seen this happens when there is a conflict record created in Cloudflare . See https://developers.cloudflare.com/dns/troubleshooting/email-issues/#dc--subdomain . Do you think this is your situation?
I´m using CloudFlare, but I don't think this is the conflict case as none of the domains are using a proxy in any of the records.
@girish said in Wrong domain showing on expected value for MX Record:
If not, can you check if host -t MX <domain.com> (the second domain) has multiple MX records by any chance? If so, can you tell me which DNS provider you are using?
Apparently, the records are showing correct data. Please, see below (data omitted):
duli@my:~$ host -t MX duli.XXX.XX duli.XXX.XX mail is handled by 10 mail.duli.XXX.XX. duli@my:~$ duli@my:~$ host -t A mail.duli.XXX.XX mail.duli.XXX.XX has address 142.171.XXX.XX9 duli@my:~$ duli@my:~$ host -t MX marzaXXX.XXX.XX marzaXXX.XXX.XX mail is handled by 10 mail.marzaXXX.XXX.XX. duli@my:~$ duli@my:~$ host -t A marzaXXX.XXX.XX mail.marzaXXX.XXX.XX has address 142.171.XXX.XX9 duli@my:~$
Could you give me any other pointers?
Thank you!
-
-