<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — Features iRedAdmin-Pro-MySQL]]></title>
		<link>https://forum.iredmail.org/topic1994-features-iredadminpromysql.html</link>
		<atom:link href="https://forum.iredmail.org/feed-rss-topic1994.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Features iRedAdmin-Pro-MySQL.]]></description>
		<lastBuildDate>Wed, 18 May 2011 07:13:40 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Features iRedAdmin-Pro-MySQL]]></title>
			<link>https://forum.iredmail.org/post9593.html#p9593</link>
			<description><![CDATA[<div class="quotebox"><cite>ZhangHuangbin wrote:</cite><blockquote><p>SpamAssassin will insert SPAM related headers/flags in email, what you need to do is moving these SPAM into Spam/Junk folders automatically.</p><p>You can find settings like below in /etc/dovecot.conf (RHEL/CentOS) or /etc/dovecot/dovecot.conf (Debian/Ubuntu/openSUSE):<br /></p><div class="codebox"><pre><code>protocol lda {
     [...]
     sieve_global_path = /var/vmail/sieve/dovecot.sieve
     [...]
}</code></pre></div><p>And you can find a sample sieve rule here: /var/vmail/sieve/dovecot.sieve.sample, simple rename it to &quot;/var/vmail/sieve/dovecot.sieve&quot; will move SPAM mails into Spam/Junk folder.</p></blockquote></div><p>sorry Zhang,<br />this solution (dovecot.sieve rename) works even if i have enabled &quot;quarantene&quot;? </p><p>bye bye and thanks!!<br />Luciano</p>]]></description>
			<author><![CDATA[null@example.com (luciono)]]></author>
			<pubDate>Wed, 18 May 2011 07:13:40 +0000</pubDate>
			<guid>https://forum.iredmail.org/post9593.html#p9593</guid>
		</item>
		<item>
			<title><![CDATA[Re: Features iRedAdmin-Pro-MySQL]]></title>
			<link>https://forum.iredmail.org/post9551.html#p9551</link>
			<description><![CDATA[<div class="quotebox"><cite>M Martinatti wrote:</cite><blockquote><p>But this mail server will provide other domains. For each new domain set up I must manually enter the 50-user file for Amavis add spam info headers?</p></blockquote></div><p>Yes. Amavisd can&#039;t lookup new mail domains from MySQL/LDAP.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Mon, 16 May 2011 14:27:37 +0000</pubDate>
			<guid>https://forum.iredmail.org/post9551.html#p9551</guid>
		</item>
		<item>
			<title><![CDATA[Re: Features iRedAdmin-Pro-MySQL]]></title>
			<link>https://forum.iredmail.org/post9550.html#p9550</link>
			<description><![CDATA[<p>OK!<br />The settings in 20-debian_default are correct ($sa_spam_subject_tag = &#039;***SPAM*** &#039;; $sa_tag_level_deflt&nbsp; = 2.0; $sa_tag2_level_deflt = 6.31; $sa_kill_level_deflt = 6.31;).<br />In file 50-user just configured the local domain (default domain configured on installation iRedMail).<br />But this mail server will provide other domains. For each new domain set up I must manually enter the 50-user file for Amavis add spam info headers?</p>]]></description>
			<author><![CDATA[null@example.com (M Martinatti)]]></author>
			<pubDate>Mon, 16 May 2011 14:17:26 +0000</pubDate>
			<guid>https://forum.iredmail.org/post9550.html#p9550</guid>
		</item>
		<item>
			<title><![CDATA[Re: Features iRedAdmin-Pro-MySQL]]></title>
			<link>https://forum.iredmail.org/post9522.html#p9522</link>
			<description><![CDATA[<p>It&#039;s defined in /etc/amavis/conf.d/20-debian_defaults on Debian/Ubuntu.<br /></p><div class="codebox"><pre><code>$sa_tag_level_deflt  = 2.0;  # add spam info headers if at, or above that level
$sa_tag2_level_deflt = 6.31; # add &#039;spam detected&#039; headers at that level
$sa_kill_level_deflt = 6.31; # triggers spam evasive actions</code></pre></div><p>Your mail log shows its spam score is &quot;Hits: 9.948&quot;:<br /></p><div class="quotebox"><cite>M Martinatti wrote:</cite><blockquote><p>May 13 02:39:42 plug-psmtp2 amavis[1632]: (01632-08) Passed SPAM, LOCAL [189.84.27.26] [189.84.26.60] &lt;contato@superlitoral.com.br&gt; -&gt; &lt;xxxxxx@xxxxx.xxx&gt;, quarantine: x/spam-xk06Mj8tRJ8P.gz, mail_id: xk06Mj8tRJ8P, <span style="color:red">Hits: 9.948</span>, size: 1895, queued_as: 58BFD200067, 4105 ms</p></blockquote></div><p>Did you add this mail domain in Amavisd &quot;@local_domains_maps&quot; in /etc/amavis/conf.d/50-user? like below:<br /></p><div class="codebox"><pre><code>@local_domains_maps = [&#039;u1004.iredmail.org&#039;, &#039;YOUR_DOMAIN_NAME&#039;];</code></pre></div><p>Don&#039;t forget to restart amavis service to load changes.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Sat, 14 May 2011 02:19:02 +0000</pubDate>
			<guid>https://forum.iredmail.org/post9522.html#p9522</guid>
		</item>
		<item>
			<title><![CDATA[Re: Features iRedAdmin-Pro-MySQL]]></title>
			<link>https://forum.iredmail.org/post9510.html#p9510</link>
			<description><![CDATA[<p>No such file amavisd.conf in&nbsp; /etc, /etc/amavis or /usr/share/amavis . In any of the files in conf.d directory, no reference to the settings.</p><p>Please let me where is located the configuration file. </p><p>Tks</p>]]></description>
			<author><![CDATA[null@example.com (M Martinatti)]]></author>
			<pubDate>Fri, 13 May 2011 19:54:18 +0000</pubDate>
			<guid>https://forum.iredmail.org/post9510.html#p9510</guid>
		</item>
		<item>
			<title><![CDATA[Re: Features iRedAdmin-Pro-MySQL]]></title>
			<link>https://forum.iredmail.org/post9509.html#p9509</link>
			<description><![CDATA[<p>Can you show us below settings in Amavisd config file:</p><p>sa_tag_level_deflt<br />sa_tag2_level_deflt<br />sa_kill_level_deflt</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Fri, 13 May 2011 16:19:14 +0000</pubDate>
			<guid>https://forum.iredmail.org/post9509.html#p9509</guid>
		</item>
		<item>
			<title><![CDATA[Re: Features iRedAdmin-Pro-MySQL]]></title>
			<link>https://forum.iredmail.org/post9506.html#p9506</link>
			<description><![CDATA[<p>I found the following entry in amavis log :</p><p>&lt;&lt;&lt; <br />May 13 02:39:42 plug-psmtp2 postfix/smtpd[11768]: 58BFD200067: client=plug-psmtp2.xxxxx.xxx[127.0.0.1]<br />May 13 02:39:42 plug-psmtp2 postfix/cleanup[11758]: 58BFD200067: message-id=&lt;20110513053942.58BFD200067@plug-psmtp2.xxxxx.xxx&gt;<br />May 13 02:39:42 plug-psmtp2 postfix/qmgr[1860]: 58BFD200067: from=&lt;contato@superlitoral.com.br&gt;, size=2707, nrcpt=1 (queue active)<br />May 13 02:39:42 plug-psmtp2 amavis[1632]: (01632-08) Passed SPAM, LOCAL [189.84.27.26] [189.84.26.60] &lt;contato@superlitoral.com.br&gt; -&gt; &lt;xxxxxx@xxxxx.xxx&gt;, quarantine: x/spam-xk06Mj8tRJ8P.gz, mail_id: xk06Mj8tRJ8P, Hits: 9.948, size: 1895, queued_as: 58BFD200067, 4105 ms<br />May 13 02:39:42 plug-psmtp2 postfix/smtp[11763]: 2992C200066: to=&lt;xxxxxx@xxxxx.xxx&gt;, relay=127.0.0.1[127.0.0.1]:10024, delay=4.4, delays=0.17/0.02/0.01/4.2, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=01632-08, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 58BFD200067)<br />May 13 02:39:42 plug-psmtp2 postfix/pipe[11769]: 58BFD200067: to=&lt;xxxxxx@xxxxx.xxx&gt;, relay=dovecot, delay=0.39, delays=0.04/0.02/0/0.33, dsn=2.0.0, status=sent (delivered via dovecot service)<br />May 13 02:39:42 plug-psmtp2 postfix/qmgr[1860]: 58BFD200067: removed<br />&gt;&gt;&gt;</p><p>But the message was delivered to the mailbox without SPAM flag in the header. See:</p><p>Return-Path: &lt;contato@superlitoral.com.br&gt;<br />Delivered-To: xxxxxx@xxxxx.xxx<br />Received: from localhost (plug-psmtp2.xxxxx.xxx [127.0.0.1])<br />&nbsp; &nbsp; by plug-psmtp2.xxxxx.xxx (Postfix) with ESMTP id 58BFD200067<br />&nbsp; &nbsp; for &lt;xxxxxx@xxxxx.xxx&gt;; Fri, 13 May 2011 02:39:42 -0300 (BRT)<br />X-Virus-Scanned: Debian amavisd-new at plug01<br />X-Amavis-Alert: BAD HEADER SECTION, Non-encoded 8-bit data (char E7 hex):<br />&nbsp; &nbsp; Subject: Planos de Saude melhores hospitais melhor pre\347o<br />Received: from plug-psmtp2.xxxxx.xxx ([127.0.0.1])<br />&nbsp; &nbsp; by localhost (plug-psmtp2.xxxxx.xxx [127.0.0.1]) (amavisd-new, port 10024)<br />&nbsp; &nbsp; with ESMTP id xk06Mj8tRJ8P for &lt;xxxxxx@xxxxx.xxx&gt;;<br />&nbsp; &nbsp; Fri, 13 May 2011 02:39:38 -0300 (BRT)<br />X-Original-Helo: 152.tvwww.com.br (iRedMail: <a href="http://www.iredmail.org/)">http://www.iredmail.org/)</a><br />Received: from 152.tvwww.com.br (unknown [189.84.27.26])<br />&nbsp; &nbsp; by plug-psmtp2.xxxxx.xxx (Postfix) with ESMTPS id 2992C200066<br />&nbsp; &nbsp; for &lt;xxxxxx@xxxxx.xxx&gt;; Fri, 13 May 2011 02:39:38 -0300 (BRT)<br />Received: (qmail 10375 invoked by uid 507); 13 May 2011 00:40:42 -0300<br />Received: from unknown (HELO User) (contato@tvwww.com.br@189.84.26.60)<br />&nbsp; &nbsp; by 152.tvwww.com.br with SMTP; 13 May 2011 00:40:42 -0300<br />From: &quot;Planos de Saude Notredame&quot;&lt;contato@superlitoral.com.br&gt;<br />To: Notredame@plug-psmtp2.xxxxx.xxx,<br />&nbsp; &nbsp; Planos@plug-psmtp2.xxxxx.xxx, de@plug-psmtp2.xxxxx.xxx,<br />&nbsp; &nbsp; Saude@plug-psmtp2.xxxxx.xxx<br />Subject: Planos de Saude melhores hospitais melhor preo<br />Date: Fri, 13 May 2011 02:25:54 -0300<br />MIME-Version: 1.0<br />Content-Type: text/html;<br />&nbsp; &nbsp; charset=&quot;iso-8859-1&quot;<br />Content-Transfer-Encoding: 7bit<br />X-Priority: 3<br />X-MSMail-Priority: Normal<br />X-Mailer: Microsoft Outlook Express 6.00.2800.1081<br />X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1081<br />Message-Id: &lt;20110513053942.58BFD200067@plug-psmtp2.xxxxx.xxx&gt;</p><p>What action is indicated in these entries:</p><p>plug-psmtp2 amavis[1632]: (01632-08) Passed SPAM, LOCAL [189.84.27.26] [189.84.26.60] &lt;contato@superlitoral.com.br&gt; -&gt; &lt;xxxxxx@xxxxx.xxx&gt;, quarantine: x/spam-xk06Mj8tRJ8P.gz</p><p>(Passed SPAM&nbsp; AND&nbsp; quarantine: x/spam-xk06Mj8tRJ8P.gz)</p><p>Thanks for your support at this early stage</p>]]></description>
			<author><![CDATA[null@example.com (M Martinatti)]]></author>
			<pubDate>Fri, 13 May 2011 15:15:15 +0000</pubDate>
			<guid>https://forum.iredmail.org/post9506.html#p9506</guid>
		</item>
		<item>
			<title><![CDATA[Re: Features iRedAdmin-Pro-MySQL]]></title>
			<link>https://forum.iredmail.org/post9500.html#p9500</link>
			<description><![CDATA[<p>You can check spam status in Amavisd log file, it&#039;s /var/log/maillog (RHEL/CentOS/FreeBSD) or /var/log/mail.log (Debian/Ubuntu) or /var/log/mail (openSUSE).</p><p>For example:<br /></p><div class="codebox"><pre><code># grep &#039;amavis&#039; /var/log/maillog</code></pre></div><p>Search &#039;RBL&#039; in this forum will give you some useful reference posts:<br /><a href="http://www.iredmail.org/forum/search.html">http://www.iredmail.org/forum/search.html</a></p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Fri, 13 May 2011 13:37:29 +0000</pubDate>
			<guid>https://forum.iredmail.org/post9500.html#p9500</guid>
		</item>
		<item>
			<title><![CDATA[Re: Features iRedAdmin-Pro-MySQL]]></title>
			<link>https://forum.iredmail.org/post9498.html#p9498</link>
			<description><![CDATA[<p>Hi,<br />I have checked the messages as they come - a lot of spam - have no flag in headers SPAM-xxx. Does SpamAssassin is not working?<br />How can I also implement checking of RBLs?<br />Tks</p>]]></description>
			<author><![CDATA[null@example.com (M Martinatti)]]></author>
			<pubDate>Fri, 13 May 2011 12:57:51 +0000</pubDate>
			<guid>https://forum.iredmail.org/post9498.html#p9498</guid>
		</item>
		<item>
			<title><![CDATA[Re: Features iRedAdmin-Pro-MySQL]]></title>
			<link>https://forum.iredmail.org/post9464.html#p9464</link>
			<description><![CDATA[<p>SpamAssassin will insert SPAM related headers/flags in email, what you need to do is moving these SPAM into Spam/Junk folders automatically.</p><p>You can find settings like below in /etc/dovecot.conf (RHEL/CentOS) or /etc/dovecot/dovecot.conf (Debian/Ubuntu/openSUSE):<br /></p><div class="codebox"><pre><code>protocol lda {
     [...]
     sieve_global_path = /var/vmail/sieve/dovecot.sieve
     [...]
}</code></pre></div><p>And you can find a sample sieve rule here: /var/vmail/sieve/dovecot.sieve.sample, simple rename it to &quot;/var/vmail/sieve/dovecot.sieve&quot; will move SPAM mails into Spam/Junk folder.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Thu, 12 May 2011 15:25:26 +0000</pubDate>
			<guid>https://forum.iredmail.org/post9464.html#p9464</guid>
		</item>
		<item>
			<title><![CDATA[Re: Features iRedAdmin-Pro-MySQL]]></title>
			<link>https://forum.iredmail.org/post9462.html#p9462</link>
			<description><![CDATA[<p>The question above relates to the possibility of setting up automatic filters for incoming messages and classified as spam and they are saved in the spam (junk) users.</p><p>So is writing SpamAssassin flags in the headers of incoming messages? There is another way that can be done this sort and filter?</p>]]></description>
			<author><![CDATA[null@example.com (M Martinatti)]]></author>
			<pubDate>Thu, 12 May 2011 15:18:03 +0000</pubDate>
			<guid>https://forum.iredmail.org/post9462.html#p9462</guid>
		</item>
		<item>
			<title><![CDATA[Re: Features iRedAdmin-Pro-MySQL]]></title>
			<link>https://forum.iredmail.org/post9457.html#p9457</link>
			<description><![CDATA[<div class="quotebox"><cite>M Martinatti wrote:</cite><blockquote><p>Why Spamassasim is disabled by default?</p></blockquote></div><p>SpamAssassin will be invoked by Amavisd, so we don&#039;t need daemon &quot;spamd&quot; running.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Thu, 12 May 2011 14:22:30 +0000</pubDate>
			<guid>https://forum.iredmail.org/post9457.html#p9457</guid>
		</item>
		<item>
			<title><![CDATA[Re: Features iRedAdmin-Pro-MySQL]]></title>
			<link>https://forum.iredmail.org/post9456.html#p9456</link>
			<description><![CDATA[<p>Hello,<br />I started using iRedMail recently and am still studying its operation to start the migration of our current platform.<br />Why Spamassasim is disabled by default? It is recommended to activate it? How to activate it to work in conjunction with other applications?<br />Very tks</p>]]></description>
			<author><![CDATA[null@example.com (M Martinatti)]]></author>
			<pubDate>Thu, 12 May 2011 13:56:18 +0000</pubDate>
			<guid>https://forum.iredmail.org/post9456.html#p9456</guid>
		</item>
		<item>
			<title><![CDATA[Re: Features iRedAdmin-Pro-MySQL]]></title>
			<link>https://forum.iredmail.org/post9454.html#p9454</link>
			<description><![CDATA[<p>It&#039;s on my todo list, hope i can achieve it in v1.3.0.<br />To implement them manually:<br /><a href="http://policyd.sourceforge.net/readme.html">http://policyd.sourceforge.net/readme.html</a></p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Thu, 12 May 2011 12:56:43 +0000</pubDate>
			<guid>https://forum.iredmail.org/post9454.html#p9454</guid>
		</item>
		<item>
			<title><![CDATA[Features iRedAdmin-Pro-MySQL]]></title>
			<link>https://forum.iredmail.org/post9451.html#p9451</link>
			<description><![CDATA[<p>Hi,<br />Is there any possibility of design or inclusion of features for &quot;Sender &amp; Recipient Throttling&quot; (Max message size of outgoing email single, Max message size of all outgoing emails per unit time, Number of outgoing emails max per time unit, Number of incoming emails max per time unit) for iRedAdmin-Pro-MySQL?<br />Or how to implement this manually?<br />Tks</p>]]></description>
			<author><![CDATA[null@example.com (M Martinatti)]]></author>
			<pubDate>Thu, 12 May 2011 12:18:40 +0000</pubDate>
			<guid>https://forum.iredmail.org/post9451.html#p9451</guid>
		</item>
	</channel>
</rss>
