<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0"
 xmlns:blogChannel="http://backend.userland.com/blogChannelModule"
>

<channel>
<title><![CDATA[Dobrica Pavlinušić's random unstructured stuff: DSPAM]]></title>
<link>https://saturn.ffzg.hr/rot13/index.cgi?dspam</link>
<description></description>
<pubDate>Thu, 23 Oct 2008 19:40:36 -0000</pubDate>
<webMaster>root@saturn.ffzg.hr</webMaster>
<generator>Socialtext Workspace v2.19.0.2</generator>

<item>
<title><![CDATA[DSPAM]]></title>
<link>https://saturn.ffzg.hr/rot13/index.cgi?dspam</link>
<description><![CDATA[<div>Creator: Dobrica Pavlinušić</div><hr/><div class="wiki">
<p>
mjesec installation of dspam</p>
<pre>
sudo apt-get install dspam libdspam7-drv-pgsql
</pre>
<br /><p>
Automatic installation using PostgreSQL doesn't really work, so we will do it manually:</p>
<pre>
createuser dspam
createdb --owner dspam --encoding utf-8 dspam

cd /usr/share/doc/libdspam7-drv-pgsql
psql dspam dspam &lt; pgsql_objects.sql
psql dspam dspam &lt; virtual_users.sql
</pre>
<br /><p>
And then, more or less follow <a target="_blank" title="(external link)" href="http://www.kirya.net/articles/setting-up-dspam-as-a-filter-for-postfix-on-debian-sarge/">http://www.kirya.net/articles/setting-up-dspam-as-a-filter-for-postfix-on-debian-sarge/</a></p>
</div>
]]></description>
<author>Dobrica Pavlinu&#x161;i&#x107;</author>
<category></category>
<guid isPermaLink="true">https://saturn.ffzg.hr/rot13/index.cgi?dspam</guid>
<pubDate>Thu, 23 Oct 2008 19:40:36 -0000</pubDate>
</item>
</channel>
</rss>