<?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>Sitek Blog &#187; dns</title>
	<atom:link href="http://blog.sitek.com.au/tag/dns/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sitek.com.au</link>
	<description>About IT and Technology</description>
	<lastBuildDate>Fri, 03 Jul 2009 23:37:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Protect your email address from Spammer and Forgery</title>
		<link>http://blog.sitek.com.au/2008/03/protect-your-email-address-from-spammer-and-forgery/</link>
		<comments>http://blog.sitek.com.au/2008/03/protect-your-email-address-from-spammer-and-forgery/#comments</comments>
		<pubDate>Fri, 14 Mar 2008 01:05:39 +0000</pubDate>
		<dc:creator>James Moey</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[forgery]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[spf]]></category>

		<guid isPermaLink="false">http://blog.sitek.com.au/?p=8</guid>
		<description><![CDATA[Domain Name is one of the most precious asset in online business. We should spent some time and effort in protecting it from being misused and get blacklisted. Today I am going introduce is SPF stand for Sender Policy Framework. It is an effective method to protect your domain from being used by spammer to [...]]]></description>
			<content:encoded><![CDATA[<p>Domain Name is one of the most precious asset in online business. We should spent some time and effort in protecting it from being misused and get blacklisted. Today I am going introduce is SPF stand for Sender Policy Framework. It is an effective method to protect your domain from being used by spammer to send out spam email with your domain name. The framework is a technical method in preventing sender email address forgery.</p>
<h3>How does SPF work?</h3>
<p>SPF is a framework that need to be implement by both side of the email system, the sender and the receiver.</p>
<ul>
<li>The sender need add a TXT entry in their DNS entry. This entry allow the sender to specify what host is authorized to send email using it&#8217;s domain name. For example,
<pre>sitek.com.au.     TXT     "v=spf1 mx -all"</pre>
<p>This entry in the sitek DNS entry would mean that all sitek.com.au MX host are authorized host to use sitek.com.au domain name to send out email. They are allow to send out sitek.com.au email address&#8217;s email. More information on syntax can be found in <a href="http://www.openspf.org/SPF_Record_Syntax">www.openspf.org</a>.</li>
<li>When receiver end, receive an email, it will need to check the sender email address DNS entry. If DNS contain SPF entry, check are perform to make sure that the sending host is one of the machine listed in the SPF entry. This prevent spammer from using your domain name to spam email.</li>
</ul>
<p>We should encourage ourselves and other to implement SPF framework on their domain and mail server to help fight against SPAM. List of SPF implementation on the receiver end from <a href="http://www.openspf.org/Implementations">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sitek.com.au/2008/03/protect-your-email-address-from-spammer-and-forgery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
