<?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: How To Implement and Set Up DomainKeys Identified Mail (DKIM) on hMail Server</title>
	<atom:link href="http://journal.suteki.nu/2009/08/20/how-to-implement-and-set-up-domainkeys-identified-mail-dkim-on-hmail-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://journal.suteki.nu/2009/08/20/how-to-implement-and-set-up-domainkeys-identified-mail-dkim-on-hmail-server/</link>
	<description></description>
	<lastBuildDate>Thu, 15 Jul 2010 08:42:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Personalife</title>
		<link>http://journal.suteki.nu/2009/08/20/how-to-implement-and-set-up-domainkeys-identified-mail-dkim-on-hmail-server/comment-page-1/#comment-16626</link>
		<dc:creator>Personalife</dc:creator>
		<pubDate>Sun, 28 Mar 2010 02:46:16 +0000</pubDate>
		<guid isPermaLink="false">http://journal.suteki.nu/?p=596#comment-16626</guid>
		<description>Don&#039;t even need to generate one in windows. Just follow the links at the end of the post, which generates one for you.</description>
		<content:encoded><![CDATA[<p>Don&#8217;t even need to generate one in windows. Just follow the links at the end of the post, which generates one for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul G</title>
		<link>http://journal.suteki.nu/2009/08/20/how-to-implement-and-set-up-domainkeys-identified-mail-dkim-on-hmail-server/comment-page-1/#comment-16623</link>
		<dc:creator>Paul G</dc:creator>
		<pubDate>Tue, 16 Mar 2010 18:00:47 +0000</pubDate>
		<guid isPermaLink="false">http://journal.suteki.nu/?p=596#comment-16623</guid>
		<description>Everyone publishes how to generate a private key under unix/linux systems, but no one says how to generate one under Windows Server operating systems. That&#039;s where I&#039;m stuck.

Any help there?</description>
		<content:encoded><![CDATA[<p>Everyone publishes how to generate a private key under unix/linux systems, but no one says how to generate one under Windows Server operating systems. That&#8217;s where I&#8217;m stuck.</p>
<p>Any help there?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Personalife</title>
		<link>http://journal.suteki.nu/2009/08/20/how-to-implement-and-set-up-domainkeys-identified-mail-dkim-on-hmail-server/comment-page-1/#comment-16587</link>
		<dc:creator>Personalife</dc:creator>
		<pubDate>Wed, 17 Feb 2010 22:31:17 +0000</pubDate>
		<guid isPermaLink="false">http://journal.suteki.nu/?p=596#comment-16587</guid>
		<description>Unfortunately, none that I know of. It&#039;s one TXT record / key.</description>
		<content:encoded><![CDATA[<p>Unfortunately, none that I know of. It&#8217;s one TXT record / key.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avi</title>
		<link>http://journal.suteki.nu/2009/08/20/how-to-implement-and-set-up-domainkeys-identified-mail-dkim-on-hmail-server/comment-page-1/#comment-16584</link>
		<dc:creator>Avi</dc:creator>
		<pubDate>Wed, 17 Feb 2010 12:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://journal.suteki.nu/?p=596#comment-16584</guid>
		<description>Hi,

My domain name registrar doesnt allow to aff more than 1 line in the TXT record.

Is it possible to put the 3 TXT lines into 1 line?

Thanks,
Avi</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>My domain name registrar doesnt allow to aff more than 1 line in the TXT record.</p>
<p>Is it possible to put the 3 TXT lines into 1 line?</p>
<p>Thanks,<br />
Avi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Personalife</title>
		<link>http://journal.suteki.nu/2009/08/20/how-to-implement-and-set-up-domainkeys-identified-mail-dkim-on-hmail-server/comment-page-1/#comment-16490</link>
		<dc:creator>Personalife</dc:creator>
		<pubDate>Tue, 08 Sep 2009 07:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://journal.suteki.nu/?p=596#comment-16490</guid>
		<description>I need full headers to understand the cause better. I did a quick search on Google:

http://www.google.com/#hl=en&amp;q=%22domainkeys%3Dneutral+%28no+sig%29%22+yahoo+spam&amp;aq=f&amp;aqi=&amp;aq=&amp;aqi=&amp;aq=&amp;aqi=&amp;aq=&amp;aqi=&amp;aq=f&amp;aqi=&amp;oq=&amp;fp=3aa7f458acaa2672

And it seems to be a common Yahoo issue. Also know that DKIM is not necessarily domainkeys. Domainkeys is the precursor to DKIM, so it might not even matter that this is present. Other things to check for 

- If you have an MX record for the server you&#039;re sending from
- If you have a PTR record for the IP of the server you&#039;re sending from that matches the domain you&#039;re using (ie if your mail is coming from 123.234.192.34 from the domain test.com, then you might want a PTR record on 123.234.192.34 for test.com; not everyone has the ability to set a PTR, though)
- If you have an SPF record set for the server you&#039;re sending from which says that the IP is OK to send out emails under a particular domain.</description>
		<content:encoded><![CDATA[<p>I need full headers to understand the cause better. I did a quick search on Google:</p>
<p><a href="http://www.google.com/#hl=en&amp;q=%22domainkeys%3Dneutral+%28no+sig%29%22+yahoo+spam&amp;aq=f&amp;aqi=&amp;aq=&amp;aqi=&amp;aq=&amp;aqi=&amp;aq=&amp;aqi=&amp;aq=f&amp;aqi=&amp;oq=&amp;fp=3aa7f458acaa2672" rel="nofollow">http://www.google.com/#hl=en&amp;q=%22domainkeys%3Dneutral+%28no+sig%29%22+yahoo+spam&amp;aq=f&amp;aqi=&amp;aq=&amp;aqi=&amp;aq=&amp;aqi=&amp;aq=&amp;aqi=&amp;aq=f&amp;aqi=&amp;oq=&amp;fp=3aa7f458acaa2672</a></p>
<p>And it seems to be a common Yahoo issue. Also know that DKIM is not necessarily domainkeys. Domainkeys is the precursor to DKIM, so it might not even matter that this is present. Other things to check for </p>
<p>- If you have an MX record for the server you&#8217;re sending from<br />
- If you have a PTR record for the IP of the server you&#8217;re sending from that matches the domain you&#8217;re using (ie if your mail is coming from 123.234.192.34 from the domain test.com, then you might want a PTR record on 123.234.192.34 for test.com; not everyone has the ability to set a PTR, though)<br />
- If you have an SPF record set for the server you&#8217;re sending from which says that the IP is OK to send out emails under a particular domain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucian</title>
		<link>http://journal.suteki.nu/2009/08/20/how-to-implement-and-set-up-domainkeys-identified-mail-dkim-on-hmail-server/comment-page-1/#comment-16488</link>
		<dc:creator>Lucian</dc:creator>
		<pubDate>Tue, 08 Sep 2009 05:55:08 +0000</pubDate>
		<guid isPermaLink="false">http://journal.suteki.nu/?p=596#comment-16488</guid>
		<description>Hello,

In Gmail everything works great.

In Yahoo I get this: domainkeys=neutral (no sig); from=domain.com; dkim=pass (ok) and my mail is a SPAM.

How can I fix this ?

Thank&#039;s</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>In Gmail everything works great.</p>
<p>In Yahoo I get this: domainkeys=neutral (no sig); from=domain.com; dkim=pass (ok) and my mail is a SPAM.</p>
<p>How can I fix this ?</p>
<p>Thank&#8217;s</p>
]]></content:encoded>
	</item>
</channel>
</rss>
