Control Web Panel

WebPanel => E-Mail => Topic started by: Roman on October 17, 2017, 11:16:08 AM

Title: MX Records
Post by: Roman 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! ;)
Title: Re: MX Records
Post by: darkness 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.
Title: Re: MX Records
Post by: Sandeep 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