<?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>Takahisa's Weblog &#187; nojunkmail</title>
	<atom:link href="http://takahisa.info/tag/nojunkmail/feed/" rel="self" type="application/rss+xml" />
	<link>http://takahisa.info</link>
	<description>weblog of lifetips?</description>
	<lastBuildDate>Thu, 27 May 2010 08:51:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Install SPF to CentOS Postfix</title>
		<link>http://takahisa.info/2009/01/31/install-spf-to-centos-postfix/</link>
		<comments>http://takahisa.info/2009/01/31/install-spf-to-centos-postfix/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 10:26:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[nojunkmail]]></category>
		<category><![CDATA[postfix]]></category>

		<guid isPermaLink="false">http://takahisa.info/?p=194</guid>
		<description><![CDATA[In computing, Sender Policy Framework (SPF) allows software to identify messages that are or are not authorized to use the domain name in the SMTP HELO and MAIL FROM (Return-Path) commands, based on information published in a sender policy of the domain owner. Forged return paths are common in e-mail spam and result inbackscatter. SPF is defined in RFC 4408. from wikipedia
Install require [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>In <a title="Computing" href="http://en.wikipedia.org/wiki/Computing">computing</a>, <strong>Sender Policy Framework</strong> (<strong>SPF</strong>) allows software to identify messages that are or are not authorized to use the domain name in the <a class="mw-redirect" title="SMTP" href="http://en.wikipedia.org/wiki/SMTP">SMTP</a> HELO and MAIL FROM (<a class="mw-redirect" title="Return-Path" href="http://en.wikipedia.org/wiki/Return-Path">Return-Path</a>) commands, based on information published in a sender policy of the domain owner. Forged return paths are common in <a title="E-mail spam" href="http://en.wikipedia.org/wiki/E-mail_spam">e-mail spam</a> and result in<a title="Backscatter (e-mail)" href="http://en.wikipedia.org/wiki/Backscatter_(e-mail)">backscatter</a>. SPF is defined in <a class="external" title="http://tools.ietf.org/html/rfc4408" href="http://tools.ietf.org/html/rfc4408">RFC 4408</a>. from wikipedia</p></blockquote>
<p><em>Install require packages</em></p>
<h6><span style="color: #ff0000;">root@ns99</span> <span style="color: #3366ff;">~ #</span> yum install perl-Mail-SPF</h6>
<p><em>Get SPF module from </em><a href="http://www.openspf.org/Software"><em>http://www.openspf.org/Software</em></a><em> Newest at this time is 2.007 and Install SPF module</em></p>
<h6><span style="color: #ff0000;">root@ns99</span> <span style="color: #3366ff;">~ #</span> wget http://www.openspf.org/blobs/postfix-policyd-spf-perl-2.007.tar.gz<br />
<span style="color: #ff0000;">root@ns99</span> <span style="color: #3366ff;">~ #</span> tar zxvf postfix-policyd-spf-perl-2.007.tar.gz<br />
<span style="color: #ff0000;">root@ns99</span> <span style="color: #3366ff;">~ #</span> mv postfix-policyd-spf-perl-2.007/postfix-policyd-spf-perl /usr/local/lib.</h6>
<p><em>add following line to /etc/postfix/master.cf</em></p>
<h6>policy  unix  -       n       n       &#8211;       0       spawn<br />
  user=nobody argv=/usr/bin/perl /usr/local/lib/policyd-spf-perl</h6>
<p><em>add following line to /etc/postfix/main.cf</em></p>
<h6>smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination, check_policy_service,<br />
check_policy_service unix:private/policy<br />
policy_time_limit = 3600</h6>
<p><em>Add SPF record to your DNS. SPF record can be wizardly made from </em><br />
<a href="http://old.openspf.org/wizard.html?mydomain=example.com&amp;submit=Go%21" target="_blank">http://old.openspf.org/wizard.html?mydomain=example.com&amp;submit=Go%21</a></p>
<h6>spf01   IN TXT &#8220;v=spf1 +ip4:xxx.xxx.xxx.xxx/24 ~all&#8221;<br />
spf02   IN TXT &#8220;v=spf1 +ip4:yyy.yyy.yyy.yyy/24  ~all&#8221;<br />
@       IN TXT &#8220;v=spf1 include:spf01.example.com include:spf02.example.com ~all&#8221;</h6>
]]></content:encoded>
			<wfw:commentRss>http://takahisa.info/2009/01/31/install-spf-to-centos-postfix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
