<?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; exim</title>
	<atom:link href="http://www.harry-webster.co.uk/tag/exim/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>Teaching Spam Assassin</title>
		<link>http://www.harry-webster.co.uk/2010/02/teaching-spam-assassin/</link>
		<comments>http://www.harry-webster.co.uk/2010/02/teaching-spam-assassin/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 15:32:00 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Systems Administration]]></category>
		<category><![CDATA[exim]]></category>
		<category><![CDATA[learn]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[spamassassin]]></category>

		<guid isPermaLink="false">http://www.harry-webster.co.uk/?p=27</guid>
		<description><![CDATA[This was written about running Spamassassin, Exim on CentOS Linux As SPAM evolves the techniques used change over time, it is because of [...]]]></description>
			<content:encoded><![CDATA[<p><em>This was written about running Spamassassin, Exim on CentOS Linux</em></p>
<p>As SPAM evolves the techniques used change over time, it is because of this that mail servers running the very popular “Spamassassin” software should keep it up to date.</p>
<p>If you&#8217;re receiving a lot of spam, don&#8217;t delete them&#8230; Move it all into a “Spam” directory in your IMAP account so that we can use them to enlighten the anti spam software.</p>
<p>In order to teach Spamassassin first we  need to introduce it to the spam you&#8217;ve stored:</p>
<blockquote>
<pre>$ sa-learn -u exim --dbpath ~exim/.spamassassin/ --spam [MAILDIR CONTAINING SPAM]</pre>
</blockquote>
<p>Now delete all this SPAM from your mailbox.</p>
<p>Finally we should also show Spamassassin what valid email looks like, by knowing these two it will be able to make a more “informed” decision on whether a message is SPAM or HAM.</p>
<blockquote>
<pre>$ sa-learn -u exim --dbpath ~exim/.spamassassin/ --ham [MAILDIR CONTAINING VALID MAIL]</pre>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.harry-webster.co.uk/2010/02/teaching-spam-assassin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>

