similar to: Settings for unlimited quota for some mailboxes

Displaying 20 results from an estimated 10000 matches similar to: "Settings for unlimited quota for some mailboxes"

2017 Aug 23
3
socketpair failed: Too many open files on Debian 9
Hi @all, after re-installing one of my two frontends/proxy-servers I get the following error messages after some time (sometimes after 1h, sometimes after 24h): 11:23:55 imap-login: Error: socketpair() failed: Too many open files 11:23:55 imap-login: Error: socketpair() failed: Too many open files 11:23:56 imap-login: Error: socketpair() failed: Too many open files 11:23:56 imap-login: Error:
2017 Aug 23
2
socketpair failed: Too many open files on Debian 9
I haven't done this on the old, working machine. So there must be a difference between Debian 7 and 9 how open files are handled? Regards Patrick Aki Tuomi schrieb: > You probably need to increase ulimit -n > > Aki > > > On 23.08.2017 14:10, Patrick Westenberg wrote: >> Hi @all, >> >> after re-installing one of my two frontends/proxy-servers I get
2006 Apr 17
1
Beta 7 maildir++ "unlimited quota"
Hi. It looks like Beta 7 is treating a zero quota in maildirsize as a literal quota value. The maildir++ specification says a zero quota means unlimited. Steve
2008 Aug 07
1
Unlimited quota in 1.1?
How do I set an unlimited quota for a user in 1.1? Setting it to 0 bytes worked in 1.0, but doesn't seem to work in 1.1 :-( david
2010 Sep 04
6
Problems with dovecot 2.0, sieve and mdbox
Hi guys, I tried to use a global sieve skript to sort spam mails into a subfolder of INBOX. I?m using mdbox. The log shows that the script is called and executed but it is not able to find or create the mailbox: Sep 4 15:18:55 mercury dovecot: lmtp(6237, mail at steulerfliesen.de): Debug: Namespace : Permission lookup failed from /var/mail/steulerfliesen.de/mail/mdbox/mailboxes/Spamverdacht
2016 Nov 30
0
Quota Clone not tracking unlimited quota
We are configuring 'Count quota' with 'Quota Clone Plugin' Everything is working perfectly when we set limit in quota_rule(quota_rule = *:bytes=500M). In case of unlimited quota(quota_rule = *:bytes=0) - Count quota is updating values * - Quota Clone plugin is not updating values in redis.* We have configured dovecot as mail_plugins = $mail_plugins quota quota_clone mail_log
2009 Jul 03
1
*Sort of Commercial* TracFone's $45 unlimited offer to 'stun' rivals
Great for Chan_Mobile and GSM modem for SMS in Kannel or if Asterisk supports SMS over GSM modem. I know chan_mobile had SMS in the future at one point but have not revisited the project since. "America Movil's MVNO TracFone Wireless quietly unveiled a prepaid, nationwide unlimited offering for $45 per month that includes unlimited text messaging and 30 MB of data."
2008 Oct 28
0
[LLVMdev] Targeting a platform with virtual instruction set and unlimited virtual registers
I am working on a LLVM backend for a new platform. The target has a virtual instruction set and unlimited virtual registers. After going through LLVM documentation and source code, it looks like there are two possible ways to implement it with LLVM: 1) Method #1: follow common code generator path (TableGen, LLVMTargetMachine, etc), similarly as the Sparc and x86 targets. Since the target has
2006 Apr 20
0
Maildir++ Unlimited Quota.
Does this Maildir++ implementation have an "unlimited" quota? It looks like all of the other Maildir++ software uses "0" for this ... it doesn't seem to work on Dovecot. Steve
2010 Jan 24
1
how to change fsize to unlimited..
Dear centos experts, I am wondering is there a way for me to change ulimit fsize parameter? I am trying to change it to unlimited, so I added the following line to /etc/security/limits.conf - - fsize -1 but it does not work, and a reboot will reset the content of limits.conf. thanks, yan
2007 Dec 30
1
Looking for PSTN provider with unlimited inbound/outbound plan
Hi all, I have a budget to work with and was wondering if there are any folks providing SIP/IAX2 trunking for unlimited inbound/outbound for a flat rate? We're in the budget range of roughly $5,000 a month and we need multiple channels per DID. I'm not sure if something like this is feasible in the world of VoIP -- and I only need to be able to make domestic/USA calls. Thanks for any
2012 Apr 09
2
Problem with quota warning
Hi again, my test environment is working now and finally I tried to implement my quota warning but it is not working. LDA says the mailbox is full even it is not (only 81% and that is why the quota warning is executed). Further I used :noenforcing in my script. Apr 9 15:08:21 backend01 dovecot: lda(test at k-team.info): Debug: Namespace INBOX.: Using permissions from
2004 Jun 10
2
Primustel a.k.a. Lingo $20/month unlimited service
Hi all, I just saw this article about this new offer from Lingo.com: http://www.techweb.com/wire/story/TWB20040607S0008 $20 monthly plan with unlimited local and long-distance calling in North America (US & Canada) and Western Europe. Plus first three months free and free equipment. It doesn't say what hardware they send you. Sounds like a very good deal. I searched the list and
2019 Apr 11
2
High availability of Dovecot
Gerald Galster via dovecot schrieb: > mail1.yourdomain.com <http://mail1.yourdomain.com> IN A 192.168.10.1 > mail2.yourdomain.com <http://mail2.yourdomain.com>?IN A 192.168.20.1 > > mail.yourdomain.com <http://mail.yourdomain.com> ?IN A 192.168.10.1 > mail.yourdomain.com <http://mail.yourdomain.com> ?IN A 192.168.20.1 > > > mail1/mail2 is for
2014 Dec 09
2
Quota issue with mailbox.
good morning, i am experiencing an issue with a quot limits with a new install of dovecot with mysql integration. quotas are set to 0 (unlimited) and show as such in the mysql database as well as via the postfixadmin frontend. i use imapsync to transfer mail from another imap server to this one, the total user mailbox size is 18gb. dovecot lda tells me mailbox is full even though i have set
2010 May 19
1
postfix+lda+ virtual users, confusion
I thought it would be nice to have vboxes insead of user logins ... Now I am confuesed and in trouble .. My server serves 2 domains so user1 at domain1.com is the same as user1 at domain2.org I've created the mail_location string with %n and static userdb with %n dovecot creates 2 mail user directories user1 at domain1.com user1 at domain2.org What the heck am I missing .. ?? Your
2009 Mar 09
3
How to write a function that accepts unlimited number of input arguments?
Dear R-helpers: I am an R newbie and have a question related to writing functions that accept unlimited number of input arguments. (I tried to peek into functions such as paste and cbind, but failed, I cannot see their codes..) Can someone kindly show me through a summation example? Say, we have input scalar, 1 2 3 4 5 then the ideal function, say sum.test, can do
2007 Mar 23
1
Setting bandwidth to unlimited
Hello, I am using the following commands to "throttle" the bandwidth of the NIC at eth0 : tc qdisc del dev eth0 root tc qdisc add dev eth0 root handle 10: cbq bandwidth 100mbit avpkt 1000 tc qdisc add dev eth0 root handle 10: htb tc class add dev eth0 parent 10: classid 10:1 cbq bandwidth 100mbit rate 128kbit allot 1514 maxburst 20 avpkt 1000 bounded prio 3 tc class add
2005 Jun 16
1
Local unlimited traffic-international CIR
Hi all Iam planning to deploy new QOS system in my organization or small ISP I would like to achieve the following scenario 1. Many of the customers are connected to My ISP At this moment all the users are restricted either local or international traffic QOS is same. now i want to deploy all users which are travelling local services and other customers connected to my ISP
2013 Jun 19
2
[LLVMdev] How to deal with potentially unlimited count/length symbol names?
> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Sean Silva > Sent: Wednesday, June 19, 2013 11:45 AM > To: edA-qa mort-ora-y > Cc: <llvmdev at cs.uiuc.edu> > Subject: Re: [LLVMdev] How to deal with potentially unlimited count/length symbol names? > > On Wed, Jun 19, 2013 at 1:04 AM, edA-qa mort-ora-y <eda-qa at