<?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>ItHowTo.ro &#187; mydns</title>
	<atom:link href="http://www.ithowto.ro/tag/mydns/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ithowto.ro</link>
	<description>Blogging about IT Stuff by ESSERIO</description>
	<lastBuildDate>Wed, 30 Nov 2011 09:13:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>dk_eom(): resource unavailable: d2i_PUBKEY_bio() failed</title>
		<link>http://www.ithowto.ro/2009/03/dk_eom-resource-unavailable-d2i_pubkey_bio-failed/</link>
		<comments>http://www.ithowto.ro/2009/03/dk_eom-resource-unavailable-d2i_pubkey_bio-failed/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 19:14:12 +0000</pubDate>
		<dc:creator>gkoo</dc:creator>
				<category><![CDATA[linux administration]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[dk-filter]]></category>
		<category><![CDATA[domain keys]]></category>
		<category><![CDATA[mydns]]></category>

		<guid isPermaLink="false">http://www.ithowto.ro/?p=71</guid>
		<description><![CDATA[Ok, i&#8217;ve gotten this error while trying to implement DomainKeys on one of my servers.  I&#8217;m using a debian etch with postfix amavis and dk-filter for signing emails. The errors i was getting in the logfiles were: dk_eom(): resource unavailable: d2i_PUBKEY_bio() failed SSL error:0D06B08E:asn1 encoding routines:ASN1_D2I_READ_BIO:not enough data After searching a while over the internet [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, i&#8217;ve gotten this error while trying to implement DomainKeys on one of my servers.  I&#8217;m using a debian etch with postfix amavis and dk-filter for signing emails. The errors i was getting in the logfiles were:</p>
<p><em><strong> dk_eom(): resource unavailable: d2i_PUBKEY_bio() failed<br />
SSL error:0D06B08E:asn1 encoding routines:ASN1_D2I_READ_BIO:not enough data</strong></em></p>
<p>After searching a while over the internet i&#8217;ve figured out i was getting this error because the selector TXT DNS record was incomplete. I am using ISPconfig3 with MyDNS and the MyDNS field in the ispconfig database was limited to 116 characters. The TXT DNS record had 230. I had to modify the database structure.</p>
<p>This error can also occur when you copy/paste the public key from your public key file to the dns record. Be careful not to have any white-spaces or line-breaks in it.</p>
<p>After fixing your selector wait for the dns to refresh so it&#8217;ll see your new dns record.</p>
<p>Hope this helps you out cause i lost half a day trying to figure it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ithowto.ro/2009/03/dk_eom-resource-unavailable-d2i_pubkey_bio-failed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mydns: out of memory: Cannot allocate memory error</title>
		<link>http://www.ithowto.ro/2009/03/mydns-out-of-memory-cannot-allocate-memory-error/</link>
		<comments>http://www.ithowto.ro/2009/03/mydns-out-of-memory-cannot-allocate-memory-error/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 18:53:40 +0000</pubDate>
		<dc:creator>gkoo</dc:creator>
				<category><![CDATA[linux administration]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mydns]]></category>

		<guid isPermaLink="false">http://www.ithowto.ro/?p=65</guid>
		<description><![CDATA[MyDNS was working great on my machine until i&#8217;ve decided to implement DomainKeys and DKIM support for my e-mail system. As you probably know DKIM and DomainKeys require a long TXT record with a public key to be inserted in the DNS. MyDNS started giving me problems when i was query-ing the DNS for this [...]]]></description>
			<content:encoded><![CDATA[<p>MyDNS was working great on my machine until i&#8217;ve decided to implement DomainKeys and DKIM support for my e-mail system. As you probably know DKIM and DomainKeys require a long TXT record with a public key to be inserted in the DNS.</p>
<p>MyDNS started giving me problems when i was query-ing the DNS for this TXT record which has around 230 characters. MyDNS was crashing with the following log entry:</p>
<p><em><strong>mydns: out of memory: Cannot allocate memory</strong></em></p>
<p>The solution for this was replacing MyDNS 1.0.0 with the brand new MyDNS-NG ( Next Generation ) 1.2.8.26. Everything came back to normal now and It&#8217;s working like a charm.</p>
<p>You can get the mydns-ng 1.2.8.26 from here : http://sourceforge.net/projects/mydns-ng/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ithowto.ro/2009/03/mydns-out-of-memory-cannot-allocate-memory-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

