<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[iRedMail — move mails which marked as SPAM into Junk folder Dont work [solved]]]></title>
	<link rel="self" href="http://www.iredmail.org/forum/feed-atom-topic452.xml" />
	<updated>2009-11-28T20:19:53Z</updated>
	<generator>PunBB</generator>
	<id>http://www.iredmail.org/forum/topic452-move-mails-which-marked-as-spam-into-junk-folder-dont-work-solved.html</id>
		<entry>
			<title type="html"><![CDATA[Re: move mails which marked as SPAM into Junk folder Dont work [solved]]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post1946.html#p1946" />
			<content type="html"><![CDATA[<p>webmail:~# ls -al /var/vmail/sieve/<br />total 24<br />drwx------&nbsp; 3 vmail vmail 4096 Out 21 19:38 .<br />drwx------&nbsp; 4 vmail vmail 4096 Out&nbsp; 6 21:00 ..<br />-rw-r--r--&nbsp; 1 root&nbsp; root&nbsp; &nbsp;111 Out 21 19:38 .dovecot.sieve<br />-rwx------&nbsp; 1 root&nbsp; root&nbsp; 2023 Nov 26 02:43 dovecot.sieve</p><p>now:<br />webmail:~# chown vmail.vmail /var/vmail/sieve/dovecot.sieve</p><p>webmail:~# ls -al /var/vmail/sieve/<br />total 28<br />drwx------&nbsp; 3 vmail vmail 4096 Nov 28 17:19 .<br />drwx------&nbsp; 4 vmail vmail 4096 Out&nbsp; 6 21:00 ..<br />-rw-r--r--&nbsp; 1 root&nbsp; root&nbsp; &nbsp;111 Out 21 19:38 .dovecot.sieve<br />-rwx------&nbsp; 1 vmail vmail 2023 Nov 26 02:43 dovecot.sieve<br />-rw-------&nbsp; 1 vmail vmail&nbsp; 112 Nov 28 17:19 dovecot.sievec<br />-r-x------&nbsp; 1 vmail vmail 1138 Out&nbsp; 6 21:01 dovecot.sieve.sample<br />drwx------ 20 vmail vmail 4096 Nov 27 08:19 fama.br</p><p>I hope this work now rsrs</p>]]></content>
			<author>
				<name><![CDATA[giorgiolago]]></name>
				<uri>http://www.iredmail.org/forum/user217.html</uri>
			</author>
			<updated>2009-11-28T20:19:53Z</updated>
			<id>http://www.iredmail.org/forum/post1946.html#p1946</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: move mails which marked as SPAM into Junk folder Dont work [solved]]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post1945.html#p1945" />
			<content type="html"><![CDATA[<p>So look in&nbsp; i /var/log/sieve.log see:</p><br /><p>deliver(user@fama.br): Nov 22 11:13:19 Error: fopen(/var/vmail/sieve/dovecot.sieve) failed: Permission denied</p><p>Permission probleman in global sieve file ?</p>]]></content>
			<author>
				<name><![CDATA[giorgiolago]]></name>
				<uri>http://www.iredmail.org/forum/user217.html</uri>
			</author>
			<updated>2009-11-28T20:17:32Z</updated>
			<id>http://www.iredmail.org/forum/post1945.html#p1945</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: move mails which marked as SPAM into Junk folder Dont work [solved]]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post1944.html#p1944" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>ZhangHuangbin wrote:</cite><blockquote><p>I added another item in the FAQ moment ago, please try it:</p><ul><li><p>Make sure your domain name is listed in /etc/amavisd.conf (RHEL/CentOS) or /etc/amavis/conf.d/50-user (Debian/Ubuntu). e.g.</p></li></ul><div class="codebox"><pre><code>@local_domains_maps = [&#039;demo.iredmail.org&#039;, &#039;a.cn&#039;];</code></pre></div></blockquote></div><p>My configuration:</p><p>@local_domains_maps = [&#039;email-server.fama.br&#039;, &#039;fama.br&#039;];</p><p>Still does not work ... <img src="http://www.iredmail.org/forum/img/smilies/sad.png" width="15" height="15" alt="sad" /></p>]]></content>
			<author>
				<name><![CDATA[giorgiolago]]></name>
				<uri>http://www.iredmail.org/forum/user217.html</uri>
			</author>
			<updated>2009-11-28T20:10:58Z</updated>
			<id>http://www.iredmail.org/forum/post1944.html#p1944</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: move mails which marked as SPAM into Junk folder Dont work [solved]]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post1942.html#p1942" />
			<content type="html"><![CDATA[<p>Also make sure that the user does not have sieve rules of his own (like &quot;out of office&quot;, forward, filters and so on), because in this case, the server global default sieve rule is skipped.</p>]]></content>
			<author>
				<name><![CDATA[maxie_ro]]></name>
				<uri>http://www.iredmail.org/forum/user381.html</uri>
			</author>
			<updated>2009-11-28T10:26:45Z</updated>
			<id>http://www.iredmail.org/forum/post1942.html#p1942</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: move mails which marked as SPAM into Junk folder Dont work [solved]]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post1939.html#p1939" />
			<content type="html"><![CDATA[<p>I added another item in the FAQ moment ago, please try it:</p><ul><li><p>Make sure your domain name is listed in /etc/amavisd.conf (RHEL/CentOS) or /etc/amavis/conf.d/50-user (Debian/Ubuntu). e.g.</p></li></ul><div class="codebox"><pre><code>@local_domains_maps = [&#039;demo.iredmail.org&#039;, &#039;a.cn&#039;];</code></pre></div>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2009-11-28T00:42:50Z</updated>
			<id>http://www.iredmail.org/forum/post1939.html#p1939</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[move mails which marked as SPAM into Junk folder Dont work [solved]]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post1938.html#p1938" />
			<content type="html"><![CDATA[<p>I read this faq:<br /><a href="http://www.iredmail.org/forum/topic365-faq-how-to-move-mails-which-marked-as-spam-into-junk-folder.html">http://www.iredmail.org/forum/topic365- … older.html</a></p><p>I followed the tutorial, most emails are not sent to the junk folder, which could be happening?</p>]]></content>
			<author>
				<name><![CDATA[giorgiolago]]></name>
				<uri>http://www.iredmail.org/forum/user217.html</uri>
			</author>
			<updated>2009-11-27T16:53:26Z</updated>
			<id>http://www.iredmail.org/forum/post1938.html#p1938</id>
		</entry>
</feed>
