Author Topic: MX Records  (Read 7465 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
MX Records
« on: October 17, 2017, 11:16:08 AM »
leaf dns gave me this error with mx records
Code: [Select]
Your nameservers did not return any MX records for your domain! This will cause mail servers to use the A record for mydomain.com. as the mail exchanger. what does it mean and how to fix it?

thank in advance! ;)

Offline
***
Re: MX Records
« Reply #1 on: October 17, 2017, 03:39:29 PM »
In your /var/named/domain.com.db you need to have a record like this if you use your own mail server:
Code: [Select]
domain.com.       IN      MX      0       mail.domain.com.
If you use Google for your emails you need to put Google records. If you use Zoho it looks like this:
Code: [Select]
@               IN      MX      10      mx.zoho.com.
@               IN      MX      20      mx2.zoho.com.
@               IN      MX      50      mx3.zoho.com.
UNIX is a very simple OS, but you have to be a GENIUS to understand it ...

Offline
*****
Re: MX Records
« Reply #2 on: October 18, 2017, 06:04:34 AM »
leaf dns gave me this error with mx records
Code: [Select]
Your nameservers did not return any MX records for your domain! This will cause mail servers to use the A record for mydomain.com. as the mail exchanger. what does it mean and how to fix it?

thank in advance! ;)

create a MX record where you host the DNS