<?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>Xfiles</title>
	<atom:link href="http://www.xfiles.dk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xfiles.dk</link>
	<description>I&#039;m Blogging Here</description>
	<lastBuildDate>Sat, 18 Feb 2012 00:40:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Servers Will Be Down Tomorrow</title>
		<link>http://www.xfiles.dk/servers-will-be-down-tomorrow/</link>
		<comments>http://www.xfiles.dk/servers-will-be-down-tomorrow/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 14:25:41 +0000</pubDate>
		<dc:creator>Allan Chr</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Blog Frontpage]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Latest News]]></category>

		<guid isPermaLink="false">http://www.xfiles.dk/?p=285</guid>
		<description><![CDATA[Unfortunatly my provider where I have my servers located has decided to move locations from 1 physical location to another. The servers will be shut down and moved tomorrow December 22 at aproximatly 17:00 hours. The estimated downtime is set to 4 hours. Just wanted to warn you in case you plan on using any [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Unfortunatly my provider where I have my servers located has decided to move locations from 1 physical location to another. The servers will be shut down and moved tomorrow December 22 at aproximatly 17:00 hours.</p>
<p style="text-align: justify;">The estimated downtime is set to 4 hours.</p>
<p style="text-align: justify;">Just wanted to warn you in case you plan on using any of the guides in that timeframe.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xfiles.dk/servers-will-be-down-tomorrow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Black Splash Screen Of Death Fix</title>
		<link>http://www.xfiles.dk/ubuntu-black-splash-screen-of-death-fix/</link>
		<comments>http://www.xfiles.dk/ubuntu-black-splash-screen-of-death-fix/#comments</comments>
		<pubDate>Mon, 03 Oct 2011 09:10:31 +0000</pubDate>
		<dc:creator>Allan Chr</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Latest News]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Fix]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Resolved]]></category>
		<category><![CDATA[Solved]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.xfiles.dk/?p=283</guid>
		<description><![CDATA[Last night I decided to reinstall my Old Dell X300 Laptop. It was ages since I had touched it and was only curious to see how it would run with Ubuntu 11.04. Installing Ubuntu went like a charm as I expected. All hardware and every device was detected and everything played flawless now the X300 [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Last night I decided to reinstall my Old Dell X300 Laptop. It was ages since I had touched it and was only curious to see how it would run with Ubuntu 11.04.</p>
<p style="text-align: justify;">Installing Ubuntu went like a charm as I expected. All hardware and every device was detected and everything played flawless now the X300 is quite old so there&#8217;s no change I would be able to run Unity which was fine by me.
<p style="text-align: justify;">Initial reboot went fine. Ubuntu confirmed what I already knew, that I would not be able to run Unity, and everything was nice and dandy in Ubuntu land up until the second reboot where I got&#8230;</p>
<p style="text-align: justify;"><em><b>Black Splash Screen Of Death</b></em></p>
<p style="text-align: justify;">Now since the initial reboot went fine I was a bit confused what was going on here. I mean the installation had told me that I should set the environment to start up in classic mode. Which I had done before the second reboot.</p>
<p style="text-align: justify;">Now I didn&#8217;t have any other OS on the X300 so I had no means on getting my hands on the system as such. I knew what I had to do though. I needed to disable acpi on the splash screen.
<p style="text-align: justify;">So I ended up reinstalling Ubuntu 11.04 and this time before I bootet the second time I adjusted the following.</p>
<div class="xboxeditimg">As Root</div>
<div class="xboxedit">
sudo vi /etc/default/grub
</div>
<p></p>
<div class="xboxoutimg">Find the following line</div>
<div class="xboxout">
GRUB_CMDLINE_LINUX_DEFAULT=&quot;quiet splash&quot;
</div>
<p></p>
<div class="xboxoutimg">Change it to</div>
<div class="xboxout">
GRUB_CMDLINE_LINUX_DEFAULT=&quot;acpi=off splash&quot;
</div>
<p></p>
<p>And rebuilt grub</p>
<div class="xboxeditimg">As Root</div>
<div class="xboxedit">
sudo update-grub
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.xfiles.dk/ubuntu-black-splash-screen-of-death-fix/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Installing NTP On FreeBSD</title>
		<link>http://www.xfiles.dk/installing-ntp-on-freebsd/</link>
		<comments>http://www.xfiles.dk/installing-ntp-on-freebsd/#comments</comments>
		<pubDate>Sat, 01 Oct 2011 10:04:39 +0000</pubDate>
		<dc:creator>Allan Chr</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Featured Article]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Latest News]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[NTP]]></category>

		<guid isPermaLink="false">http://www.xfiles.dk/?p=282</guid>
		<description><![CDATA[Guide on how to install NTP on FreeBSD added. It&#8217;s is in the &#8220;FreeBSD Misc&#8221; Menu. Now I normally don&#8217;t do request&#8217;s, but I had a few people asking for help on how to get the native NTP that comes installed with FreeBSD to work. And since It&#8217;s been rather long time since my last [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Guide on how to install NTP on FreeBSD added. It&#8217;s is in the <em>&#8220;FreeBSD Misc&#8221;</em> Menu.</p>
<p></p>
<p style="text-align: justify;">Now I normally don&#8217;t do request&#8217;s, but I had a few people asking for help on how to get the native NTP that comes installed with FreeBSD to work. And since It&#8217;s been rather long time since my last post and or guide &quot;I&#8217;m sorry about that by the way, but I&#8217;m simply loaded with work at the moment&quot;. Today I had a few minuttes of spare time though and I figured it was as good a time as any to get a new guide up running and the topic was actually ok as well.</p>
<p style="text-align: justify;">I newer really got the native NTP to work as intended on my own servers, so lately &quot;&#8221;That would be since FreeBSd 7.x&quot; I&#8217;m using an alternate method of getting NTP up running, which always seems to work flawlessly. So here it is.</p>
<p>Permalink: <span class="xlink1"><a title="Installing NTP On FreeBSD" href="http://www.xfiles.dk/installing-ntp/">http://www.xfiles.dk/installing-ntp</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xfiles.dk/installing-ntp-on-freebsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Post-It’s</title>
		<link>http://www.xfiles.dk/mysql-post-its/</link>
		<comments>http://www.xfiles.dk/mysql-post-its/#comments</comments>
		<pubDate>Fri, 08 Jul 2011 09:53:02 +0000</pubDate>
		<dc:creator>Allan Chr</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Blog Frontpage]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Latest News]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.xfiles.dk/?p=274</guid>
		<description><![CDATA[MySQL Change Fulltext Length: In order to search for 2 characters when using MySQL you can tweak MySQL by adding the lines shown below to the my.cnf file. The standard length for fulltext search in MySQL is 4 characters. Changes are my.cnf doesn&#8217;t exist in that case you need to created it yourself. You can [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img src="http://www.xfiles.dk/images/typo/postitmysql.png" class="png floatleft" title="MySQL Post-It" alt="MySQL Post-It" /><b>MySQL Change Fulltext Length:</b> In order to search for 2 characters when using MySQL you can tweak MySQL by adding the lines shown below to the my.cnf file. The standard length for fulltext search in MySQL is 4 characters.</p>
<p></p>
<pre class="qoate-code">
[mysqld]
ft_min_word_len=2
[myisamchk]
ft_min_word_len=2
</pre>
<p style="text-align: justify;">Changes are my.cnf doesn&#8217;t exist in that case you need to created it yourself. You can use the following approach.</p>
<p></p>
<div class="xboxeditimg">As Root</div>
<div class="xboxedit">vi /var/db/mysql/my.cnf
</div>
<p></p>
<div class="xboxoutimg">Add The Following Lines</div>
<div class="xboxout">
[mysqld]<br />
ft_min_word_len=2<br />
[myisamchk]<br />
ft_min_word_len=2
</div>
<p></p>
<p style="text-align: justify;">Remember to restart Mysql after that.</p>
<div class="xboxeditimg">As Root</div>
<div class="xboxedit">sh /usr/local/etc/rc.d/mysql-server restart</div>
<p></p>
<p style="text-align: justify;">To check if the new values are used login to MySQL and perform the following query.</p>
<div class="xboxeditimg">In MySQL</div>
<div class="xboxedit">
SHOW VARIABLES LIKE &#39;ft_min_word_len&#39;;
</div>
<p></p>
<p>You should get an output like below.</p>
<div class="xboxoutimg">Output</div>
<div class="xboxout">+ &#45; &#45; &#45; &#45; &#45; &#45; &#45; &#45; &#45; &#45; &#45; &#45; &#45;+ &#45; &#45; &#45; &#45; &#45; +<br />
| Variable_name&nbsp;&nbsp;&nbsp;| Value&nbsp;&nbsp;|<br />
+ &#45; &#45; &#45; &#45; &#45; &#45; &#45; &#45; &#45; &#45; &#45; &#45; &#45;+ &#45; &#45; &#45; &#45; &#45; +<br />
| ft_min_word_len&nbsp;| 2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<br />
+ &#45; &#45; &#45; &#45; &#45; &#45; &#45; &#45; &#45; &#45; &#45; &#45; &#45;+ &#45; &#45; &#45; &#45; &#45; +<br />
1 row in set (0.00 sec)
</div>
<p></p>
<p style="text-align: justify;">If ft_min_word_len is not set to 2 then you may need to repair your tables in order for them to use the new value. You can use the following command in MySQL to repair a table.</p>
<div class="xboxeditimg">In MySQL</div>
<div class="xboxedit">
REPAIR TABLE &lt;tablename&gt; QUICK;
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.xfiles.dk/mysql-post-its/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Qmailadmin Guide Changes</title>
		<link>http://www.xfiles.dk/qmailadmin-guide-changes/</link>
		<comments>http://www.xfiles.dk/qmailadmin-guide-changes/#comments</comments>
		<pubDate>Fri, 08 Jul 2011 08:18:22 +0000</pubDate>
		<dc:creator>Allan Chr</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Latest News]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Qmail]]></category>
		<category><![CDATA[Fix]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Qmailadmin]]></category>

		<guid isPermaLink="false">http://www.xfiles.dk/?p=272</guid>
		<description><![CDATA[Qmailadmin guide upgraded to reflect Qmailadmin 2.1.15 This means that the bug in previous versions of Qmailadmin forcing to port downgrade in order to get John Simpson’s onchange patch to work has been fixed. And the part of the guide showing how to port downgrade Qmailadmin has been removed.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Qmailadmin guide upgraded to reflect Qmailadmin 2.1.15</p>
<p style="text-align: justify;">This means that the bug in previous versions of Qmailadmin forcing to port downgrade in order to get John Simpson’s onchange patch to work has been fixed. And the part of the guide showing how to port downgrade Qmailadmin has been removed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xfiles.dk/qmailadmin-guide-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Qmail Post-It&#8217;s</title>
		<link>http://www.xfiles.dk/qmail-post-its/</link>
		<comments>http://www.xfiles.dk/qmail-post-its/#comments</comments>
		<pubDate>Mon, 04 Jul 2011 11:34:33 +0000</pubDate>
		<dc:creator>Allan Chr</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Blog Frontpage]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Latest News]]></category>
		<category><![CDATA[Qmail]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.xfiles.dk/?p=269</guid>
		<description><![CDATA[Qmail Change IP: When changing the IP address on your server besides changing the obvious files hosts and rc.conf you need to change the IP address in Qmail&#8217;s smtpd run file. If you used the guide on this site that is. Change the IP address in the file below around line &#34;40&#34; to reflect the [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img src="http://www.xfiles.dk/images/typo/postitqmail.png" class="png floatleft" title="Qmail Post-It" alt="Qmail Post-It" /><b>Qmail Change IP:</b> When changing the IP address on your server besides changing the obvious files hosts and rc.conf you need to change the IP address in Qmail&#8217;s smtpd run file. If you used the guide on this site that is.</p>
<p style="text-align: justify;">Change the IP address in the file below around line &quot;40&quot; to reflect the new IP address.</p>
<p></p>
<pre class="qoate-code">/var/qmail/supervise/qmail-smtpd/run</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.xfiles.dk/qmail-post-its/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BSD Post-It&#8217;s</title>
		<link>http://www.xfiles.dk/bsd-post-its/</link>
		<comments>http://www.xfiles.dk/bsd-post-its/#comments</comments>
		<pubDate>Mon, 04 Jul 2011 07:37:31 +0000</pubDate>
		<dc:creator>Allan Chr</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Blog Frontpage]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Latest News]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.xfiles.dk/?p=268</guid>
		<description><![CDATA[Grep With Color: While there are alternatives to grep able to highlight matches in color, most native grep&#8217;s actually has this option built in. If you want to try an alternative from the ports tree theres hgrep located in /usr/ports/textproc/hgrep. Hgrep has the functions / switches of grep and highlights matches without the need of [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img src="http://www.xfiles.dk/images/typo/postitfreebsd.png" class="png floatleft" title="FreeBSD Post-It" alt="FreeBSD Post-It" /><b>Grep With Color:</b> While there are alternatives to grep able to highlight matches in color, most native grep&#8217;s actually has this option built in. If you want to try an alternative from the ports tree theres hgrep located in /usr/ports/textproc/hgrep. Hgrep has the functions / switches of grep and highlights matches without the need of a switch.</p>
<p>Native grep example highlighting the word “SPAM” in /var/log/maillog on FreeBSD.<br />
</p>
<pre class="qoate-code">grep --color=auto "SPAM" /var/log/maillog</pre>
<p style="text-align: justify;"><img src="http://www.xfiles.dk/images/typo/postitfreebsd.png" class="png floatleft" title="FreeBSD Post-It" alt="FreeBSD Post-It" /><b>Tail With Color:</b> You can use alternatives like multitail located in /usr/ports/sysutils/multitail, or ccze located in /usr/ports/sysutils/ccze. But instead of relying on third party tools to do the job for you and not to mention learning a new tool in the first place, just combine tail with grep&#8217;s color highlighting abilities.</p>
<p>Native tail example combined with grep&#8217;s native color abilities tailing the word “SPAM” in /var/log/maillog on FreeBSD.<br />
</p>
<pre class="qoate-code">tail -F |grep --color=auto "SPAM" /var/log/maillog</pre>
<p style="text-align: justify;"><img src="http://www.xfiles.dk/images/typo/postitfreebsd.png" class="png floatleft" title="FreeBSD Post-It" alt="FreeBSD Post-It" /><b>Ntpd Status:</b> You can check ntpd&#8217;s status by typing the following command. Now the output you get probably differs from the one below as it depends on where your are polling time from.</p>
<pre class="qoate-code">ntpq -p localhost</pre>
<p>It will give you an output similar to the one below.<br />
</p>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="center">remote</td>
<td align="center">refid</td>
<td align="right">st</td>
<td align="right">t</td>
<td align="right">when</td>
<td align="right">poll</td>
<td align="right">reach</td>
<td align="right">delay</td>
<td align="right">offset</td>
<td align="right">jitter</td>
</tr>
<tr>
<td colspan="10">=====================================================================</td>
</tr>
<tr>
<td>+freesbee.wheel</td>
<td>212.243.86.159</td>
<td align="right">2</td>
<td align="right">u</td>
<td align="right">986</td>
<td align="right">1024</td>
<td align="right">377</td>
<td align="right">4.506</td>
<td align="right">0.708</td>
<td align="right">0.123</td>
</tr>
<tr>
<td>ntp.ngdc.net</td>
<td>217.198.219.102</td>
<td align="right">2</td>
<td align="right">u</td>
<td align="right">995</td>
<td align="right">1024</td>
<td align="right">377</td>
<td align="right">0.993</td>
<td align="right">-1.658</td>
<td align="right">0.191</td>
</tr>
<tr>
<td>*n1.taur.dk</td>
<td>.GPS.</td>
<td align="right">1</td>
<td align="right">u</td>
<td align="right">26</td>
<td align="right">1024</td>
<td align="right">377</td>
<td align="right">5.548</td>
<td align="right">1.208</td>
<td align="right">0.114</td>
</tr>
<tr>
<td>+zdani.szn.dk</td>
<td>192.36.133.17</td>
<td align="right">2</td>
<td align="right">u</td>
<td align="right">31</td>
<td align="right">1024</td>
<td align="right">377</td>
<td align="right">5.107</td>
<td align="right">7.315</td>
<td align="right">0.549</td>
</tr>
</table>
<p></p>
<p style="text-align: justify;"><img src="http://www.xfiles.dk/images/typo/postitfreebsd.png" class="png floatleft" title="FreeBSD Post-It" alt="FreeBSD Post-It" /><b>Grep For Two Words:</b> The following command can be used to grep for two matching words in the same file. The syntax may differ depending on what *Nix you are using.</p>
<p>Example grep for &#8220;FAILED&#8221; And &#8220;REFUSED&#8221; with ignore case on in /var/log/xferlog on FreeBSD.<br />
</p>
<pre class="qoate-code">grep -i "refused\|failed" /var/log/xferlog</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.xfiles.dk/bsd-post-its/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Denyhosts On FreeBSD</title>
		<link>http://www.xfiles.dk/installing-denyhosts-on-freebsd/</link>
		<comments>http://www.xfiles.dk/installing-denyhosts-on-freebsd/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 13:32:29 +0000</pubDate>
		<dc:creator>Allan Chr</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Latest News]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.xfiles.dk/?p=258</guid>
		<description><![CDATA[Guide on how to install Denyhosts on FreeBSD added. The guide is in the &#8220;FreeBSD Guides&#8221; menu. Permalink: http://www.xfiles.dk/installing-denyhosts]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Guide on how to install Denyhosts on FreeBSD added.</p>
<p>The guide is in the <em>&#8220;FreeBSD Guides&#8221;</em> menu.</p>
<p>Permalink: <span class="xlink1"><a title="Installing Denyhosts On FreeBSD" href="http://www.xfiles.dk/installing-denyhosts/">http://www.xfiles.dk/installing-denyhosts</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xfiles.dk/installing-denyhosts-on-freebsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Block Referer Spam</title>
		<link>http://www.xfiles.dk/how-to-block-referer-spam/</link>
		<comments>http://www.xfiles.dk/how-to-block-referer-spam/#comments</comments>
		<pubDate>Sun, 15 May 2011 22:14:13 +0000</pubDate>
		<dc:creator>Allan Chr</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Latest News]]></category>
		<category><![CDATA[Awstats]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.xfiles.dk/?p=246</guid>
		<description><![CDATA[Guide on how to block referer spam with Apache added. The guide is in the &#8220;FreeBSD Misc&#8221; menu. Permalink: http://www.xfiles.dk/block-referer-spam/]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Guide on how to block referer spam with Apache added.</p>
<p>The guide is in the <em>&#8220;FreeBSD Misc&#8221;</em> menu.</p>
<p>Permalink: <span class="xlink1"><a title="How To Block Referer Spam With Apache" href="http://www.xfiles.dk/block-referer-spam/">http://www.xfiles.dk/block-referer-spam/</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xfiles.dk/how-to-block-referer-spam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Catch More Spam With Spamassassin</title>
		<link>http://www.xfiles.dk/how-to-catch-more-spam-with-spamassassin/</link>
		<comments>http://www.xfiles.dk/how-to-catch-more-spam-with-spamassassin/#comments</comments>
		<pubDate>Thu, 12 May 2011 08:56:40 +0000</pubDate>
		<dc:creator>Allan Chr</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Latest News]]></category>
		<category><![CDATA[Qmail]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[SpamAssassin]]></category>

		<guid isPermaLink="false">http://www.xfiles.dk/?p=245</guid>
		<description><![CDATA[Guide on how to catch more spam with Spamassassin added. The guide is in the &#8220;Qmail Guides&#8221; menu. Permalink: http://www.xfiles.dk/catching-more-spam-with-spamassassin/]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Guide on how to catch more spam with Spamassassin added.</p>
<p>The guide is in the <em>&#8220;Qmail Guides&#8221;</em> menu.</p>
<p>Permalink: <span class="xlink1"><a title="Catching More Spam With Spamassassin" href="http://www.xfiles.dk/catching-more-spam-with-spamassassin/">http://www.xfiles.dk/catching-more-spam-with-spamassassin/</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xfiles.dk/how-to-catch-more-spam-with-spamassassin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

