<?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: Install SPF records on a cPanel server</title>
	<atom:link href="http://www.cpanelconfig.com/how-to/install-spf-records-on-a-cpanel-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cpanelconfig.com/how-to/install-spf-records-on-a-cpanel-server/</link>
	<description>The complete guide to setup and manage a cPanel based server</description>
	<lastBuildDate>Fri, 12 Mar 2010 09:50:29 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: code reduction</title>
		<link>http://www.cpanelconfig.com/how-to/install-spf-records-on-a-cpanel-server/comment-page-1/#comment-19863</link>
		<dc:creator>code reduction</dc:creator>
		<pubDate>Fri, 12 Mar 2010 09:50:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.cpanelconfig.com/how-to/install-spf-records-on-a-cpanel-server/#comment-19863</guid>
		<description>Thanks very much for taking your time to create this very useful infos</description>
		<content:encoded><![CDATA[<p>Thanks very much for taking your time to create this very useful infos</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Uberhost Rick Taylor</title>
		<link>http://www.cpanelconfig.com/how-to/install-spf-records-on-a-cpanel-server/comment-page-1/#comment-16690</link>
		<dc:creator>Uberhost Rick Taylor</dc:creator>
		<pubDate>Wed, 16 Dec 2009 13:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.cpanelconfig.com/how-to/install-spf-records-on-a-cpanel-server/#comment-16690</guid>
		<description>Tommy, that&#039;s a good reminder, but of course the essence of this article is handling this issue in bulk (with the consent of the clients on the box, as mentioned above).

A good SPF record will allow your clients to get email in to AOL and other places, so kudos to the author.

Rick Taylor</description>
		<content:encoded><![CDATA[<p>Tommy, that&#8217;s a good reminder, but of course the essence of this article is handling this issue in bulk (with the consent of the clients on the box, as mentioned above).</p>
<p>A good SPF record will allow your clients to get email in to AOL and other places, so kudos to the author.</p>
<p>Rick Taylor</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tommy Evans</title>
		<link>http://www.cpanelconfig.com/how-to/install-spf-records-on-a-cpanel-server/comment-page-1/#comment-16226</link>
		<dc:creator>Tommy Evans</dc:creator>
		<pubDate>Fri, 04 Dec 2009 15:19:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.cpanelconfig.com/how-to/install-spf-records-on-a-cpanel-server/#comment-16226</guid>
		<description>Just a reminder -using the x3 theme and looking under Email-&gt;Email Authentication, you can easily enable DomainKeys and SPF without all the trouble.  I&#039;ve spent about six hours on trying to get these set up and just found this option in CPanel!</description>
		<content:encoded><![CDATA[<p>Just a reminder -using the x3 theme and looking under Email-&gt;Email Authentication, you can easily enable DomainKeys and SPF without all the trouble.  I&#8217;ve spent about six hours on trying to get these set up and just found this option in CPanel!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: g33kinfo</title>
		<link>http://www.cpanelconfig.com/how-to/install-spf-records-on-a-cpanel-server/comment-page-1/#comment-15288</link>
		<dc:creator>g33kinfo</dc:creator>
		<pubDate>Fri, 13 Nov 2009 12:29:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.cpanelconfig.com/how-to/install-spf-records-on-a-cpanel-server/#comment-15288</guid>
		<description>I have changed mine to;

‘value’ =&gt; ‘v=spf1 a mx’ . $safekeys . ( $is_complete ? ‘-all’ : ‘?all’ )
‘value’ =&gt; ‘v=spf1 a mx’ . $safekeys . ( $is_complete ? ‘-all’ : ‘~all’ )

notice the &#039;~&#039; in front of the last question mark, much better.

Unfortunately cpanel has yet to update any of these scripts even in 11.25, the issue is still there regarding the 

domain =&gt; $domain,
record =&gt; $domain,

to

domain =&gt; $domain.”.”,
record =&gt; $domain.”.”,

which is correct. The bottom one is correct.</description>
		<content:encoded><![CDATA[<p>I have changed mine to;</p>
<p>‘value’ =&gt; ‘v=spf1 a mx’ . $safekeys . ( $is_complete ? ‘-all’ : ‘?all’ )<br />
‘value’ =&gt; ‘v=spf1 a mx’ . $safekeys . ( $is_complete ? ‘-all’ : ‘~all’ )</p>
<p>notice the &#8216;~&#8217; in front of the last question mark, much better.</p>
<p>Unfortunately cpanel has yet to update any of these scripts even in 11.25, the issue is still there regarding the </p>
<p>domain =&gt; $domain,<br />
record =&gt; $domain,</p>
<p>to</p>
<p>domain =&gt; $domain.”.”,<br />
record =&gt; $domain.”.”,</p>
<p>which is correct. The bottom one is correct.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dave</title>
		<link>http://www.cpanelconfig.com/how-to/install-spf-records-on-a-cpanel-server/comment-page-1/#comment-14137</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Wed, 14 Oct 2009 04:55:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.cpanelconfig.com/how-to/install-spf-records-on-a-cpanel-server/#comment-14137</guid>
		<description>I added the line to the simple and standard zone templates but the record for spf is not added when creating new accounts with WHM  Anyone else having this issue or is there something else I&#039;m to do?  Reboot or something ?</description>
		<content:encoded><![CDATA[<p>I added the line to the simple and standard zone templates but the record for spf is not added when creating new accounts with WHM  Anyone else having this issue or is there something else I&#8217;m to do?  Reboot or something ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jegavelan</title>
		<link>http://www.cpanelconfig.com/how-to/install-spf-records-on-a-cpanel-server/comment-page-1/#comment-10715</link>
		<dc:creator>Jegavelan</dc:creator>
		<pubDate>Thu, 30 Jul 2009 10:32:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.cpanelconfig.com/how-to/install-spf-records-on-a-cpanel-server/#comment-10715</guid>
		<description>HI 

   I have made all changed but non helps to create the SPF records for the new accounts created</description>
		<content:encoded><![CDATA[<p>HI </p>
<p>   I have made all changed but non helps to create the SPF records for the new accounts created</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rahmathulla</title>
		<link>http://www.cpanelconfig.com/how-to/install-spf-records-on-a-cpanel-server/comment-page-1/#comment-9044</link>
		<dc:creator>rahmathulla</dc:creator>
		<pubDate>Fri, 19 Jun 2009 20:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.cpanelconfig.com/how-to/install-spf-records-on-a-cpanel-server/#comment-9044</guid>
		<description>Thanks much to everyone for all the work</description>
		<content:encoded><![CDATA[<p>Thanks much to everyone for all the work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nilesh</title>
		<link>http://www.cpanelconfig.com/how-to/install-spf-records-on-a-cpanel-server/comment-page-1/#comment-7710</link>
		<dc:creator>nilesh</dc:creator>
		<pubDate>Thu, 14 May 2009 12:23:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.cpanelconfig.com/how-to/install-spf-records-on-a-cpanel-server/#comment-7710</guid>
		<description>“-all” - no other IP’s are allowed to send emails

&quot;?all&quot; - what is this means ???</description>
		<content:encoded><![CDATA[<p>“-all” &#8211; no other IP’s are allowed to send emails</p>
<p>&#8220;?all&#8221; &#8211; what is this means ???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Hawkins</title>
		<link>http://www.cpanelconfig.com/how-to/install-spf-records-on-a-cpanel-server/comment-page-1/#comment-5309</link>
		<dc:creator>Nick Hawkins</dc:creator>
		<pubDate>Mon, 09 Feb 2009 20:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.cpanelconfig.com/how-to/install-spf-records-on-a-cpanel-server/#comment-5309</guid>
		<description>Thank you very much for this. It&#039;s solved my Gmail problem!</description>
		<content:encoded><![CDATA[<p>Thank you very much for this. It&#8217;s solved my Gmail problem!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amjad</title>
		<link>http://www.cpanelconfig.com/how-to/install-spf-records-on-a-cpanel-server/comment-page-1/#comment-5227</link>
		<dc:creator>Amjad</dc:creator>
		<pubDate>Mon, 02 Feb 2009 08:21:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.cpanelconfig.com/how-to/install-spf-records-on-a-cpanel-server/#comment-5227</guid>
		<description>Thanks for the informative article!</description>
		<content:encoded><![CDATA[<p>Thanks for the informative article!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
