Displaying 20 results from an estimated 4000 matches similar to: "Opportunistic quota recalc"
2016 Apr 06
2
Opportunistic quota recalc
On 2016-04-06 20:38, Timo Sirainen wrote:
> On 06 Apr 2016, at 13:43, Tom Sommer <mail at tomsommer.dk> wrote:
>>
>> 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).
>>
2016 Apr 07
2
Opportunistic quota recalc
On 07 Apr 2016, at 14:49, Tom Sommer <mail at tomsommer.dk> wrote:
>
> On 2016-04-06 21:09, Tom Sommer wrote:
>> On 2016-04-06 20:38, Timo Sirainen wrote:
>>> On 06 Apr 2016, at 13:43, Tom Sommer <mail at tomsommer.dk> wrote:
>>>> I'm switching quota backend to redis (from maildir++), so all my current usages are reset.
>>>> I get that
2016 Apr 06
2
Internal quota calculation error (redis), double mail delivery
Sometimes my redis connection times out, both for pop3, imap and lmtp. I
have no idea why, when I do a "doveadm quota recalc -u" it works just
fine?
I'm thinking the connection is lost somehow and not retried?
Apr 06 15:42:00 lmtp(xxx at xxx.com): Error: redis: Lookup timed out in
30.000 secs
Apr 06 15:42:00 lmtp(xxx at xxx.com): Error: Internal quota calculation
error
Apr 06
2016 Apr 06
2
Internal quota calculation error (redis), double mail delivery
On 2016-04-06 20:27, Timo Sirainen wrote:
> On 06 Apr 2016, at 16:54, Tom Sommer <mail at tomsommer.dk> wrote:
>>
>> Sometimes my redis connection times out, both for pop3, imap and lmtp.
>> I have no idea why, when I do a "doveadm quota recalc -u" it works
>> just fine?
>> I'm thinking the connection is lost somehow and not retried?
>>
2018 Oct 05
2
VOLATILEDIR not really used?
On 2018-10-05 11:35, Timo Sirainen wrote:
> On 4 Oct 2018, at 17.13, Tom Sommer <mail at tomsommer.dk> wrote:
>>
>>
>> On 2018-10-04 15:55, Timo Sirainen wrote:
>>> On 4 Oct 2018, at 14.39, Tom Sommer <mail at tomsommer.dk> wrote:
>>
>>>> Is this correct, and if so are there any plans to move dotlocks etc.
>>>> to this
2018 Oct 04
2
VOLATILEDIR not really used?
On 2018-10-04 15:55, Timo Sirainen wrote:
> On 4 Oct 2018, at 14.39, Tom Sommer <mail at tomsommer.dk> wrote:
>> Is this correct, and if so are there any plans to move dotlocks etc.
>> to this directory?
>
>
> What dotlocks? I guess mbox and Maildir have some locks that could be
> moved there, but a better performance optimization for those
> installations
2018 Oct 15
2
Problems with qouta_clone plugin
Hello
I'm having troubles getting the quota_clone plugin to work for me.
i?, trying to put the quota values into to to fields, messages and
usage_in_bytes, in the mysql database.
The quotas are getting written to the maildirsize file and can be
updated with the doveadm quota recalc -A or -u "*" command
But i can't seem to get it to trigger the quota_clone plugin, not even
an
2020 Mar 10
2
Quota plugin and director
Hello dovecot!
I administer a dovecot installation with 30k users. I've got 4 dovecot directors as frontend
and 10 backends.
The mailbox are now in maildir format, with maildir++ quota, on a shared netapp filer.
Indexes are local on each backend.
I'm reconfiguring the quota plugin: as a first step, I want to use the clone plugin to keep a
copy of the quota on a redis database. Next,
2013 Feb 06
2
dovecot-2.2: broken domain quota calculation
Hello.
Used next version of dovecot:
# dovecot --version
20130205 (03a0af22100d+)
Quota configuration:
plugin {
quota = dict:Domain quota:%d:redis:host=127.0.0.1:prefix=domain/
quota_rule = *:storage=0
quota_rule2 = Trash:storage=+5%%
quota2 = dict:User quota::redis:host=127.0.0.1:prefix=user/
quota2_rule = *:storage=0
quota2_rule2 = Trash:storage=+5%%
}
Problem:
2018 Oct 04
2
VOLATILEDIR not really used?
Hi
According to the docs, setting VOLATILEDIR will improve I/O performance
when using NFS - but as far as I can see, only vsize lock-files are put
here, and little else?
Is this correct, and if so are there any plans to move dotlocks etc. to
this directory?
Thanks.
--
Tom
2016 Sep 03
2
doveadm quota recalc returns a Segmentation fault
Hi,
with the latest dovecot-ee version (2.2.25.4 (5cb7c97)) if I run
?doveadm quota recalc -u alessio at skye.it? dovecot return a ?Segmentation
fault? (but the quota is update fine). Since dovecot version 2.2.24.3
(55cdc32) works fine.
This is my quota backends configuration:
plugin {
quota = maildir:UserQuota
quota2 = dict:Quota Usage::noenforcing:proxy::sqlquota
}
dict {
sqlquota
2014 Sep 19
1
quota recalc problem for big maildirs
hi,
we use dovecot 2.2.13, and we've lately started using maildir quota
(previously fs quota was used, right now it's "quota = maildir:User
quota" changed from "quota = fs:User quota:user:inode_per_mail").
When the change was applied we didn't manually forced generating
maildirsize files. So, when the first deliver happens (or the file grows
larger then 5KB)
2016 Apr 05
2
New feature: HTTP API
On 2016-04-05 08:44, aki.tuomi at dovecot.fi wrote:
>> On April 5, 2016 at 9:27 AM Tom Sommer <mail at tomsommer.dk> wrote:
>>
>>
>> On 2016-04-04 20:22, aki.tuomi at dovecot.fi wrote:
>>
>> > Since the API is still a little beta, it will not return anything in
>> > case
>> > doveadm does not like the arguments (that is, calls
2018 Oct 15
2
Problems with qouta_clone plugin
On Mon, 2018-10-15 at 15:31 +0300, Aki Tuomi wrote:
> You should add quota_clone to mail plugins.
>
> Aki
>
>
> On 15.10.2018 15:28, Christian Ejlertsen wrote:
> > Hello
> >
> > I'm having troubles getting the quota_clone plugin to work for me.
> > i?, trying to put the quota values into to to fields, messages and
> > usage_in_bytes, in the
2018 Oct 22
2
Calendar function ?
On Mon, 22 Oct 2018 19:48:17 +0200
Tom Sommer <mail at tomsommer.dk> wrote:
> On 2018-10-22 12:56, Mar?a Arrea wrote:
>
> > We use sabredav for caldav+cardav and roundcube+agendav for nice
> > web ui :)
>
>
> Is Sabre still maintained?
http://sabre.io/ says 2018 is most recent version
--
In modern fantasy (literary or governmental), killing people is the
2016 May 04
2
more info about deleting users
> On May 2, 2016 at 9:56 AM Tom Sommer <mail at tomsommer.dk> wrote:
>
>
>
> On 2016-04-29 16:25, Matteo Gaito Test Account wrote:
>
> > i've search a lot in order to find a way to delete account by dovecot
> > but i
> > found only this way
> >
> > http://dovecot.org/list/dovecot/2011-November/079273.html
> >
> > It's
2018 Jun 29
2
v2.3.2 released
On 29 Jun 2018, at 15.05, Tom Sommer <mail at tomsommer.dk> wrote:
>
> On 2018-06-29 14:51, Timo Sirainen wrote:
>
>> v2.3.2 is mainly a bugfix release. It contains all the changes in
>> v2.2.36, as well as a bunch of other fixes (mainly for v2.3-only
>> bugs). Binary packages are already in https://repo.dovecot.org/
>
> A simple "yum update"
2006 Apr 27
4
auth-request.c: assertion failed: (*name != '\0')
I upgraded to beta7 from alpha4, and got this error during the auth process:
dovecot: auth(default): client in: AUTH 1 PLAIN service=POP3
lip=0.0.0.0 rip=0.0.0.0 resp=<hidden>
dovecot: auth-worker(default): sql(webmaster at example.com,0.0.0.0): query:
SELECT username as user, NULL as password FROM users WHERE username =
'webmaster at example.com' AND
2017 May 01
2
lmtp segfault after upgrade
> On May 1, 2017 at 8:26 PM Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
>
>
>
> > On May 1, 2017 at 8:21 PM Tom Sommer <mail at tomsommer.dk> wrote:
> >
> >
> > I just upgraded our Director to 2.2.29.1 from 2.2.26, and now my dmesg
> > and /var/log/messages are getting flooded by these errors:
> >
> > lmtp[45758]: segfault at
2019 Feb 13
3
Maintaining table quota2
On 2/12/19 1:57 PM, Aki Tuomi wrote:
>
>> On 12 February 2019 at 20:52 Robert Moskowitz via dovecot <
>> dovecot at dovecot.org <mailto:dovecot at dovecot.org>> wrote:
>>
>>
>>
>>
>> On 2/12/19 1:03 PM, Aki Tuomi via dovecot wrote:
>> Dovecot keeps the quota current, although dict quota has been known
>> to be bit bad at this.