<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>john keegan dot org &#187; Plesk</title>
	<atom:link href="http://www.johnkeegan.org/tag/plesk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johnkeegan.org</link>
	<description>Searching vainly for a decent subtitle...</description>
	<lastBuildDate>Fri, 14 Oct 2011 01:00:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Plesk: There is incorrect combination of resource records in the zone</title>
		<link>http://www.johnkeegan.org/2009/11/21/plesk-there-is-incorrect-combination-of-resource-records-in-the-zone/</link>
		<comments>http://www.johnkeegan.org/2009/11/21/plesk-there-is-incorrect-combination-of-resource-records-in-the-zone/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 20:12:02 +0000</pubDate>
		<dc:creator>John Keegan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[Plesk]]></category>

		<guid isPermaLink="false">http://www.johnkeegan.org/?p=485</guid>
		<description><![CDATA[Got this error when trying to add a mail CNAME in Plesk DNS: Error: There is incorrect combination of resource records in the zone Found RackerHacker&#8217;s note about it and it was as he said, trying to add a new &#8230; <a href="http://www.johnkeegan.org/2009/11/21/plesk-there-is-incorrect-combination-of-resource-records-in-the-zone/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><em> </em></p>
<p>Got this error when trying to add a mail CNAME in Plesk DNS:</p>
<p><strong><code>Error: There is incorrect combination of resource records in the zone</code></strong></p>
<p>Found <a href="http://rackerhacker.com/2007/10/02/plesk-there-is-incorrect-combination-of-resource-records-in-the-zone/">RackerHacker&#8217;s note</a> about it and it was as he said, trying to add a new CNAME for mail. So I added the &#8216;test&#8217; hostname instead as a CNAME to the host I wanted to use, then set about updating that in the psa DB.</p>
<p>One commenter suggested using phpmyadmin to make the changes to the dns_recs table in the psa database, but I didn&#8217;t have phpmyadmin setup for server wide usage.</p>
<p>So I just logged into mysql from the command line and did this:</p>
<pre>mysql&gt; select * from dns_recs;</pre>
<p>to get the list of DNS records. Then I found the ID of the record I needed to change and did these 2 commands:</p>
<pre>update dns_recs set host='mail.example.org' where id='XX'
update dns_recs set displayHost='mail.example.org' where id='XX'</pre>
<p>Change mail.example.org to your domain and ID to the record ID you found and that&#8217;s how to set a mail CNAME for a non-local host. Should be a simple task, yes&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnkeegan.org/2009/11/21/plesk-there-is-incorrect-combination-of-resource-records-in-the-zone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic
Database Caching 1/5 queries in 0.003 seconds using apc
Object Caching 260/260 objects using apc

Served from: www.johnkeegan.org @ 2012-02-07 03:49:02 -->
