>>>>On 05/31/12 11:06, Bulent Malik wrote:
>>>> On 28/05/2012 22:03, Bulent Malik wrote:
>>>> There is an info in UPGRADING;
>>>> What does r348 mean ? my version v2.0.11a-debian . In that case, 
>>>> what is my revision  ?
>>> Unfortunately we can only support packages distributed on the 
>>> official
>> site. If you installed policyd another way it's best to contact the 
>> packager/s and find out how to upgrade.
>>
>>> You are more than welcome to download the tar.gz from
>> http://policyd.org/content/download and install it by following the 
>> instructions in the INSTALL file. From there we can identify the 
>> problem and resolve it.>Again - a detailed report on what you're 
>> experiencing will help us better understand what's going on.
>>
>>> - Robert
>> What is revision ( r )  for Cluebringer-2.0.11 ?
>> What does r348 mean ?

>r348 is the old subversion revision numbers. This is generally used for the 
>development snapshot/versions of Policyd/Cluebringer.

>I'm pretty sure you can ignore any upgrade statements that include rXXX 
>numbers. Unless you're upgrading from a very very old development snapshot.

Ok then   in the latest snapshot, there is an upgrading file

UPDATE quotas_limits, quotas_tracking
                SET quotas_limits.CounterLimit = 
ceil(quotas_limits.CounterLimit / 1024),
                quotas_tracking.Counter = ceil(quotas_tracking.Counter / 1024)
                WHERE quotas_tracking.QuotasLimitsID = quotas_limits.ID
                AND quotas_limits.Type = "MessageCumulativeSize";

UPDATE session_tracking SET Size = ceil(Size / 1024);
I am execute above .

But my cluebringer version didn't update is still 2.0.11. am I to replace some 
files?
Actually, is there a patch for upgrade ?


I restarted the services (cluebringer and postfix ) but there is no change the 
situation.
For exceeded limit mails if I select defer postfix rejects but i select hold  
postfix holds ( OK )   or i select discard postfix discard ( OK ).
Namely  the defer feature  doesn't work.
 



_______________________________________________
Users mailing list
[email protected]
http://lists.policyd.org/mailman/listinfo/users

Reply via email to