similar to: [PATCH] [dovecot 2.2.9] Quota warnings ignored with FS quotas

Displaying 20 results from an estimated 200 matches similar to: "[PATCH] [dovecot 2.2.9] Quota warnings ignored with FS quotas"

2015 Mar 23
1
[PATCH] [dovecot 2.2.9] Quota warnings ignored with FS quotas
On 17.02.2015 20:03, Micha? Gi?y?ski wrote: > > On 21.11.2014 20:04, Grzegorz Nosek wrote: >> Hi all, >> >> I noticed that in some circumstances quota warnings are ignored. The >> bug arises when both of the following are used: >> >> 1. percentage-based quota warnings, i.e.: >> >> quota_warning = storage=1%% quota-warning 1 %u >>
2015 Feb 17
0
[PATCH] [dovecot 2.2.9] Quota warnings ignored with FS quotas
On 21.11.2014 20:04, Grzegorz Nosek wrote: > Hi all, > > I noticed that in some circumstances quota warnings are ignored. The > bug arises when both of the following are used: > > 1. percentage-based quota warnings, i.e.: > > quota_warning = storage=1%% quota-warning 1 %u > > 2. filesystem quota backend (and probably others, except for quotas > configured
2007 Dec 11
2
quota_wrning not working for me (quota_rewrite patch for dovecot 1.0.8)
Hello, We are using dovecot 1.0.8 with LDAP authentication and extra variebles (like quota limit) storage. Since some of our users are asking for warning of quota use I have been playing around with the quota rewrite patch for dovecot 1.0.8 and found that it does not work for us as it is now. I've applied the patch recompiled dovecot reconfigured using the new "quota_warning"
2009 Sep 10
1
Question regarding reverse quota_warning
Hi Everyone, I have a question regarding reverse quota_warnings. I'm building a new setup, and I would like to block sending messages if a person is over his/her quota limit. Although this can be accomplished using a quota_warning script, I can't find how to accomplish the reverse. Has anyone tried to do something like this? By looking at the source code: ---- quote ---- if
2010 Dec 10
1
Quota warning generated when crossing on both sides
Hello everyone, I'm experimenting with the quota warning plugin. I have the following setting in Dovecot's general config: plugin { quota_warning = storage=75%% /var/www/contrib/doquotawarning.py 75 quota_warning2 = storage=90%% /var/www/contrib/doquotawarning.py 90 } The doquotawarning.py script is working okay -- meaning that the user gets a warning. My SQL backend uses the
2009 Mar 18
3
[LLVMdev] Status of LLVM's atomic intrinsics
Having implemented a GC for HLVM, I am now turning my attention to implementing a GC that supports parallelism. To do this, I would like to use atomic instructions as well as mutexes. What is the status of LLVM's atomic instrinsics (e.g. CAS)? Is anyone using them in real projects? I realised that an obvious test would be to compile some simple example programs with llvm-g++ instead of
2015 Apr 09
2
Trash Plugin bugs
dovecot v2.2.16 I've found a few bugs in Trash plugin. 1. If Quota set only messages limit (without storage limit) then Trash plugin does not expunge any message because Quota plugin sets too_large_r=TRUE. It's because quota_default_test_alloc function does not check if bytes_limit is set. /* if size is bigger than any limit, then it is bigger than the
2009 Jul 06
3
How to make big MySQL database more diffable/rsyncable? (aka rsyncing big files)
Hello group, I'm having a very hard time rsyncing efficiently a MySQL database which contains very large binary blobs. (Actually, it's the database of Mantis bug tracker [http://www.mantisbt.org/], with file attachments stored directly in the table rows. I know it's a bad idea from many other reasons, but let's say it was given to me as such.) First, I was dumping the
2009 Jan 15
2
Partial function application in R
Hello, in a desperate desire of using partial function application in R I fried out the following piece of code: bind <- function( f, ... ) { args <- list(...) function(...) f( ..., unlist(args) ) } Its purpose, if not clear, is to return a function with part of its arguments bound to specific values, so that I can for example create and use functions like this: q1 <- bind(
2017 Jan 24
1
Quota count does not work with lock_method=dotlock
On 24.01.2017 11:31, Tom Sommer wrote: > On 2017-01-24 10:25, Aki Tuomi wrote: >> On 24.01.2017 11:13, Tom Sommer wrote: >>> On 2017-01-18 15:27, mkliewe at gmx.de wrote: >>> >>>> dovecot crashes when I switch the quota tracking from dict to count. >>> >>> I have the same problem, but I use 'dict:file' as quota backend - >>>
2003 Sep 05
3
Hardware IAX phone (please read and reply!)
Hello all! I've talked recently to the head of R&D dept. of Telkom Telos (www.telos.com.pl) - a big Polish company specialised in making phones. I gave them the idea of creating a cheap (cost-effective) hardware IP phone. The phone we discussed would include hardware support for IAX (though probably SIP/sth. else would be required too if it were to hit the market.. what do you
2003 Apr 01
4
low-cost * (newbie question)
hello all i'm interested in setting up a small pbx using asterisk and the primary goal is keeping the cost down. the general layout of the net is as folows: * 4 phone lines (2x isdn+ 2x analog) [or 2x isdn + 1x analog, as one might be put aside for a traditional phone/fax with no fancy stuff] * a server box * several client hosts (all linux with x) currently, the isdn lines are unused (to
2003 Dec 06
2
console sound
Hi, I have a RH9 system with an onboard VIA sound chip. According to the archives, VIA won't work for asterisk. So, I disabled the VIA and I purchased a Creative Labs "Soundblaster PCI 128-Voice" soundcard ($13). This card is on the "approved" RedHat list. However, the documentation inside the package says "VIBRA 128". Anyhow, kudzu doesn't see then
2003 Sep 17
2
using pci modem cards as fxs/fxo ports in *
Hi all, forgive the question but is it possible to use PCI modem cards (aka winmodem's) as FXO/FXS ports in * ? what about external modems like the USR Sportsters? Thanks in advance, Bryan. Bryan Nolen Lead Developer http://Arc.Net.AU http://cdonline.com.au
2003 Nov 20
8
tunnel iax via gnophone with ssh?
Hey all...I'm trying to use gnophone to connect to my asterisk box behind my firewall..I thought I could just setup a tunnel with something like ssh host.com -L5036:asteriskserver:5036 and just change my gnophone to connect to localhost:5036 but I never see anything happen on the asterisk server. I'm even trying this on the same network just in case there is something funky with NAT.
2009 Mar 18
0
[LLVMdev] Status of LLVM's atomic intrinsics
Jon Harrop wrote: > Having implemented a GC for HLVM, I am now turning my attention to > implementing a GC that supports parallelism. To do this, I would like to use > atomic instructions as well as mutexes. What is the status of LLVM's atomic > instrinsics (e.g. CAS)? Is anyone using them in real projects? > > I realised that an obvious test would be to compile some
2003 Sep 13
9
LineJack + Asterisk HELP!
Hello, I have ISA card LineJack. I could not find any information if this card can work as fxo with Asterisk. If it can work, can somebody point me how to install it on my Asterisk box. Or maybe there is some documentation about it how to install LineJack. I will be very thankful for any help. Regards Bartosz Jozwiak ------------------------------------------------- This mail sent through IMP:
2013 Jan 17
0
possible: two private namespaces with different quota?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, in thread "how to setup different quota for multiple namespaces" I tried to get an additional, private namespace "archive" with yet another quota. Every message, regardless if delivered to INBOX or archive, counts for both namespaces, the default one and the archive one. Furthermore the dict records the quota of the
2003 Nov 24
11
Picking an open channel (FXO port) for outbound calls
Greetings: I did some quick searching of my history of this list, and I tried a quick Google search as well, but perhaps someone on the list can quickly answer this question. I have a very nicely working Asterisk system at home with two Digium X100P FXO cards. When my SIP phones want to dial-out I have them setup to grab the first analog card (Zap/1) with the following extensions.conf segment:
2003 Apr 03
0
Re: Asterisk-Users digest, Vol 1 #235 - 5 msgs
asterisk-users-request@lists.digium.com wrote: >Send Asterisk-Users mailing list submissions to > asterisk-users@lists.digium.com > >To subscribe or unsubscribe via the World Wide Web, visit > http://lists.digium.com/mailman/listinfo/asterisk-users >or, via email, send a message with subject or body 'help' to > asterisk-users-request@lists.digium.com > >You can