<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Configure Postfix for the DSPAM content filter</title>
	<atom:link href="http://switch.richard5.net/isp-in-a-box-v2/setting-up-dspam/configure-postfix-for-the-dspam-content-filter/feed/" rel="self" type="application/rss+xml" />
	<link>http://switch.richard5.net</link>
	<description>How to build your Mac into a internet server using open source software</description>
	<lastBuildDate>Tue, 17 Jun 2008 18:25:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: jagowan</title>
		<link>http://switch.richard5.net/isp-in-a-box-v2/setting-up-dspam/configure-postfix-for-the-dspam-content-filter/comment-page-1/#comment-58369</link>
		<dc:creator>jagowan</dc:creator>
		<pubDate>Sat, 26 Apr 2008 13:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://switch.richard5.net/isp-in-a-box-v2/setting-up-dspam/configure-postfix-for-the-dspam-content-filter/#comment-58369</guid>
		<description>I&#039;M Sorry, I have miss configuration.
After i&#039;ve read your configuration example carefully, it&#039;s working for dspam to filtering incoming only.</description>
		<content:encoded><![CDATA[<p>I&#8217;M Sorry, I have miss configuration.<br />
After i&#8217;ve read your configuration example carefully, it&#8217;s working for dspam to filtering incoming only.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jagowan</title>
		<link>http://switch.richard5.net/isp-in-a-box-v2/setting-up-dspam/configure-postfix-for-the-dspam-content-filter/comment-page-1/#comment-58367</link>
		<dc:creator>jagowan</dc:creator>
		<pubDate>Sat, 26 Apr 2008 12:12:26 +0000</pubDate>
		<guid isPermaLink="false">http://switch.richard5.net/isp-in-a-box-v2/setting-up-dspam/configure-postfix-for-the-dspam-content-filter/#comment-58367</guid>
		<description>hi,

I&#039;m still have problem with outgoing, always check by dspam. Any idea?</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>I&#8217;m still have problem with outgoing, always check by dspam. Any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard5</title>
		<link>http://switch.richard5.net/isp-in-a-box-v2/setting-up-dspam/configure-postfix-for-the-dspam-content-filter/comment-page-1/#comment-15210</link>
		<dc:creator>Richard5</dc:creator>
		<pubDate>Thu, 25 Jan 2007 15:11:26 +0000</pubDate>
		<guid isPermaLink="false">http://switch.richard5.net/isp-in-a-box-v2/setting-up-dspam/configure-postfix-for-the-dspam-content-filter/#comment-15210</guid>
		<description>You don&#039;t need PCRE to use the DSPAM functionality. I&#039;ve choosen for a PCRE based filter but you can also use a REGEX filter, it only needs a different syntax (which I don&#039;t know, sorry).

I think you still can recompile the binaries and use them in a server environment. I haven&#039;t got a server myself or the OS version to try it out. As far as I know OS X server config only manages the configuration files and they will still be the same format.</description>
		<content:encoded><![CDATA[<p>You don&#8217;t need PCRE to use the DSPAM functionality. I&#8217;ve choosen for a PCRE based filter but you can also use a REGEX filter, it only needs a different syntax (which I don&#8217;t know, sorry).</p>
<p>I think you still can recompile the binaries and use them in a server environment. I haven&#8217;t got a server myself or the OS version to try it out. As far as I know OS X server config only manages the configuration files and they will still be the same format.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Combs</title>
		<link>http://switch.richard5.net/isp-in-a-box-v2/setting-up-dspam/configure-postfix-for-the-dspam-content-filter/comment-page-1/#comment-15209</link>
		<dc:creator>Greg Combs</dc:creator>
		<pubDate>Thu, 25 Jan 2007 14:48:30 +0000</pubDate>
		<guid isPermaLink="false">http://switch.richard5.net/isp-in-a-box-v2/setting-up-dspam/configure-postfix-for-the-dspam-content-filter/#comment-15209</guid>
		<description>So I&#039;m setting this up on Mac OS X Server.  In order to maintain the functionality of the server administration tools, I can&#039;t recompile the existing postfix and cyrus binaries.

Unfortunately, your recipe as is will not run such that postfix throws up upon the pcre directive in &quot;check_client_access pcre:&quot;.  It doesn&#039;t understand pcre.  Though I see pcre related things in the sample folder (sample-filter.cf, sample-pcre-access.cf, etc)

Here&#039;s how they do a content filter in main.cf:
content_filter = smtp-amavis:[127.0.0.1]:10024

and then in master.cf:
smtp-amavis unix -      -       y       -       2       smtp
   -o smtp_data_done_timeout=1200
   -o smtp_send_xforward_command=yes
   -o disable_dns_lookups=yes

Any ideas on how to set this up without recompiling the binaries?</description>
		<content:encoded><![CDATA[<p>So I&#8217;m setting this up on Mac OS X Server.  In order to maintain the functionality of the server administration tools, I can&#8217;t recompile the existing postfix and cyrus binaries.</p>
<p>Unfortunately, your recipe as is will not run such that postfix throws up upon the pcre directive in &#8220;check_client_access pcre:&#8221;.  It doesn&#8217;t understand pcre.  Though I see pcre related things in the sample folder (sample-filter.cf, sample-pcre-access.cf, etc)</p>
<p>Here&#8217;s how they do a content filter in main.cf:<br />
content_filter = smtp-amavis:[127.0.0.1]:10024</p>
<p>and then in master.cf:<br />
smtp-amavis unix &#8211;      &#8211;       y       &#8211;       2       smtp<br />
   -o smtp_data_done_timeout=1200<br />
   -o smtp_send_xforward_command=yes<br />
   -o disable_dns_lookups=yes</p>
<p>Any ideas on how to set this up without recompiling the binaries?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://switch.richard5.net/isp-in-a-box-v2/setting-up-dspam/configure-postfix-for-the-dspam-content-filter/comment-page-1/#comment-9859</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 20 Dec 2006 16:32:54 +0000</pubDate>
		<guid isPermaLink="false">http://switch.richard5.net/isp-in-a-box-v2/setting-up-dspam/configure-postfix-for-the-dspam-content-filter/#comment-9859</guid>
		<description>Richard,

Am I wrong in that these instructions do not seem to set up a way to retrain dspam for false positives?  In the forum - early on - you were using ham aliases??  I dont see any configuration here in addressing false positive retraining?</description>
		<content:encoded><![CDATA[<p>Richard,</p>
<p>Am I wrong in that these instructions do not seem to set up a way to retrain dspam for false positives?  In the forum &#8211; early on &#8211; you were using ham aliases??  I dont see any configuration here in addressing false positive retraining?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

