Displaying 20 results from an estimated 9000 matches similar to: "update of current quota usage"
2009 Apr 05
2
Prohibit removing INBOX
Hello list,
I'm using dovecot 1.1.11 and I'm going to prohibit users to remove
their INBOX and some other directories in the mailbox root.
I used Access Control Lists (http://wiki.dovecot.org/ACL) to do this:
protocol imap {
mail_plugins = acl
}
plugin {
# With global ACLs in /etc/dovecot/acls/ directory:
acl = vfile:/etc/dovecot/acls
}
/etc/dovecot/acls/.DEFAULT:
owner
2010 Jan 02
1
Recalculate quota usage on demand
I would a method for Dovecot to recalculate the quota usage and rewrite it to
the quota DB (Called on demand by a non-Dovecot POP3 daemon)
I don't want the line deleted in the DB as this would only recalculate next
time the Dovecot LDA or IMAP handles a message, and I want to keep the data
availability contiguous.
Can this be done?
2008 Apr 25
1
Quota not showing correctly after conversion (mb2md.pl)
-- SCENARIO --
I'm using dovecot-1.0.5-6 on opensuse 10.3.
I use the maildir quota plugin, and I'm converting mailboxes from UW IMAP (mbox) to Maildir format using that mb2md.pl script (3.10 I guess).
My migration happens like this:
- if a user receives mail (before ever using the new mail system), it goes to his/her inbox, dovecot proceeds normally, like when a user exists, but
2009 Jan 23
2
get maildir current quota usage from external program
Hello,
i want to get the maildir current quota usage of an user, but i'd know
what is the better way to do.
in imap clients my quota usage, in example, show: 505KB, but if i sum
only the size of each message from Maildir, i get total: 440KB, trying
to use real and apparent block size but the sum differs from value
showed in imap client.
is quota usage based on why, have another way to
2020 Feb 11
3
[v 2.3.4.1][quota] recalculation
Hello,
I can't find the information on the wiki :(
When is the quota recalculated after a mail deletion ?
For instance, I am running low of storage and I use Thunderbird to
delete large mail. I only notice a recalculation when I quit
Thunderbirdb and I relaunch it.
Even, with doveadm CLI, as long as Thunderbird is not disconnected on
the client side, the server didn't recalculate the
2010 May 22
5
quota and postfix virtual users
hi everyone i have a mailserver working with postfix 2.5.1 vda and
virtual user with mysql and dovecot, everything is working fine but i want
to offer quota and i have a problem with that because the quota in
roundcube appear but calculate is wrong i need to delete the maildirsize
file to force to recalculate, what can i do??? in my dovecot i have imap{
quota imap_quota, in plugins section i have
2017 Sep 25
3
Quota - frustrated trying to configure ...
On 25.09.2017 20:28, Sami Ketola wrote:
>> On 25 Sep 2017, at 21.19, Garry Glendown <garry at glendown.de> wrote:
>>
>> doveadm(root): Error: chdir(/root/) failed: Permission denied
>> (euid=479(dovecot) egid=478(dovecot) missing +x perm: /root, dir owned
>> by 0:0 mode=0700)
>> doveadm(root): Error: chdir(/root) failed: Permission denied
>>
>>
2009 Aug 13
4
Quota question.
Hi,
I am trying to get quota working properly on dovecot 1.2.3 with postfix admin,
amavisd-new, mysql, and postfix.
So far I can see the db getting updated when messages are added and deleted
from the mailbox. The problem I am having is that I have imported a bunch of
messages from the old mail server that was running uw-imap and mbox to the
doevcot machine using maildir++. As a result the
2012 Feb 16
1
Recalculate quota when quota=dict ?
Hi,
My current setting for quota is:
plugin {
#quota = dirsize:User quota
#quota = maildir:User quota
quota = dict:User quota::proxy::quota
#quota = fs:User quota
}
I have used mb2md.pl and copied result files manually to
a desired mail folder - but quota was not recalculated.
And it seems, that no matter what I do - the quota usage
remains the same.
I tried uncommenting line with:
2015 Oct 06
4
More information about - Dovecot 2.2.x quota mysql and dict
I some add information about bug...
Dovecot 2.2.19 version on server FreeBSD 10.2 Release.
Config quota (dict + mysql)
Database create Postfixadmin 2.3.7
Old version Dovecot 2.2.13 use method UPDATE in MySQL base + dict
example mysql.log
-----------------
Connect postfix at localhost on postfix
134 Query SELECT bytes FROM quota2 WHERE username =
'user at mydomain.lan'
2009 Jun 09
1
Resync quota to mysql script
I changed some quota options in my dovecot config (eg. excluded folders)
but afaik this only affects new mail and there is no magic command to
recalculate the quota (or is there?).
So I wrote this little python script to do this, maybe someone finds it
useful.
It can output the sql statements (dovecot 1.0/1.1 and 1.2 format) or
just print out quota usage to console.
Download at :
2016 Apr 06
2
Opportunistic quota recalc
I'm switching quota backend to redis (from maildir++), so all my current
usages are reset.
I get that I can do "doveadm quota recalc -A", but it takes forever (and
auth processes time out/crash).
It would make much more sense to recalc the usage on login if the
current usage is unset. Is there no way to do a
recalc-quota-on-first-login?
Thanks.
--
Tom Sommer
2015 Oct 19
1
More information about - Dovecot 2.2.x quota mysql and dict
On 17 Oct 2015, at 12:41, Timo Sirainen <tss at iki.fi> wrote:
>
>> Connect postfix at localhost on postfix
>> 134 Query SELECT bytes FROM quota2 WHERE username =
>> 'user at mydomain.lan'
>> 135 Query SELECT bytes FROM quota2 WHERE username =
>> 'user at mydomain.lan'
>> 135 Query BEGIN
2009 Jan 14
2
Maildir++ quota: When is it recalculated?
We use Maildir++ quota, with the rules taken from our LDAP backend. We also
have an old expunge script that's not quota-aware; it removes old messages
from the maildir by simply deleting the files.
Sometimes, a mailbox is over quota before the script runs, but well under
quota after the old messages are deleted. This change does not seem to be
picked up, however: When I try to deliver a new
2017 Sep 25
2
Quota - frustrated trying to configure ...
Hi,
after fighting Dovecot almost every step of the way, I have finally
gotten most of the functions configured on a customer box (used Cyrus on
a previous install, but it was dropped from SLES 12 ...)
The mail server setup uses LDAP for user authentication, has a central
maildir tree (.../dovecot/maildir/<USER>/...) that is used for all
users' mail, sieve is also running well. The
2018 Nov 16
3
Antwort: Re: Quota in MySql Dict not recalculate automatic
With quota count and quota_clone it works, but can I use noenforcing with
quota count?
quota = count:User quota:noenforcing
When I test this config, I receive no quota-warning E-Mail:
service quota-warning {
executable = script /usr/local/bin/quota-warning.sh
# user = dovecot
user = vmail
unix_listener quota-warning {
user = vmail
group = vmail
mode = 0660
}
}
plugin {
2007 Jun 25
3
quota calculating
Hey everyone,
Currently where I work we use qmail. Every time a message is delivered,
qmail seems to walk through the user's entire maildir in order to
calculate quota usage. Delivering messages simultaneously to just a few
users who are allowed large maildirs (1-2GB) will bring our servers to
their knees. Which brings me to dovecot. I use dovecot whereever I can,
but haven't yet
2018 Nov 15
2
Quota in MySql Dict not recalculate automatic
Hi,
I have a working Installation with:
Ubuntu 16.04 LTS
Dovecot 2.2.22
MySql 5.7.24
Postfixadmin 3.2
Apache 2.4.18
Rainloop 1.12.1
I manage the E-Mail Accounts with postfixadmin in a MySql-DB.
Also I use quotas with Quota Backend postfixadmin-DB (dict).
Everything works fine.
Now I installed a new Server with the following Versions and
migrate the Configs to the new System.
Ubuntu 18.04 LTS
2012 Apr 20
1
quota not being calculated
It looks like my quota isnt being calculated properly after I started setting quota to a specific folder. The quota in that folder is always starting out at 0, and only new email is being added to the quota. If I remove the maildirsize file, and recalculate, it still starts at 0. Once email arrives in the folder, it gets added to maildirsize. This is with maildirquota, in perhaps a bit of an
2010 Nov 18
2
Centos podcast on FLOSS weekly
If you've ever wondered what Karanbir Singh looks like, check out this
week's (142) video podcast at http://twit.tv/floss. I'm only partway
through the audio version (will finish on the drive home) and haven't
heard anything that would be surprising to people already using Centos
yet but it's a great presentation and something to recommend to people
who aren't