similar to: quota-plugin + namespace with wildcards?

Displaying 20 results from an estimated 30000 matches similar to: "quota-plugin + namespace with wildcards?"

2019 May 20
0
enforcing multiple per-mailbox quotas for shared mailboxes
Hi! I'm trying to get quotas for shared mailboxes set up on my server. It's not working, and I fail to understand why. Documentation for setup of this complexity is rather scarce on the web, and the discussions I found either don't directly apply or terminate with "I got it working" but no explanation. Can someone please help? The setup is rather lengthy and complicated, so
1999 Dec 15
2
DOS wildcards w/ 2.0.5a
I've recently set up a new server running RH 6.1 and Samba 2.0.5a. All our older servers are running 1.9.18p10, and were left that way on the "If it ain't broke" principle. On the new server, I've noticed that DOS wildcards don't work correctly for some (but not all) old 16-bit DOS programs running under Win95/98. The symptom is that the program only
2017 Jun 30
0
Sieve can't move messages in a public namespace
Am 30.06.2017 um 10:46 schrieb Paolo: > Hello, > > my dovecot version is 2.1.17 > > I've configured some public namespaces (config attached). When a mail > arrives at a certain mail address, that mail is handled by dovecot lmtp > server and a sieve script is executed that shuold move the message in > one of the namespaces. This is the script: > > require
2017 Sep 06
0
can't get quota working. I use static userdb driver.
Just tried 'count', 'fs' and 'dirsize' quota ackends. All the same. # doveadm quota recalc # doveadm quota get -u vadim Quota name Type Value Limit % User quota STORAGE 0 10240 0 User quota MESSAGE 0 - 0 # doveadm quota get Quota name Type Value Limit % User quota STORAGE 0 10240 0 User quota MESSAGE 0
2012 Sep 18
1
Changing Quota downward for special Mailboxes? (2.1.6)
It seems there is no way to correct te quota limit downward for some mailboxes, like: quota_rule9 = UCE-TMP:storage=-10%% The idea is to not eat up the users storage with spam, so that spam stays in the queue (for some time) while real mail gets delivered. There *is* a line } else if (*value != '-' && relative_rule) { in quota.c, but nothing else handles it,
2017 Sep 06
1
can't get quota working. I use static userdb driver.
Quotas not being counted with 'passwd-file' driver too. Thunderbird still doesn't show quota bar. It is mentioned to run passdb with '-d' parameter if quotas aren't working. Can you explain how to set it up. How to run passdb with '-d' parameter ? Any configuration file snippet ? 2017-09-06 21:20 GMT+05:00 ????? ????? <master at remort.net>: > Just tried
2019 Dec 06
0
Problem With Quota Dovecot
>> Are you using LDA/LMTP to deliver messages to the inbox? Not use LDA in dovecot, i'm running Dovecot with protocols imap pop3 lmtp One thing, curious in accounts with problem with quota : i deleting dovecot index and ran one force-resync and him crashed and return segmentation fault I thought the same could happen with the quota, leaving the count incomplete This is just a
2011 Aug 22
0
[PATCH node] handle wildcards appropriately in dracut plugin
when specifying a list of devices, one with a wildcard, the dracut plugin would attempt to use all devices matching the wildcard instead of just the first device. Ex. storage_init=/dev/vd*,/dev/sda should match /dev/vda and /dev/sda only, but if /dev/vdb, /dev/vdc etc existed, it would match all of those as well. rhbz#726843 Signed-off-by: Mike Burns <mburns at redhat.com> ---
2019 Dec 06
2
Problem With Quota Dovecot
Am 05.12.2019 um 14:51 schrieb Gter Marcelo via dovecot: > Hi Dear, > > I running the command bellow and quota fix for some hours, but after 4 ou 5 > hours de quota back return the % wrong. > > Same after 100% the size in MAILDIR quota return 45% used only again. Are you using LDA/LMTP to deliver messages to the inbox? -- Alex JOST
2017 Sep 06
2
can't get quota working. I use static userdb driver.
Am 06.09.2017 um 12:17 schrieb ????? ?????: > Thank you for your answers. > I fixed config to: > > plugin { > sieve_default = /mnt/rw_disc/dovecot/sieve/default.sieve > sieve_global = /mnt/rw_disc/dovecot/sieve/ > > quota = maildir:User > quota_rule = *:storage=10M > # quota_rule2 = INBOX.Trash:storage=+10%% > quota_max_mail_size = 3M >
2017 Mar 06
1
quota-warning: possible to have size also?
Am 06.03.2017 um 10:39 schrieb chaouche yacine: > Hi, > > I'am using a Maildir++ based quota setting which creates a maildirsize file in every Maildir. The first two lines of this file are the maximum quota in bytes then the actual consumption in bytes and number of messages, like so : > > > 1073741824S > 379317999 5169 > > > > This means this user has a quota
2017 Sep 10
0
Problems to configure IMAP Quota
Am 08.09.2017 um 14:42 schrieb Jacques Belin: > > Hello, > > We manage a mail server using Dovecot under Debian. > Since a long time, we run nightly a script permitting to display the > storage usage of each user on the webmail, using internal calls. The > usage on each mailbox is stored in a Mysql database. > > For several reasons, we would now want to use the IMAP
2016 Nov 20
0
Implementing secondary quota w/ "Archive" namespace
Hey Everybody? Posted this to the list a couple of months ago, but didn?t get any responses. Is there a better place to ask this question about quota & namespace configuration? Seems like a lot of the discussion here is a little deeper/lower-level than my configuration question, like debugging and development? Thx, Fred > On Sep 20, 2016, at 02:28 PM, Fred Turner <fred at
2016 Nov 22
0
Implementing secondary quota w/ "Archive" namespace
On Mon, Nov 21, 2016 at 6:20 PM, Fred Turner <fred at c5consulting.net> wrote: > Yeah, I gradually figured out it wouldn't work yesterday when delving back > into this and testing. No separate quotas per namespaces until 2.1 or > something, I think? > > So, got any suggestions on getting it to work with v2.x? I found an old > thread from 2013 by Andreas (I think?) and
2017 Jun 30
4
Sieve can't move messages in a public namespace
Hello, my dovecot version is 2.1.17 I've configured some public namespaces (config attached). When a mail arrives at a certain mail address, that mail is handled by dovecot lmtp server and a sieve script is executed that shuold move the message in one of the namespaces. This is the script: require "fileinto"; if header :contains "From" "example at
2015 Aug 10
2
pigeonhole/lda accessing -m folder
complete patch. some parts were missing before diff --git a/src/lib-sieve/plugins/environment/ext-environment-common.c b/src/lib-sieve/plugins/environment/ext-environment-common.c --- a/src/lib-sieve/plugins/environment/ext-environment-common.c +++ b/src/lib-sieve/plugins/environment/ext-environment-common.c @@ -24,7 +24,8 @@ static const struct sieve_environment_item *core_env_items[] = {
2016 Nov 24
2
Implementing secondary quota w/ "Archive" namespace
On 23 Nov 2016, at 0.49, Mark Moseley <moseleymark at gmail.com> wrote: > > If I move messages between namespaces, it appears to ignore the quotas I've > set on them. A *copy* will trigger the quota error. But a *move* just > happily piles on to the overquota namespace. Is that normal? Probably needs a bit more thinking, but I guess the attached patch would help.
2018 Mar 23
1
How to stop sieve processing to skip sieve_after scripts ?
Hi, sieve_default shoud be good, but roundcube set an empty sieve script if a user removed its script.So, until the user creates its first script, it is working, but never called after. That's why I choose to use sieve_after. Regards,Nicolas Le vendredi 23 mars 2018 ? 09:03:16 UTC+1, Alex JOST <jost+lists at dimejo.at> a ?crit : Am 22.03.2018 um 15:30 schrieb Mr Nicolas
2008 Apr 11
2
DO NOT REPLY [Bug 5388] New: wildcards and rsync 3.01+
https://bugzilla.samba.org/show_bug.cgi?id=5388 Summary: wildcards and rsync 3.01+ Product: rsync Version: 3.0.2 Platform: x86 OS/Version: FreeBSD Status: NEW Severity: major Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: support@reverse.net QAContact:
2015 Aug 07
2
pigeonhole/lda accessing -m folder
hi jost thx for the reply, by access I mean to read the variable require ["fileinto", "variables", "?destfolder?" ]; if anyof ( destfolder :matches "*") { fileinto "${1}/subfolder"; }else{ fileinto "INBOX/subfolder"; } On 08/07/2015 12:26 PM, Jost Krieger wrote: > On Fri Aug 7 12:19:22 2015, matthias lay wrote: