<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — Cluebringer quota check]]></title>
		<link>http://www.iredmail.org/forum/topic4029-cluebringer-quota-check.html</link>
		<atom:link href="http://www.iredmail.org/forum/feed-rss-topic4029.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Cluebringer quota check.]]></description>
		<lastBuildDate>Tue, 16 Oct 2012 14:16:29 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Cluebringer quota check]]></title>
			<link>http://www.iredmail.org/forum/post18650.html#p18650</link>
			<description><![CDATA[<p>Are you running cluebringer-2.0.11? I cannot see the root cause with debug log, i suggest posting this issue in Cluebringer mailing list directly: <a href="http://wiki.policyd.org/#troubleshooting">http://wiki.policyd.org/#troubleshooting</a></p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Tue, 16 Oct 2012 14:16:29 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post18650.html#p18650</guid>
		</item>
		<item>
			<title><![CDATA[Cluebringer quota check]]></title>
			<link>http://www.iredmail.org/forum/post18640.html#p18640</link>
			<description><![CDATA[<p>Hi,</p><p>I have a problem with configuration and testing of cluebringer. Cluebringer has 5 default policies and two groups. <br />I add my domains to internal_domains. Ip range 10.0.0.0/8 in internal_ips was unchanged.</p><p>Quotas/configure/add quota</p><p>Default Outbound &nbsp; &nbsp; Outgoing mails per sender &nbsp; &nbsp; Sender:user@domain &nbsp; &nbsp; 3600 &nbsp; &nbsp; REJECT &nbsp; &nbsp; &nbsp; &nbsp; no<br />Default Outbound &nbsp; &nbsp; Outgoing mails per auth sender &nbsp; &nbsp; SASLUsername &nbsp; &nbsp; 3600 &nbsp; &nbsp; REJECT &nbsp; &nbsp; &nbsp; &nbsp; no</p><p>Both of them are bind with limit MessageCount = 4 (for testing).<br />But it does not works. I am able to send more than 5 email from local user(mailbox) to my internet mail (gmail) account without restrictions.</p><p>After turned debbuging of cluebringer on, I have seen tcp connects but no actions (like counting emails).<br />log_level=4</p><p>/var/log/cbpolicyd.log</p><p>[2012/10/15-22:46:56 - 13050] [CORE] INFO: Starting &quot;1&quot; children<br />[2012/10/15-22:46:56 - 13052] [CORE] INFO: 2012/10/15-22:46:56 CONNECT TCP Peer: &quot;127.0.0.1:35415&quot; Local: &quot;127.0.0.1:10031&quot;<br />[2012/10/15-22:46:56 - 13084] [CORE] DEBUG: Child Preforked (13084)<br />[2012/10/15-22:46:56 - 13084] [CBPOLICYD] DEBUG: Starting up caching engine<br />[2012/10/15-22:46:57 - 13053] [CORE] INFO: 2012/10/15-22:46:57 CONNECT TCP Peer: &quot;127.0.0.1:35421&quot; Local: &quot;127.0.0.1:10031&quot;<br />[2012/10/15-22:47:01 - 13056] [CORE] INFO: 2012/10/15-22:47:01 CONNECT TCP Peer: &quot;127.0.0.1:35430&quot; Local: &quot;127.0.0.1:10031&quot;<br />[2012/10/15-22:47:02 - 13052] [CORE] INFO: 2012/10/15-22:47:02 CONNECT TCP Peer: &quot;127.0.0.1:35431&quot; Local: &quot;127.0.0.1:10031&quot;<br />[2012/10/15-22:47:06 - 13056] [CORE] INFO: 2012/10/15-22:47:06 CONNECT TCP Peer: &quot;127.0.0.1:35440&quot; Local: &quot;127.0.0.1:10031&quot;<br />[2012/10/15-22:47:07 - 13052] [CORE] INFO: 2012/10/15-22:47:07 CONNECT TCP Peer: &quot;127.0.0.1:35441&quot; Local: &quot;127.0.0.1:10031&quot;<br />[2012/10/15-22:47:11 - 13056] [CORE] INFO: 2012/10/15-22:47:11 CONNECT TCP Peer: &quot;127.0.0.1:35452&quot; Local: &quot;127.0.0.1:10031&quot;<br />[2012/10/15-22:47:12 - 13084] [CORE] INFO: 2012/10/15-22:47:12 CONNECT TCP Peer: &quot;127.0.0.1:35453&quot; Local: &quot;127.0.0.1:10031&quot;<br />[2012/10/15-22:47:15 - 13053] [CORE] INFO: 2012/10/15-22:47:15 CONNECT TCP Peer: &quot;127.0.0.1:35462&quot; Local: &quot;127.0.0.1:10031&quot;<br />[2012/10/15-22:47:16 - 13084] [CORE] INFO: 2012/10/15-22:47:16 CONNECT TCP Peer: &quot;127.0.0.1:35463&quot; Local: &quot;127.0.0.1:10031&quot;<br />[2012/10/15-22:47:20 - 13055] [CORE] INFO: 2012/10/15-22:47:20 CONNECT TCP Peer: &quot;127.0.0.1:35472&quot; Local: &quot;127.0.0.1:10031&quot;<br />[2012/10/15-22:47:21 - 13056] [CORE] INFO: 2012/10/15-22:47:21 CONNECT TCP Peer: &quot;127.0.0.1:35473&quot; Local: &quot;127.0.0.1:10031&quot;<br />[2012/10/15-22:48:01 - 13050] [CORE] INFO: Killing &quot;1&quot; children<br />[2012/10/15-22:48:01 - 13054] [CBPOLICYD] DEBUG: Shutting down caching engine (13054)</p><br /><p>Where is the problem?</p><p>Pavel</p><br /><p>==== Required information ====<br />- iRedMail version: 0.8.3<br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL): PGSQL<br />- Linux/BSD distribution name and version: SL6.3<br />- Related log if you&#039;re reporting an issue: <br />====</p>]]></description>
			<author><![CDATA[null@example.com (kislik)]]></author>
			<pubDate>Mon, 15 Oct 2012 23:17:58 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post18640.html#p18640</guid>
		</item>
	</channel>
</rss>
