<?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>/harry-webster.co(.uk&#124;m)/ &#187; spf</title>
	<atom:link href="http://www.harry-webster.co.uk/tag/spf/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.harry-webster.co.uk</link>
	<description>Harry Webster&#039;s Blog</description>
	<lastBuildDate>Thu, 11 Aug 2011 18:43:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Sender Policy Framework (SPF)</title>
		<link>http://www.harry-webster.co.uk/2010/02/sender-policy-framework-spf/</link>
		<comments>http://www.harry-webster.co.uk/2010/02/sender-policy-framework-spf/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 15:30:52 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Systems Administration]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[exim]]></category>
		<category><![CDATA[spf]]></category>

		<guid isPermaLink="false">http://www.harry-webster.co.uk/?p=25</guid>
		<description><![CDATA[Recently I have been receiving email bounces suggesting that I&#8217;ve been attempting to send people emails as it&#8217;s being signed with one of [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I have been receiving email bounces suggesting that I&#8217;ve been attempting to send people emails as it&#8217;s being signed with one of my domains&#8230; Obviously this isn&#8217;t me sending it out!</p>
<p>To resolve this issue I&#8217;ve implemented SPF (sender policy framework) which will verify that the email being sent is from a trusted server (being either my webmail server, home or office).</p>
<p>If you&#8217;re able to manage the DNS records for your domain you can add the following &#8220;TXT&#8221; record for &#8220;@&#8221;:</p>
<blockquote><p>v=spf1 a mx ip4:x.x.x.x ~all</p></blockquote>
<p>Where x.x.x.x is your mail server, web server, etc, etc. You can add multiple IP addresses by simply adding another &#8220;ip4: y.y.y.y&#8221;.</p>
<blockquote><p>v=spf1 a mx ip4:x.x.x.x ip4:y.y.y.y ~all</p></blockquote>
<p>Example:</p>
<blockquote><p>v=spf1 a mx ip4:82.71.110.139 ip4:217.112.87.134 ~all</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.harry-webster.co.uk/2010/02/sender-policy-framework-spf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

