<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0"
 xmlns:blogChannel="http://backend.userland.com/blogChannelModule"
>

<channel>
<title>Parallels knowledgebase (KB)</title>
<link>http://kb.parallels.com/</link>
<description>Parallels knowledgebase (KB)</description>
<language>en</language>
<copyright>Copyright 2008 Parallels</copyright>
<pubDate>Wed, 10 Sep 2008 00:00:00 +0600</pubDate>
<lastBuildDate>Wed, 10 Sep 2008 00:00:00 +0600</lastBuildDate>
<webMaster>rt-team@parallels.com</webMaster>

<item>
<title><![CDATA[Is it possible to change the SOA record values in domain zone files?]]></title>
<link>http://kb.parallels.com/en/154</link>
<description><![CDATA[<div id="article">
	




	<div id="kb" class="kb">
		<div class="article-container">
			<h2 class="title">Is it possible to change the SOA record values in domain zone files?</h2>
			<div class="ab-frame"><div class="bl"><div class="br"><div class="tl"><div class="tr"><!-- frame -->
				<div class="articleProperty">
					<div>Article ID: 154&nbsp;</div>
					<div>Last Review: Jun,22 2009</div>
					<tr>
						<td>Author: </td>
						<td>Bezborodova Anastasiya</td>
					</tr>
					<br/>
					<tr>
						<td>Last updated by: </td>
						<td>Bezborodova Anastasiya</td>
					</tr>
					<strong>APPLIES TO:</strong>
					<div class="articleApplies">
						<ul>
							<li>Parallels Plesk Panel for Windows</li>
							<li>Parallels Plesk Panel for Linux/Unix</li>
						</ul>
					</div>
				</div><!-- articleProperty -->
			</div></div></div></div></div><!-- frame -->

			<div class="article-internal-flag"></div>

			<div id="article-content">
				<div class="article-part">
					<h2>Resolution</h2>
					Since Parallels Plesk Panel 8 SOA record can be managed per-domain at <strong>Domains &gt; domain.tld &gt; DNS Settings &gt; SOA record</strong> and in DNS template for new domains at <strong>Server </strong><strong>&gt; DNS Settings &gt; SOA record</strong>.<br /><br />In previous Parallels Plesk Panel versions it is possible to change the TTL, Refresh, Retry, Expire, and Minimum values by adding the following parameters to the 'misc' table in the 'psa' database:<br /><br /><span style='font-family: courier new,courier;font-size: 12px;'>SOA_TTL</span><br /><span style='font-family: courier new,courier;font-size: 12px;'>SOA_Refresh</span><br /><span style='font-family: courier new,courier;font-size: 12px;'>SOA_Retry</span><br /><span style='font-family: courier new,courier;font-size: 12px;'>SOA_Expire</span><br /><span style='font-family: courier new,courier;font-size: 12px;'>SOA_Minimum</span><br /><br />If these parameters are absent, the default settings will be used. Example:<br /><br /><span style='font-family: courier new,courier;font-size: 12px;'>mysql&gt; INSERT INTO misc VALUES ('SOA_TTL','86400');</span><br /><br />After adding the records to Plesk database it is needed to rebuild all of the domain zone files by running the following command:<br /><br /><div class="commandline"><code>~# mysql -Ns -uadmin -p`cat /etc/psa/.psa.shadow` -D psa -e 'select name from dns_zone' | awk '{print &quot;/usr/local/psa/admin/sbin/dnsmng update &quot; $1 }' | sh</code></div>
				</div>
			</div>
		</div><!-- article-container -->


			<br/><br/>

			<div id="SubscriptionLink24Article" class="subscriptionLink2">
<a href="http://kb.parallels.com/subscriptions/index.html?Type=Article&ArticleID=154&ArticleLanguage=en&Product=&Category="><img src="http://kb.parallels.com/images/mail.png" width="15" height="15" alt="Subscription for changes to this article"></a>
<a href="http://kb.parallels.com/subscriptions/index.html?Type=Article&ArticleID=154&ArticleLanguage=en&Product=&Category=">Subscription for changes to this article</a>

<script type="text/javascript">

$(document).ready(function() {
	$('#SubscriptionLink24Article a').each(function(){
		$(this).click(function(event) {
			event.preventDefault();
			MainPageContentHide();
			$('#subscription').html('');
			$.get('/Stuff/Subscription', {
													'Type' : 'Article',
													'ArticleID' : '154',
													'ArticleLanguage' : 'en',
													'Product' : '',
													'Category' : ''
												}, function(data) {
																	$('#subscription').html(data);
																	$('#subscription').show();
																	SUBbuildsubmenus_product();
																});
		});
	});
});

</script>

</div>





	</div><!-- kb -->

</div><!-- article -->


]]></description>
<author>Bezborodova Anastasiya</author>
<guid isPermaLink="false">40 LastUpdated: 2009-06-22 01:02:38</guid>
<pubDate>2008-10-06 09:10:21</pubDate>
</item>
</channel>
</rss>



