<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: DKIM and DomainKeys for qmail</title>
	<atom:link href="http://www.brandonturner.net/blog/2009/03/dkim-and-domainkeys-for-qmail/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brandonturner.net/blog/2009/03/dkim-and-domainkeys-for-qmail/</link>
	<description>Random thoughts on web applications, software development and Linux</description>
	<lastBuildDate>Wed, 11 Jan 2012 03:58:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: John</title>
		<link>http://www.brandonturner.net/blog/2009/03/dkim-and-domainkeys-for-qmail/comment-page-2/#comment-7246</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 02 Dec 2011 03:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonturner.net/blog/?p=134#comment-7246</guid>
		<description>Which domains are you getting the segfault on? 

Can you check the size of the txt records? The maximum size for all txt records I believe cannot exceed 512 bytes.

I&#039;m thinking that with large TXT records, qmail-smtpd might segfault (die with status 11) on some platforms... just like the an issue with the old SPF patch (http://www.saout.de/misc/spf/) for qmail.</description>
		<content:encoded><![CDATA[<p>Which domains are you getting the segfault on? </p>
<p>Can you check the size of the txt records? The maximum size for all txt records I believe cannot exceed 512 bytes.</p>
<p>I&#8217;m thinking that with large TXT records, qmail-smtpd might segfault (die with status 11) on some platforms&#8230; just like the an issue with the old SPF patch (<a href="http://www.saout.de/misc/spf/" rel="nofollow">http://www.saout.de/misc/spf/</a>) for qmail.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kinglok, Fong</title>
		<link>http://www.brandonturner.net/blog/2009/03/dkim-and-domainkeys-for-qmail/comment-page-2/#comment-7245</link>
		<dc:creator>Kinglok, Fong</dc:creator>
		<pubDate>Fri, 02 Dec 2011 00:55:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonturner.net/blog/?p=134#comment-7245</guid>
		<description>Yes, me too.  I encountered occasionally segmentation fault of qmail-smtpd.  My system is Debian squeeze.</description>
		<content:encoded><![CDATA[<p>Yes, me too.  I encountered occasionally segmentation fault of qmail-smtpd.  My system is Debian squeeze.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.brandonturner.net/blog/2009/03/dkim-and-domainkeys-for-qmail/comment-page-2/#comment-7244</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 02 Dec 2011 00:34:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonturner.net/blog/?p=134#comment-7244</guid>
		<description>Hi Brandon,

I&#039;ve noticed that with john&#039;s combined patch 7.08 and your 7.08-dkim-r1 patch, I am occasionally getting segfaults with qmail-smtpd when verifying certain senders...

Getting the following in /var/log/messages
Dec  2 10:19:54 mailserver03 kernel: qmail-smtpd[25082]: segfault at 0000000000000000 rip 000000000040fdb2 rsp 00007ffff36d1348 error 4

Also getting tcpserver: end status 11 in qmail-smtpd log.

I am running on CentOS 5.6 x86_64 (2.6.18-238.9.1.el5). Any ideas?</description>
		<content:encoded><![CDATA[<p>Hi Brandon,</p>
<p>I&#8217;ve noticed that with john&#8217;s combined patch 7.08 and your 7.08-dkim-r1 patch, I am occasionally getting segfaults with qmail-smtpd when verifying certain senders&#8230;</p>
<p>Getting the following in /var/log/messages<br />
Dec  2 10:19:54 mailserver03 kernel: qmail-smtpd[25082]: segfault at 0000000000000000 rip 000000000040fdb2 rsp 00007ffff36d1348 error 4</p>
<p>Also getting tcpserver: end status 11 in qmail-smtpd log.</p>
<p>I am running on CentOS 5.6 x86_64 (2.6.18-238.9.1.el5). Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Martin</title>
		<link>http://www.brandonturner.net/blog/2009/03/dkim-and-domainkeys-for-qmail/comment-page-2/#comment-7236</link>
		<dc:creator>Dave Martin</dc:creator>
		<pubDate>Sun, 28 Aug 2011 15:11:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonturner.net/blog/?p=134#comment-7236</guid>
		<description>Brandon,

Thanks for all your efforts.  I especially appreciated that you took the time to document each step thoroughly. Being fairly new to this Linux/Qmail environment, it&#039;s great to find a resource that doesn&#039;t assume I&#039;ll be able to &quot;take it from there.&quot;  The examples and followup feedback were also very helpful.

Thanks again!</description>
		<content:encoded><![CDATA[<p>Brandon,</p>
<p>Thanks for all your efforts.  I especially appreciated that you took the time to document each step thoroughly. Being fairly new to this Linux/Qmail environment, it&#8217;s great to find a resource that doesn&#8217;t assume I&#8217;ll be able to &#8220;take it from there.&#8221;  The examples and followup feedback were also very helpful.</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kinglok, Fong</title>
		<link>http://www.brandonturner.net/blog/2009/03/dkim-and-domainkeys-for-qmail/comment-page-2/#comment-7235</link>
		<dc:creator>Kinglok, Fong</dc:creator>
		<pubDate>Tue, 23 Aug 2011 12:53:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonturner.net/blog/?p=134#comment-7235</guid>
		<description>&lt;a href=&quot;#comment-7234&quot; rel=&quot;nofollow&quot;&gt;@zeescientist&lt;/a&gt; 

If you are using debian, you can happily install libdkim by the following command:
apt-get install libdkim-dev

Also, I would not recommend using Kyle&#039;s method since the server I maintained sends 80K+ per day and it hanged due to the signing.  I will report if the same problem occur by using Brando&#039;s method.</description>
		<content:encoded><![CDATA[<p><a href="#comment-7234" rel="nofollow">@zeescientist</a> </p>
<p>If you are using debian, you can happily install libdkim by the following command:<br />
apt-get install libdkim-dev</p>
<p>Also, I would not recommend using Kyle&#8217;s method since the server I maintained sends 80K+ per day and it hanged due to the signing.  I will report if the same problem occur by using Brando&#8217;s method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zeescientist</title>
		<link>http://www.brandonturner.net/blog/2009/03/dkim-and-domainkeys-for-qmail/comment-page-2/#comment-7234</link>
		<dc:creator>zeescientist</dc:creator>
		<pubDate>Tue, 23 Aug 2011 12:38:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonturner.net/blog/?p=134#comment-7234</guid>
		<description>when I tried to compile libdkim I faced this errors
./libdkim.a(dns.o): In function `_DNSGetTXT(char const*, char*, int)&#039;:
dns.cpp:(.text+0x6c): undefined reference to `__res_query&#039;
dns.cpp:(.text+0x14d): undefined reference to `__dn_expand&#039;
dns.cpp:(.text+0x1de): undefined reference to `__dn_expand&#039;
collect2: ld returned 1 exit status
make: *** [libdkimtest] Error 1

could you please tell me what is the problem</description>
		<content:encoded><![CDATA[<p>when I tried to compile libdkim I faced this errors<br />
./libdkim.a(dns.o): In function `_DNSGetTXT(char const*, char*, int)&#8217;:<br />
dns.cpp:(.text+0x6c): undefined reference to `__res_query&#8217;<br />
dns.cpp:(.text+0x14d): undefined reference to `__dn_expand&#8217;<br />
dns.cpp:(.text+0x1de): undefined reference to `__dn_expand&#8217;<br />
collect2: ld returned 1 exit status<br />
make: *** [libdkimtest] Error 1</p>
<p>could you please tell me what is the problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.brandonturner.net/blog/2009/03/dkim-and-domainkeys-for-qmail/comment-page-2/#comment-7233</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Tue, 23 Aug 2011 05:12:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonturner.net/blog/?p=134#comment-7233</guid>
		<description>&lt;a href=&quot;#comment-7213&quot; rel=&quot;nofollow&quot;&gt;@Thibs&lt;/a&gt; 

Send email to yahoo email.</description>
		<content:encoded><![CDATA[<p><a href="#comment-7213" rel="nofollow">@Thibs</a> </p>
<p>Send email to yahoo email.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DKIM setup notes &#8211; blog</title>
		<link>http://www.brandonturner.net/blog/2009/03/dkim-and-domainkeys-for-qmail/comment-page-2/#comment-7228</link>
		<dc:creator>DKIM setup notes &#8211; blog</dc:creator>
		<pubDate>Mon, 04 Jul 2011 14:48:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonturner.net/blog/?p=134#comment-7228</guid>
		<description>[...] http://www.brandonturner.net/blog/2009/03/dkim-and-domainkeys-for-qmail/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.brandonturner.net/blog/2009/03/dkim-and-domainkeys-for-qmail/" rel="nofollow">http://www.brandonturner.net/blog/2009/03/dkim-and-domainkeys-for-qmail/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.brandonturner.net/blog/2009/03/dkim-and-domainkeys-for-qmail/comment-page-2/#comment-7221</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 18 Apr 2011 05:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonturner.net/blog/?p=134#comment-7221</guid>
		<description>&lt;a href=&quot;#comment-7213&quot; rel=&quot;nofollow&quot;&gt;@Thibs&lt;/a&gt; 
I tried it with john&#039;s 7.10 patch but qmail-smtpd was segfaulting so for now I&#039;m using the qmail-remote wrapper.  For now I&#039;m only signing, not verifying, but spamassassin does some verification I believe.</description>
		<content:encoded><![CDATA[<p><a href="#comment-7213" rel="nofollow">@Thibs</a><br />
I tried it with john&#8217;s 7.10 patch but qmail-smtpd was segfaulting so for now I&#8217;m using the qmail-remote wrapper.  For now I&#8217;m only signing, not verifying, but spamassassin does some verification I believe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: selcuk</title>
		<link>http://www.brandonturner.net/blog/2009/03/dkim-and-domainkeys-for-qmail/comment-page-2/#comment-7216</link>
		<dc:creator>selcuk</dc:creator>
		<pubDate>Tue, 22 Mar 2011 19:58:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonturner.net/blog/?p=134#comment-7216</guid>
		<description>hi,

thanks for explaining dkim for qmail. But i have a problem. when i send mail i got 533 error.</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>thanks for explaining dkim for qmail. But i have a problem. when i send mail i got 533 error.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

