<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[iRedMail — SPAM --> Quarantine]]></title>
	<link rel="self" href="http://www.iredmail.org/forum/feed-atom-topic4379.xml" />
	<updated>2013-04-04T16:03:37Z</updated>
	<generator>PunBB</generator>
	<id>http://www.iredmail.org/forum/topic4379-spam-quarantine.html</id>
		<entry>
			<title type="html"><![CDATA[Re: SPAM --> Quarantine]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post21295.html#p21295" />
			<content type="html"><![CDATA[<p>Please set &quot;$spam_quarantine_method = undef;&quot; in Amavisd config file.</p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2013-04-04T16:03:37Z</updated>
			<id>http://www.iredmail.org/forum/post21295.html#p21295</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SPAM --> Quarantine]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post21278.html#p21278" />
			<content type="html"><![CDATA[<p>I confirm this &quot;bug&quot;. Same here, quarantine is disabled but I still get files on quarantine folder.</p>]]></content>
			<author>
				<name><![CDATA[InWeb]]></name>
				<uri>http://www.iredmail.org/forum/user32755.html</uri>
			</author>
			<updated>2013-04-03T16:23:20Z</updated>
			<id>http://www.iredmail.org/forum/post21278.html#p21278</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SPAM --> Quarantine]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post20101.html#p20101" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[iron]]></name>
				<uri>http://www.iredmail.org/forum/user32509.html</uri>
			</author>
			<updated>2013-01-29T14:14:44Z</updated>
			<id>http://www.iredmail.org/forum/post20101.html#p20101</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SPAM --> Quarantine]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post20011.html#p20011" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2013-01-24T15:57:19Z</updated>
			<id>http://www.iredmail.org/forum/post20011.html#p20011</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SPAM --> Quarantine]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post19984.html#p19984" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[iron]]></name>
				<uri>http://www.iredmail.org/forum/user32509.html</uri>
			</author>
			<updated>2013-01-22T15:16:50Z</updated>
			<id>http://www.iredmail.org/forum/post19984.html#p19984</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SPAM --> Quarantine]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post19981.html#p19981" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2013-01-22T03:34:50Z</updated>
			<id>http://www.iredmail.org/forum/post19981.html#p19981</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SPAM --> Quarantine]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post19963.html#p19963" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[iron]]></name>
				<uri>http://www.iredmail.org/forum/user32509.html</uri>
			</author>
			<updated>2013-01-21T10:47:25Z</updated>
			<id>http://www.iredmail.org/forum/post19963.html#p19963</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SPAM --> Quarantine]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post19952.html#p19952" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2013-01-20T06:25:42Z</updated>
			<id>http://www.iredmail.org/forum/post19952.html#p19952</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SPAM --> Quarantine]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post19927.html#p19927" />
			<content type="html"><![CDATA[<p>Yes, file exists in /var/lib/amavis/virusmails</p><br /><p>Thanks</p>]]></content>
			<author>
				<name><![CDATA[iron]]></name>
				<uri>http://www.iredmail.org/forum/user32509.html</uri>
			</author>
			<updated>2013-01-17T16:30:29Z</updated>
			<id>http://www.iredmail.org/forum/post19927.html#p19927</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SPAM --> Quarantine]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post19926.html#p19926" />
			<content type="html"><![CDATA[<p>- Does file spam-fYopdmsbn.gz exist?<br />- It says &quot;Passed&quot;, that means it&#039;s not quarantined anywhere.</p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2013-01-17T15:19:11Z</updated>
			<id>http://www.iredmail.org/forum/post19926.html#p19926</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[SPAM --> Quarantine]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post19924.html#p19924" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[iron]]></name>
				<uri>http://www.iredmail.org/forum/user32509.html</uri>
			</author>
			<updated>2013-01-17T14:21:50Z</updated>
			<id>http://www.iredmail.org/forum/post19924.html#p19924</id>
		</entry>
</feed>
