<?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>howto &#187; spam</title>
	<atom:link href="http://www.fif3.com/category/spam/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fif3.com</link>
	<description>so i don't forget stuff</description>
	<lastBuildDate>Mon, 14 Jul 2008 05:45:27 +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>installing python without X11 support on OpenBSD</title>
		<link>http://www.fif3.com/2006/05/03/installing-python-without-x11-support-on-openbsd/</link>
		<comments>http://www.fif3.com/2006/05/03/installing-python-without-x11-support-on-openbsd/#comments</comments>
		<pubDate>Wed, 03 May 2006 16:43:45 +0000</pubDate>
		<dc:creator>skip</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.fif3.com/2006/05/03/installing-python-without-x11-support-on-openbsd/</guid>
		<description><![CDATA[I wanted to install pyzor so spamassassin could use it&#8230; but pyzor requires python, and the default OpenBSD port of Python requires x11, which doesn&#8217;t get installed on my mail servers.
# cd /usr/ports/lang/python/2.4
# make show=FLAVORS
no_expat no_gdbm no_idle no_mpz no_tkinter no_bsddb  no_tests no_tools
# make show=FLAVOR
# export FLAVOR=no_tkinter
# make show=FLAVOR
no_tkinter
# make install clean
]]></description>
		<wfw:commentRss>http://www.fif3.com/2006/05/03/installing-python-without-x11-support-on-openbsd/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>community backup mx-ing</title>
		<link>http://www.fif3.com/2006/04/26/community-backup-mx-ing/</link>
		<comments>http://www.fif3.com/2006/04/26/community-backup-mx-ing/#comments</comments>
		<pubDate>Wed, 26 Apr 2006 21:54:34 +0000</pubDate>
		<dc:creator>skip</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.fif3.com/2006/04/26/community-backup-mx-ing/</guid>
		<description><![CDATA[I run MX for my domains, some good friends do the same. Let&#8217;s be backup MX for eachother&#8230;

Everyone should have strong anti-spam server settings. If there&#8217;s a weak link then it&#8217;ll be exploited by spammers. They love backup mx&#8217;s.
Make similar changes to your sendmail.mc:
define(`confTO_QUEUEWARN&#8217;,`8d&#8217;)dnl
define(`confTO_QUEUEWARN_NORMAL&#8217;,`9d&#8217;)dnl
define(`confTO_QUEUEWARN_URGENT&#8217;,`7d&#8217;)dnl
define(`confTO_QUEUEWARN_NOURGENT&#8217;,`10d&#8217;)dnl
define(&#8217;confTO_QUEUERETURN&#8217;,'16d&#8217;)dnl
Add your friends domains to relay-domains
Add something like this to mailertable:
fif3.com  [...]]]></description>
		<wfw:commentRss>http://www.fif3.com/2006/04/26/community-backup-mx-ing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>upgrading sendmail to berkeley db 4 on openbsd for snert milters</title>
		<link>http://www.fif3.com/2006/03/31/upgrading-sendmail-to-berkeley-db-4-on-openbsd-for-snert-milters/</link>
		<comments>http://www.fif3.com/2006/03/31/upgrading-sendmail-to-berkeley-db-4-on-openbsd-for-snert-milters/#comments</comments>
		<pubDate>Fri, 31 Mar 2006 08:16:28 +0000</pubDate>
		<dc:creator>skip</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.fif3.com/2006/03/31/upgrading-sendmail-to-berkeley-db-4-on-openbsd-for-snert-milters/</guid>
		<description><![CDATA[I&#8217;m very much a fan of blocking spam as early in the transaction as possible. To this end I use a variety of sendmail tweaks, milters, greylisting etc to keep spam from even being accepted. Recently I ran into the problem that my favorite set of milters required Berkeley DB4 to work&#8230; though OpenBSD ships [...]]]></description>
		<wfw:commentRss>http://www.fif3.com/2006/03/31/upgrading-sendmail-to-berkeley-db-4-on-openbsd-for-snert-milters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>(smtp) defense in depth: part 2</title>
		<link>http://www.fif3.com/2005/06/19/smtp-defense-in-depth-v2/</link>
		<comments>http://www.fif3.com/2005/06/19/smtp-defense-in-depth-v2/#comments</comments>
		<pubDate>Sun, 19 Jun 2005 18:01:02 +0000</pubDate>
		<dc:creator>skip</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.fif3.com/?p=113</guid>
		<description><![CDATA[The quicker you block spammers the better. Here&#8217;s my recipe:
1. OpenBSD&#8217;s PF firewall redirects all incoming SMTP connections to the SPAMD daemon for greylisting. I hate repeating stuff, so at this point you should go read the links I&#8217;ve put at the end of this. Other people have written about it way better than I [...]]]></description>
		<wfw:commentRss>http://www.fif3.com/2005/06/19/smtp-defense-in-depth-v2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>(smtp) defense in depth: part 1</title>
		<link>http://www.fif3.com/2005/06/14/how-i-defeated-spam/</link>
		<comments>http://www.fif3.com/2005/06/14/how-i-defeated-spam/#comments</comments>
		<pubDate>Tue, 14 Jun 2005 17:42:17 +0000</pubDate>
		<dc:creator>skip</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.fif3.com/?p=112</guid>
		<description><![CDATA[I recently have gone on a spam rampage&#8230; a sprampage if you will. I used to have it in me to &#8220;collect&#8221; spam, I guess I thought that someday it might be worth something. I dunno. Anyway I&#8217;m tired of them using all my bandwidth and clogging up my server. My server was receiving around [...]]]></description>
		<wfw:commentRss>http://www.fif3.com/2005/06/14/how-i-defeated-spam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>favorite spammer MTAs</title>
		<link>http://www.fif3.com/2003/05/29/favorite-spammer-mtas/</link>
		<comments>http://www.fif3.com/2003/05/29/favorite-spammer-mtas/#comments</comments>
		<pubDate>Thu, 29 May 2003 15:54:28 +0000</pubDate>
		<dc:creator>skip</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.fif3.com/?p=48</guid>
		<description><![CDATA[omg. i had this cool idea while groking raw mail files&#8230; i don&#8217;t need to portscan the internet for smtp hosts, they mostly add their type/version to the email headers of messages that pass through. cool. then i noticed a few MTAs that i&#8217;ve never seen before&#8230;

omg. i had this cool idea while groking raw [...]]]></description>
		<wfw:commentRss>http://www.fif3.com/2003/05/29/favorite-spammer-mtas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>help the nigerians part 2</title>
		<link>http://www.fif3.com/2002/12/06/help-the-nigerians-part-2/</link>
		<comments>http://www.fif3.com/2002/12/06/help-the-nigerians-part-2/#comments</comments>
		<pubDate>Fri, 06 Dec 2002 18:31:06 +0000</pubDate>
		<dc:creator>skip</dc:creator>
				<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.fif3.com/?p=28</guid>
		<description><![CDATA[I can give you thier particulars for you to contact them. But please note,there is a demurrhage fee of $29,500.00 which the consignment has accrued in the security company for three years now and i believe you will asssist us in paying this fees.

Dear partner, 
Thank you for your respond to my E-mail, as a [...]]]></description>
		<wfw:commentRss>http://www.fif3.com/2002/12/06/help-the-nigerians-part-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>help the nigerians part 1</title>
		<link>http://www.fif3.com/2002/12/06/help-the-nigerians-part-1/</link>
		<comments>http://www.fif3.com/2002/12/06/help-the-nigerians-part-1/#comments</comments>
		<pubDate>Fri, 06 Dec 2002 18:28:34 +0000</pubDate>
		<dc:creator>skip</dc:creator>
				<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.fif3.com/?p=27</guid>
		<description><![CDATA[1. You will have to send me the first three pages of your international passport or driver lincense (scan and send via email) as a guarantee that the money will be safe with you and at the same time as collateral considering the huge amount of money we intend to leave in your care for [...]]]></description>
		<wfw:commentRss>http://www.fif3.com/2002/12/06/help-the-nigerians-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
