<?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: OS X Tiger Server: Improving SpamAssassin</title>
	<atom:link href="http://greg.agiletortoise.com/2006/01/25/os-x-tiger-server-improving-spamassassin/feed/" rel="self" type="application/rss+xml" />
	<link>http://greg.agiletortoise.com/2006/01/25/os-x-tiger-server-improving-spamassassin/</link>
	<description>Greg Pierce's blog</description>
	<lastBuildDate>Wed, 27 Jan 2010 13:55:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Seth Dillingham</title>
		<link>http://greg.agiletortoise.com/2006/01/25/os-x-tiger-server-improving-spamassassin/comment-page-1/#comment-820</link>
		<dc:creator>Seth Dillingham</dc:creator>
		<pubDate>Tue, 21 Feb 2006 16:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://greg.agiletortoise.com/2006/01/25/os-x-tiger-server-improving-spamassassin/#comment-820</guid>
		<description>Greg, you said to do this:

&lt;code&gt;sudo rm -rf /var/clamav/.spamassassin
sudo ln -s /var/clamav/.spamassassin /var/amavis/.spamassassin&lt;/code&gt;

That doesn&#039;t actually work... it deletes /var/clamav/.spamassassin, and
then tries to create a link to it at
/var/amavis/.spamassassin/.spamassassin !

I think you meant this:

&lt;code&gt;sudo rm -rf /var/clamav/.spamassassin
sudo ln -s /var/amavis/.spamassassin /var/clamav/.spamassassin&lt;/code&gt;

The first param to ln is the &quot;original&quot; or existing file, the
second parameter (optional) is the destination location.

Seth</description>
		<content:encoded><![CDATA[<p>Greg, you said to do this:</p>
<p><code>sudo rm -rf /var/clamav/.spamassassin<br />
sudo ln -s /var/clamav/.spamassassin /var/amavis/.spamassassin</code></p>
<p>That doesn&#8217;t actually work&#8230; it deletes /var/clamav/.spamassassin, and<br />
then tries to create a link to it at<br />
/var/amavis/.spamassassin/.spamassassin !</p>
<p>I think you meant this:</p>
<p><code>sudo rm -rf /var/clamav/.spamassassin<br />
sudo ln -s /var/amavis/.spamassassin /var/clamav/.spamassassin</code></p>
<p>The first param to ln is the &quot;original&quot; or existing file, the<br />
second parameter (optional) is the destination location.</p>
<p>Seth</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harold Miller</title>
		<link>http://greg.agiletortoise.com/2006/01/25/os-x-tiger-server-improving-spamassassin/comment-page-1/#comment-819</link>
		<dc:creator>Harold Miller</dc:creator>
		<pubDate>Tue, 14 Feb 2006 21:24:47 +0000</pubDate>
		<guid isPermaLink="false">http://greg.agiletortoise.com/2006/01/25/os-x-tiger-server-improving-spamassassin/#comment-819</guid>
		<description>Thanks for the help in decreasing the SPAM in my users INBOX. I do have another question; part of the RAZOR2 setup included creating a user:
Razor v2 requires reporters to be registered so their reputations can
   be computed over time and they can participate in the revocation
   mechanism. Registration is done with razor-admin -register.

Is this required? Which &#039;User&#039; should I be when I register (root is specificaly not allowed)? Where / How do I use the Identity file that is created?

Thanks!!
Harold Miller</description>
		<content:encoded><![CDATA[<p>Thanks for the help in decreasing the SPAM in my users INBOX. I do have another question; part of the RAZOR2 setup included creating a user:<br />
Razor v2 requires reporters to be registered so their reputations can<br />
   be computed over time and they can participate in the revocation<br />
   mechanism. Registration is done with razor-admin -register.</p>
<p>Is this required? Which &#8216;User&#8217; should I be when I register (root is specificaly not allowed)? Where / How do I use the Identity file that is created?</p>
<p>Thanks!!<br />
Harold Miller</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Pierce</title>
		<link>http://greg.agiletortoise.com/2006/01/25/os-x-tiger-server-improving-spamassassin/comment-page-1/#comment-818</link>
		<dc:creator>Greg Pierce</dc:creator>
		<pubDate>Wed, 25 Jan 2006 15:12:15 +0000</pubDate>
		<guid isPermaLink="false">http://greg.agiletortoise.com/2006/01/25/os-x-tiger-server-improving-spamassassin/#comment-818</guid>
		<description>
On Jan 25, 2006, at 10:01 AM, Seth Dillingham wrote:

&gt; And I thought that having SpamAssassin built in was going to prevent
&gt; that problem. This really annoys me.

I honestly haven&#039;t tested it to find out, having managed a Panther  
server, I&#039;m a bit hesitant to test it.  On the bright side, I don&#039;t  
think there&#039;s a lot that you could hose too bad now, because there  
are no mods required to the Postfix config files for this sort of stuff.

I expect the SpamAssassin config gets left pretty well alone as well,  
as there&#039;s nothing in the way they system works that would be changed  
there.  I think it&#039;s mainly the Amavisd.conf file that might get  
stomped on.  I suppose I should test that and see what happens.

greg.
</description>
		<content:encoded><![CDATA[<p>On Jan 25, 2006, at 10:01 AM, Seth Dillingham wrote:</p>
<p>&gt; And I thought that having SpamAssassin built in was going to prevent<br />
&gt; that problem. This really annoys me.</p>
<p>I honestly haven&#8217;t tested it to find out, having managed a Panther<br />
server, I&#8217;m a bit hesitant to test it.  On the bright side, I don&#8217;t<br />
think there&#8217;s a lot that you could hose too bad now, because there<br />
are no mods required to the Postfix config files for this sort of stuff.</p>
<p>I expect the SpamAssassin config gets left pretty well alone as well,<br />
as there&#8217;s nothing in the way they system works that would be changed<br />
there.  I think it&#8217;s mainly the Amavisd.conf file that might get<br />
stomped on.  I suppose I should test that and see what happens.</p>
<p>greg.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seth Dillingham</title>
		<link>http://greg.agiletortoise.com/2006/01/25/os-x-tiger-server-improving-spamassassin/comment-page-1/#comment-817</link>
		<dc:creator>Seth Dillingham</dc:creator>
		<pubDate>Wed, 25 Jan 2006 15:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://greg.agiletortoise.com/2006/01/25/os-x-tiger-server-improving-spamassassin/#comment-817</guid>
		<description>On 1/25/06, Greg Pierce said:

&gt;Be careful what you change in ServerAdmin, or your mods may get
&gt;written over.

And I thought that having SpamAssassin built in was going to prevent
that problem. This really annoys me.

Thanks for the write-up, though. It&#039;ll help with my client who&#039;s been
waiting (for ages) to upgrade to Tiger Server.

Seth
</description>
		<content:encoded><![CDATA[<p>On 1/25/06, Greg Pierce said:</p>
<p>&gt;Be careful what you change in ServerAdmin, or your mods may get<br />
&gt;written over.</p>
<p>And I thought that having SpamAssassin built in was going to prevent<br />
that problem. This really annoys me.</p>
<p>Thanks for the write-up, though. It&#8217;ll help with my client who&#8217;s been<br />
waiting (for ages) to upgrade to Tiger Server.</p>
<p>Seth</p>
]]></content:encoded>
	</item>
</channel>
</rss>
