• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Bug: CNAME causes "Incorrect combination of DNS records is present in the DNS zone"

jj05

Basic Pleskian
I have a domain example.com, and a domain alias (only Web service is aliased) example.net

When I try to add a CNAME record on example.net that is different from the one on example.com, e.g.:
dns --add 'example.net' -cname 'mail' -canonical 'mail.example.com'

I get the following error:
Incorrect combination of DNS records is present in the DNS zone

The same thing happens through the GUI.
As a workaround I had to manually add the entry in the database.
 
When I try to add a CNAME record on example.net that is different from the one on example.com, e.g.:
dns --add 'example.net' -cname 'mail' -canonical 'mail.example.com'

I get the following error:
Incorrect combination of DNS records is present in the DNS zone

Ronald Aitchison said:
Any number of MX records may be defined. If the mail server lies within the domain it requires an A record. MX records do not need to point to a host in this zone. MX records should not point to CNAME RRs (but frequently do, see the discussion on this topic). Defining MX records for subdomains.

REFERENCE
DNS for Rocket Scientists

HTH,
 
Last edited:
Thanks Eric, that explains it.

A more useful message such as "An MX record can't point to a CNAME according to RFC1034 in section 3.6.2" is in order. Especially since I'm adding a CNAME record, not the MX record, and there's no hint what's the root cause.

Or alternatively completely disable the check.
http://mengwong.com/misc/rfc1912-is-wrong.html
 
Last edited:
Back
Top