<?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"
	>
<channel>
	<title>Comments on: CentOS 4.3 with DSPAM + dspam.cgi</title>
	<atom:link href="http://www.ghidinelli.com/2006/06/13/centos-43-with-dspam-dspamcgi/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghidinelli.com/2006/06/13/centos-43-with-dspam-dspamcgi</link>
	<description></description>
	<pubDate>Fri, 22 Aug 2008 03:40:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Mauricio W</title>
		<link>http://www.ghidinelli.com/2006/06/13/centos-43-with-dspam-dspamcgi#comment-2138</link>
		<dc:creator>Mauricio W</dc:creator>
		<pubDate>Wed, 10 Jan 2007 11:55:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/2006/06/13/centos-43-with-dspam-dspamcgi/#comment-2138</guid>
		<description>Brian, in the WebUI folder add to the "admins" file the administrator user, login and you will see "Administrative Suite" link (at least in DSPAM 3.6.8).</description>
		<content:encoded><![CDATA[<p>Brian, in the WebUI folder add to the &#8220;admins&#8221; file the administrator user, login and you will see &#8220;Administrative Suite&#8221; link (at least in DSPAM 3.6.8).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brian</title>
		<link>http://www.ghidinelli.com/2006/06/13/centos-43-with-dspam-dspamcgi#comment-2133</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Wed, 10 Jan 2007 09:24:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/2006/06/13/centos-43-with-dspam-dspamcgi/#comment-2133</guid>
		<description>@Mauricio - how exactly do you as an admin use the web interface as another user?  Perhaps I haven't explored this as on my system users administer their own spam.  I suppose so long as %CURRENT_USER% works either way then it is more robust!</description>
		<content:encoded><![CDATA[<p>@Mauricio - how exactly do you as an admin use the web interface as another user?  Perhaps I haven&#8217;t explored this as on my system users administer their own spam.  I suppose so long as %CURRENT_USER% works either way then it is more robust!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mauricio W</title>
		<link>http://www.ghidinelli.com/2006/06/13/centos-43-with-dspam-dspamcgi#comment-2076</link>
		<dc:creator>Mauricio W</dc:creator>
		<pubDate>Mon, 08 Jan 2007 17:43:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/2006/06/13/centos-43-with-dspam-dspamcgi/#comment-2076</guid>
		<description>Sorry I left $ENV be mistake, you should use these:

$CONFIG{’DSPAM_ARGS’} = “–deliver=innocent –mode=tum –class=innocent –feature=whitelist,noise,chained –source=error –user %CURRENT_USER% –stdout &#124; /var/qmail/bin/qmail-inject %CURRENT_USER%”;</description>
		<content:encoded><![CDATA[<p>Sorry I left $ENV be mistake, you should use these:</p>
<p>$CONFIG{’DSPAM_ARGS’} = “–deliver=innocent –mode=tum –class=innocent –feature=whitelist,noise,chained –source=error –user %CURRENT_USER% –stdout | /var/qmail/bin/qmail-inject %CURRENT_USER%”;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mauricio W</title>
		<link>http://www.ghidinelli.com/2006/06/13/centos-43-with-dspam-dspamcgi#comment-2075</link>
		<dc:creator>Mauricio W</dc:creator>
		<pubDate>Mon, 08 Jan 2007 17:42:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/2006/06/13/centos-43-with-dspam-dspamcgi/#comment-2075</guid>
		<description>DSPAM_ARGS

There is a problem using the proposed configuration. If as an Administrator you want to deliver a false positive of a user –let’s say xx@bla.com (other than the administrator), using {'REMOTE_USER'} you will be injecting the email as the Administrator and not as the user xx@bla.com. 

Checking the source dspam took this into consideration changing in $CONFIG{'DSPAM_ARGS'} the string %CURRENT_USER% to the user the Administrator is working with. 

You should use these:
$CONFIG{'DSPAM_ARGS'}  = "--deliver=innocent --mode=tum --class=innocent --feature=whitelist,noise,chained --source=error --user %CURRENT_USER% --stdout &#124; /var/qmail/bin/qmail-inject $ENV%CURRENT_USER%";</description>
		<content:encoded><![CDATA[<p>DSPAM_ARGS</p>
<p>There is a problem using the proposed configuration. If as an Administrator you want to deliver a false positive of a user –let’s say <a href="mailto:xx@bla.com">xx@bla.com</a> (other than the administrator), using {&#8217;REMOTE_USER&#8217;} you will be injecting the email as the Administrator and not as the user <a href="mailto:xx@bla.com">xx@bla.com</a>. </p>
<p>Checking the source dspam took this into consideration changing in $CONFIG{&#8217;DSPAM_ARGS&#8217;} the string %CURRENT_USER% to the user the Administrator is working with. </p>
<p>You should use these:<br />
$CONFIG{&#8217;DSPAM_ARGS&#8217;}  = &#8220;&#8211;deliver=innocent &#8211;mode=tum &#8211;class=innocent &#8211;feature=whitelist,noise,chained &#8211;source=error &#8211;user %CURRENT_USER% &#8211;stdout | /var/qmail/bin/qmail-inject $ENV%CURRENT_USER%&#8221;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brian</title>
		<link>http://www.ghidinelli.com/2006/06/13/centos-43-with-dspam-dspamcgi#comment-1143</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Thu, 23 Nov 2006 04:49:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/2006/06/13/centos-43-with-dspam-dspamcgi/#comment-1143</guid>
		<description>When you say it doesn't work, what happens?  You can do the find / command without the -exec bit so it will list all files owned by uid 89.

What I suspect may be the issue is your startup script is still trying to start with uid 89 and now you have changed the user id from 89 to 'vpopmail' which is a different uid (in the example above, 589)</description>
		<content:encoded><![CDATA[<p>When you say it doesn&#8217;t work, what happens?  You can do the find / command without the -exec bit so it will list all files owned by uid 89.</p>
<p>What I suspect may be the issue is your startup script is still trying to start with uid 89 and now you have changed the user id from 89 to &#8216;vpopmail&#8217; which is a different uid (in the example above, 589)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabrizio de Oliveira</title>
		<link>http://www.ghidinelli.com/2006/06/13/centos-43-with-dspam-dspamcgi#comment-1127</link>
		<dc:creator>Fabrizio de Oliveira</dc:creator>
		<pubDate>Wed, 22 Nov 2006 03:52:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/2006/06/13/centos-43-with-dspam-dspamcgi/#comment-1127</guid>
		<description>I did 
find / -uid "89" -exec chown vpopmail {} \;
but now my mail server doesn´t work...
Wath can I do?
Thanks</description>
		<content:encoded><![CDATA[<p>I did<br />
find / -uid &#8220;89&#8243; -exec chown vpopmail {} \;<br />
but now my mail server doesn´t work&#8230;<br />
Wath can I do?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabrizio de Oliveira</title>
		<link>http://www.ghidinelli.com/2006/06/13/centos-43-with-dspam-dspamcgi#comment-1126</link>
		<dc:creator>Fabrizio de Oliveira</dc:creator>
		<pubDate>Wed, 22 Nov 2006 03:19:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/2006/06/13/centos-43-with-dspam-dspamcgi/#comment-1126</guid>
		<description>Hi, I try to do the command
find / -uid 89 -exec chown vpopmail {} ;
but I receive this answer from the system:

find: missing argument to `-exec'

Please helpme...

Fedora Core 5

Fabrizio</description>
		<content:encoded><![CDATA[<p>Hi, I try to do the command<br />
find / -uid 89 -exec chown vpopmail {} ;<br />
but I receive this answer from the system:</p>
<p>find: missing argument to `-exec&#8217;</p>
<p>Please helpme&#8230;</p>
<p>Fedora Core 5</p>
<p>Fabrizio</p>
]]></content:encoded>
	</item>
</channel>
</rss>
