<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — Is spamassassin working?]]></title>
		<link>http://www.iredmail.org/forum/topic319-is-spamassassin-working.html</link>
		<atom:link href="http://www.iredmail.org/forum/feed-rss-topic319.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Is spamassassin working?.]]></description>
		<lastBuildDate>Mon, 09 Nov 2009 13:34:05 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Is spamassassin working?]]></title>
			<link>http://www.iredmail.org/forum/post1770.html#p1770</link>
			<description><![CDATA[<div class="quotebox"><cite>maxie_ro wrote:</cite><blockquote><p>Yes, but unfortunately this setting will work if users use only RoundCube.</p></blockquote></div><p>Fortunately, at least we can make Roundcube work as expected (if it works). <img src="http://www.iredmail.org/forum/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Mon, 09 Nov 2009 13:34:05 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post1770.html#p1770</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is spamassassin working?]]></title>
			<link>http://www.iredmail.org/forum/post1768.html#p1768</link>
			<description><![CDATA[<p>Yes, but unfortunately this setting will work if users use only RoundCube.</p>]]></description>
			<author><![CDATA[null@example.com (maxie_ro)]]></author>
			<pubDate>Mon, 09 Nov 2009 13:26:44 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post1768.html#p1768</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is spamassassin working?]]></title>
			<link>http://www.iredmail.org/forum/post1766.html#p1766</link>
			<description><![CDATA[<p>You can use dovecot-1.2 yourself, but iRedMail project won&#039;t provide 1.2 related upgrade. <img src="http://www.iredmail.org/forum/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p><p>Dovecot-1.1.x is more stable, and performance is pretty good. So we consider wait for more time to integrate 1.2.x.</p><p>And, roundcube-0.3.x ships managesieve plugin officially, i think you can use <a href="http://trac.roundcube.net/browser/branches/release-0.3.1/plugins/managesieve/config.inc.php.dist">its config</a> to include default/global sieve rules:<br /></p><div class="codebox"><pre><code>// default contents of filters script (eg. default spam filter)
16    $rcmail_config[&#039;managesieve_default&#039;] = &#039;/etc/dovecot/sieve/global&#039;;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Mon, 09 Nov 2009 13:21:27 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post1766.html#p1766</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is spamassassin working?]]></title>
			<link>http://www.iredmail.org/forum/post1764.html#p1764</link>
			<description><![CDATA[<p>Ok, I found out how: by using the &quot;sieve&quot; plugin (NOT &quot;cmusieve&quot;) which comes with Dovecot 1.2. Unfortunately iRedOS has Dovecot 1.1. I guess I&#039;ll have to wait... <img src="http://www.iredmail.org/forum/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p>]]></description>
			<author><![CDATA[null@example.com (maxie_ro)]]></author>
			<pubDate>Mon, 09 Nov 2009 13:15:05 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post1764.html#p1764</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is spamassassin working?]]></title>
			<link>http://www.iredmail.org/forum/post1759.html#p1759</link>
			<description><![CDATA[<p>I finally found out why this does work just for some users, and not for other.</p><p>According to <a href="http://wiki.dovecot.org/LDA/Sieve/CMU">CMUSieve documentation</a>:<br /></p><div class="quotebox"><blockquote><p>plugin {<br />&nbsp; # Path to a global sieve script file, which gets executed ONLY if<br />&nbsp; # user&#039;s private Sieve script doesn&#039;t exist. (e.g. /etc/dovecot/default.sieve)<br />&nbsp; # (v1.0.1 and older called this setting &quot;global_script_path&quot;)<br />&nbsp; #sieve_global_path =</p></blockquote></div><p>So, the global sieve file only works if the user doesn&#039;t already have a personal sieve file... Like for example when redirecting mail to another account or enabling vacancy mode.</p><p>Is there a workaround for this? So it works for all users no matter what?</p>]]></description>
			<author><![CDATA[null@example.com (maxie_ro)]]></author>
			<pubDate>Mon, 09 Nov 2009 10:57:34 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post1759.html#p1759</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is spamassassin working?]]></title>
			<link>http://www.iredmail.org/forum/post1474.html#p1474</link>
			<description><![CDATA[<div class="quotebox"><cite>maxie_ro wrote:</cite><blockquote><p>Changed the dovecot.sieve file to:<br /></p><div class="codebox"><pre><code>require &quot;fileinto&quot;;
if header :contains &quot;X-Spam-Flag&quot; &quot;YES&quot; {
  fileinto &quot;Junk&quot;;
}</code></pre></div><p>Now everything is ok.</p></blockquote></div><p>Fixed. Thanks for your report. <img src="http://www.iredmail.org/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Tue, 13 Oct 2009 02:30:00 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post1474.html#p1474</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is spamassassin working?]]></title>
			<link>http://www.iredmail.org/forum/post1464.html#p1464</link>
			<description><![CDATA[<p>Changed the dovecot.sieve file to:<br /></p><div class="codebox"><pre><code>require &quot;fileinto&quot;;
if header :contains &quot;X-Spam-Flag&quot; &quot;YES&quot; {
  fileinto &quot;Junk&quot;;
}</code></pre></div><p>Now everything is ok.</p>]]></description>
			<author><![CDATA[null@example.com (maxie_ro)]]></author>
			<pubDate>Mon, 12 Oct 2009 10:21:10 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post1464.html#p1464</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is spamassassin working?]]></title>
			<link>http://www.iredmail.org/forum/post1461.html#p1461</link>
			<description><![CDATA[<p>Should I restart other services than dovecot to make that work? I renamed the original file and did not changed anything because it looked as it was going to do what I wanted, I restarted dovecot service, but it&#039;s not working. I mean, test email is marked as spam correctly, but not moved to Junk, still appears in Inbox.</p><p>BTW, when validating the role file dovecot.sieve using <a href="http://libsieve-php.sourceforge.net/,">http://libsieve-php.sourceforge.net/,</a> I get:<br />&lt;&lt;Result: line 14: unexpected quoted string &quot;include&quot;&gt;&gt;, on:<br />&lt;&lt;require [&quot;fileinto&quot;, &quot;reject&quot;, &quot;include&quot;];&gt;&gt;</p>]]></description>
			<author><![CDATA[null@example.com (maxie_ro)]]></author>
			<pubDate>Mon, 12 Oct 2009 06:55:07 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post1461.html#p1461</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is spamassassin working?]]></title>
			<link>http://www.iredmail.org/forum/post1455.html#p1455</link>
			<description><![CDATA[<p>Use procmail in iRedMail is possible, but is NOT recommend. because you can use advance features which provided by &#039;deliver&#039; program.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Mon, 12 Oct 2009 06:24:19 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post1455.html#p1455</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is spamassassin working?]]></title>
			<link>http://www.iredmail.org/forum/post1454.html#p1454</link>
			<description><![CDATA[<p>iRedMail use &#039;deliver&#039; program which provided by Dovecot for mail filter, you can define global filter rule or let user customize their filter rules in roundcube webmail.</p><p>And you can find global filter rule file location in /etc/dovecot.conf (RHEL/CentOS) or /etc/dovecot/dovecot.conf (Debian/Ubuntu):<br /></p><div class="codebox"><pre><code>    sieve_global_path = /var/vmail/sieve/dovecot.sieve</code></pre></div><p>And you will find a sample file in the same directory.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Mon, 12 Oct 2009 06:23:28 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post1454.html#p1454</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is spamassassin working?]]></title>
			<link>http://www.iredmail.org/forum/post1453.html#p1453</link>
			<description><![CDATA[<p>Thank you, now it is working.</p><p>Do you have any idea how can I configure the server to move the messages marked as spam to the Junk folder automatically? Would it work using procmail?</p>]]></description>
			<author><![CDATA[null@example.com (maxie_ro)]]></author>
			<pubDate>Mon, 12 Oct 2009 06:19:22 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post1453.html#p1453</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is spamassassin working?]]></title>
			<link>http://www.iredmail.org/forum/post1440.html#p1440</link>
			<description><![CDATA[<p>Please read iRedAdmin FAQ for administrator first:<br /><a href="http://www.iredmail.org/faq.html">http://www.iredmail.org/faq.html</a></p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Sun, 11 Oct 2009 14:24:06 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post1440.html#p1440</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is spamassassin working?]]></title>
			<link>http://www.iredmail.org/forum/post1439.html#p1439</link>
			<description><![CDATA[<p>And I also observed something strange: I put <br />$sa_tag_level_deflt&nbsp; = -9999;<br />in amavisd.conf but I get no spam headers...</p>]]></description>
			<author><![CDATA[null@example.com (maxie_ro)]]></author>
			<pubDate>Sun, 11 Oct 2009 12:40:28 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post1439.html#p1439</guid>
		</item>
		<item>
			<title><![CDATA[Is spamassassin working?]]></title>
			<link>http://www.iredmail.org/forum/post1438.html#p1438</link>
			<description><![CDATA[<p>Hello.</p><p>How can I make sure spamassassin is working? I use iRedOS 0.5, and I&#039;m receiving quite some spams. </p><p>I also tried blacklisting an email address on yahoo, to see if it&#039;s working, by entering:<br />blacklist_from xxx@yahoo.com</p><p>The result was that the email appears in /var/virusmail, but it&#039;s also in my Inbox. Shouldn&#039;t it be placed automatically in the junk folder?!</p><p>What should I configure so that blacklisted addresses and emails that have a score higher than 5 are placed in Junk?</p><p>Thanks.</p>]]></description>
			<author><![CDATA[null@example.com (maxie_ro)]]></author>
			<pubDate>Sun, 11 Oct 2009 12:01:03 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post1438.html#p1438</guid>
		</item>
	</channel>
</rss>
