<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — SPAM --> Quarantine]]></title>
		<link>http://www.iredmail.org/forum/topic4379-spam-quarantine.html</link>
		<atom:link href="http://www.iredmail.org/forum/feed-rss-topic4379.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in SPAM --> Quarantine.]]></description>
		<lastBuildDate>Thu, 04 Apr 2013 16:03:37 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: SPAM --> Quarantine]]></title>
			<link>http://www.iredmail.org/forum/post21295.html#p21295</link>
			<description><![CDATA[<p>Please set &quot;$spam_quarantine_method = undef;&quot; in Amavisd config file.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Thu, 04 Apr 2013 16:03:37 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post21295.html#p21295</guid>
		</item>
		<item>
			<title><![CDATA[Re: SPAM --> Quarantine]]></title>
			<link>http://www.iredmail.org/forum/post21278.html#p21278</link>
			<description><![CDATA[<p>I confirm this &quot;bug&quot;. Same here, quarantine is disabled but I still get files on quarantine folder.</p>]]></description>
			<author><![CDATA[null@example.com (InWeb)]]></author>
			<pubDate>Wed, 03 Apr 2013 16:23:20 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post21278.html#p21278</guid>
		</item>
		<item>
			<title><![CDATA[Re: SPAM --> Quarantine]]></title>
			<link>http://www.iredmail.org/forum/post20101.html#p20101</link>
			<description><![CDATA[<p>I notice that also a banned mails are quarantine.<br />session log: <br />Passed BANNED, LOCAL [x.x.x.x] [y.y.y.y] &lt;sender&gt; -&gt; &lt;recipient&gt;, quarantine: &quot;some letter (A,B...)&quot;/banned-AIMkZd8I0E2H</p><p>file exists in /var/lib/amavis/virusmails</p><p>can I just delete files, or it&#039;s necessary to update some index?</p><br /><p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (iron)]]></author>
			<pubDate>Tue, 29 Jan 2013 14:14:44 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post20101.html#p20101</guid>
		</item>
		<item>
			<title><![CDATA[Re: SPAM --> Quarantine]]></title>
			<link>http://www.iredmail.org/forum/post20011.html#p20011</link>
			<description><![CDATA[<p>No idea at all, sorry.</p><p>- Does it work if you set &quot;$spam_quarantine_method = undef;&quot; in /etc/amavis/conf.d/50-user? (Restarting Amavisd service is required after you added this parameter.)<br />- Since the SPAM is bypassed and delivered to user mailbox, it&#039;s SAFE to delete quarantined one under /var/lib/amavis/virusmails/. File name of quarantined spam starts with &#039;spam-&#039;.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Thu, 24 Jan 2013 15:57:19 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post20011.html#p20011</guid>
		</item>
		<item>
			<title><![CDATA[Re: SPAM --> Quarantine]]></title>
			<link>http://www.iredmail.org/forum/post19984.html#p19984</link>
			<description><![CDATA[<p>Amavisd configuration file was not modified and it&#039;s a default install config.<br />Output of grep command:<br /></p><div class="codebox"><pre><code>15-av_scanners:    # the quarantine directory, and the quarantine option can not be disabled.
20-debian_defaults:$quarantine_subdir_levels = 1; # enable quarantine dir hashing
20-debian_defaults:$final_virus_destiny      = D_DISCARD;  # (data not lost, see virus quarantine)
50-user:# listen on multiple TCP ports. 9998 is used for releasing quarantined mails.
50-user:$mailfrom_to_quarantine = &#039;&#039;; # null return path; uses original sender if undef
50-user:# Port used to release quarantined mails.
50-user:# Don&#039;t quarantine mails with bad header.
50-user:$bad_header_quarantine_method = undef;
50-user:#$spam_quarantine_to = &#039;spam-quarantine&#039;;
50-user:#$spam_quarantine_method = &#039;sql:&#039;;
50-user:#$virus_quarantine_to     = &#039;virus-quarantine&#039;;
50-user:#$virus_quarantine_method = &#039;sql:&#039;;
50-user:#$banned_files_quarantine_method = &#039;sql:&#039;;
50-user:#$banned_quarantine_to = &#039;banned-quarantine&#039;;</code></pre></div><p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (iron)]]></author>
			<pubDate>Tue, 22 Jan 2013 15:16:50 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post19984.html#p19984</guid>
		</item>
		<item>
			<title><![CDATA[Re: SPAM --> Quarantine]]></title>
			<link>http://www.iredmail.org/forum/post19981.html#p19981</link>
			<description><![CDATA[<p>FYI:<br /></p><div class="quotebox"><blockquote><p>D_PASS:&nbsp; &nbsp; Mail will pass to recipients, regardless of bad contents. If a quarantine is configured, a copy of the mail will go there, if not, at least the recipient received the mail. Note that including a recipient in a @*_lovers_maps is functionally equivalent to setting $final_*_destiny = D_PASS; for that recipient.</p></blockquote></div><p>So, do you have any quarantine settings in Amavisd config file? Show us output of below command please:<br /></p><div class="codebox"><pre><code># cd /etc/amavis/conf.d/
# grep &#039;quarantine&#039; *</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Tue, 22 Jan 2013 03:34:50 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post19981.html#p19981</guid>
		</item>
		<item>
			<title><![CDATA[Re: SPAM --> Quarantine]]></title>
			<link>http://www.iredmail.org/forum/post19963.html#p19963</link>
			<description><![CDATA[<p>20-debian_defaults:$final_spam_destiny&nbsp; &nbsp; &nbsp; &nbsp;= D_BOUNCE;<br />50-user:$final_spam_destiny&nbsp; &nbsp; &nbsp; &nbsp;= D_PASS;</p><br /><br /><p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (iron)]]></author>
			<pubDate>Mon, 21 Jan 2013 10:47:25 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post19963.html#p19963</guid>
		</item>
		<item>
			<title><![CDATA[Re: SPAM --> Quarantine]]></title>
			<link>http://www.iredmail.org/forum/post19952.html#p19952</link>
			<description><![CDATA[<p>Could you please show me output of below commands to help troubleshoot:<br /></p><div class="codebox"><pre><code># cd /etc/amavis/conf.d/
# grep &#039;final_spam_destiny&#039; *</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Sun, 20 Jan 2013 06:25:42 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post19952.html#p19952</guid>
		</item>
		<item>
			<title><![CDATA[Re: SPAM --> Quarantine]]></title>
			<link>http://www.iredmail.org/forum/post19927.html#p19927</link>
			<description><![CDATA[<p>Yes, file exists in /var/lib/amavis/virusmails</p><br /><p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (iron)]]></author>
			<pubDate>Thu, 17 Jan 2013 16:30:29 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post19927.html#p19927</guid>
		</item>
		<item>
			<title><![CDATA[Re: SPAM --> Quarantine]]></title>
			<link>http://www.iredmail.org/forum/post19926.html#p19926</link>
			<description><![CDATA[<p>- Does file spam-fYopdmsbn.gz exist?<br />- It says &quot;Passed&quot;, that means it&#039;s not quarantined anywhere.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Thu, 17 Jan 2013 15:19:11 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post19926.html#p19926</guid>
		</item>
		<item>
			<title><![CDATA[SPAM --> Quarantine]]></title>
			<link>http://www.iredmail.org/forum/post19924.html#p19924</link>
			<description><![CDATA[<p>==== Required information ====<br />- iRedMail version: <br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL): <br />- Linux/BSD distribution name and version: <br />- Related log if you&#039;re reporting an issue: <br />==== ==== Required information ====<br />- iRedMail version: 0.8.3<br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP<br />- Linux/BSD distribution name and version: Debian<br />- Related log if you&#039;re reporting an issue: <br />==== </p><p>Hello,<br />by default quarantine&nbsp; is disabled <br />why in mail.log file the amavis session writes &quot;quarantine: filename&quot; as below?</p><p>Passed SPAM, LOCAL [x.x.x.x] [y.y.y.y] &lt;sender&gt; -&gt; &lt;recipient&gt;,<strong><span class="bbu"> quarantine: &quot;some letter (A,B...)&quot;/spam-fYopdmsbn.gz</span></strong></p><br /><p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (iron)]]></author>
			<pubDate>Thu, 17 Jan 2013 14:21:50 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post19924.html#p19924</guid>
		</item>
	</channel>
</rss>
