similar to: doveadm expunge -A Error: Dictionary commit failed

Displaying 20 results from an estimated 3000 matches similar to: "doveadm expunge -A Error: Dictionary commit failed"

2016 Dec 20
2
doveadm expunge -A Error: Dictionary commit failed
Il 19/12/2016 14:28, Aki Tuomi ha scritto: > > > On 19.12.2016 15:25, Alessio Cecchi wrote: >> Hi, >> >> with the latest dovecot-ee version (dovecot-ee-2.2.26.1-10) if I run >> ?doveadm expunge -A mailbox Spam savedbefore 30d? dovecot an error: >> >> doveadm: Error: dict-client: Commit failed: Dict server timeout: No >> input for 1916.209 secs (1
2016 Dec 21
0
doveadm expunge -A Error: Dictionary commit failed
On 19 Dec 2016, at 8.25, Alessio Cecchi <alessio at skye.it> wrote: > > Hi, > > with the latest dovecot-ee version (dovecot-ee-2.2.26.1-10) if I run ?doveadm expunge -A mailbox Spam savedbefore 30d? dovecot an error: > > doveadm: Error: dict-client: Commit failed: Dict server timeout: No input for 1916.209 secs (1 commands pending, oldest sent 0.000 secs ago: C1) (reply
2016 Dec 20
0
doveadm expunge -A Error: Dictionary commit failed
On 20.12.2016 15:37, Alessio Cecchi wrote: > Il 19/12/2016 14:28, Aki Tuomi ha scritto: >> >> >> On 19.12.2016 15:25, Alessio Cecchi wrote: >>> Hi, >>> >>> with the latest dovecot-ee version (dovecot-ee-2.2.26.1-10) if I run >>> ?doveadm expunge -A mailbox Spam savedbefore 30d? dovecot an error: >>> >>> doveadm: Error:
2016 Jul 23
4
Doveadm error
Il 15.07.2016 16:03 aki.tuomi at dovecot.fi ha scritto: >> On July 12, 2016 at 4:30 PM L?szl? K?rolyi <laszlo at karolyi.hu> wrote: >> >> >> Hey everyone, >> >> I've got a weird error since I upgraded to the latest dovecot on my >> FreeBSD box: >> >> root at postfixjail /# doveadm quota recalc -u xxx at xxx.com >>
2016 Dec 19
0
doveadm expunge -A Error: Dictionary commit failed
On 19.12.2016 15:25, Alessio Cecchi wrote: > Hi, > > with the latest dovecot-ee version (dovecot-ee-2.2.26.1-10) if I run > ?doveadm expunge -A mailbox Spam savedbefore 30d? dovecot an error: > > doveadm: Error: dict-client: Commit failed: Dict server timeout: No > input for 1916.209 secs (1 commands pending, oldest sent 0.000 secs > ago: C1) (reply took 0.000 secs) >
2014 Apr 08
1
Debugging doveadm expunge
Hi, I'm a recent convert to dovecot, and in general it is all working fine. However, I have a number of cron jobs set up to purge old messages from mailboxes. These don't seem to be doing what I would expect. Is there any way of debugging this process? Some way of seeing what messages it's checking, and why each one matches or fails to match? For example, I'm running this:
2014 May 09
1
Doveadm sometimes failed "to iterate through some users" after upgrade to 2.2
Hi, I'm running every week in cron "doveadm expunge -A mailbox Spam before 30d" and monthly "doveadm quota recalc -A". After the upgrade to dovecot 2.2.12 (from 2.1.17), "doveadm -A" sometimes exit with this error: doveadm(user at domain.com): Error: User listing returned failure doveadm: Error: Failed to iterate through some users # echo $? 75 If I re-run
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
2016 Jul 12
2
Doveadm error
Hey everyone, I've got a weird error since I upgraded to the latest dovecot on my FreeBSD box: root at postfixjail /# doveadm quota recalc -u xxx at xxx.com doveadm(xxx at xxx.com): Error: dict-client: Commit failed: Deinit fish: 'doveadm quota recalc -u xxx@?' terminated by signal SIGSEGV (Address boundary error) root at postfixjail /# dovecot --version 2.2.25 (7be1766) root at
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,
2020 Mar 19
2
Quota plugin and director
In data mercoled? 18 marzo 2020 23:08:27 CET, Alessio Cecchi ha scritto: > Ciao Simone, > > why you want each backend to recalc quota only for its managed users and > not run "doveadm quota recalc -A" only one time from a backend tha > recalc quota for all users? > Because the indexes are local to the backends. If I make the recalc from one backend only, that one
2020 Oct 14
1
Auro expunge
Hi But if you have more users (200K) that is a problem with that scripts On 14.10.2020 16:28, Adrian Minta wrote: > The cron option is the safest. > > Run each night something like this: > > #!/bin/bash > > DOVEADM="/usr/bin/doveadm"; > > $DOVEADM expunge -A mailbox Trash savedbefore 30d > $DOVEADM expunge -A mailbox Spam savedbefore 30d > > > >
2020 Oct 13
4
Auro expunge
When using autoexpunge = 14 days in, for example. The trash of junk folders, does that physically remove the messages from disk or simply mark them to be removed and some other action needs to be taken? I ask because my mail server crapped out today and I discovered a Junk folder with 490,000 messages in it, and the sa-spamd and mariadb processes died a horrible death. Haven't had time to
2015 Sep 01
2
'doveadm expunge' with -A and userdb { driver = passwd }
I'm expunging mail in my crontab like this: doveadm search -u user1 mailbox INBOX.Trash savedbefore 30d doveadm search -u user2 mailbox INBOX.Trash savedbefore 30d doveadm search -u user3 mailbox INBOX.Trash savedbefore 30d ... I'd rather do this: doveadm search -A mailbox INBOX.Trash savedbefore 30d but I'm told not to: "If the -A option is present, the command will be
2012 Sep 19
5
Dovecot deliver Segmentation fault when arrive the first message
Hi, I have found this strange problem. I'm working with Debian 6, dovecot 2.1.9 and vpopmail-auth. LDA is configured and works fine but the problem is when the first message arrive "dovecot-lda" return a "Segmentation fault", the message is written to the user's Mailbox but the message remains, also, in the queue of qmail (deferral: Segmentation_fault/) and at the
2016 Dec 30
3
expunging all mailboxes
> doveadm expunge -u <user> mailbox '*' savedbefore 30d That doesn't work for me either. The command is accepted, but the messages are not expunged. I guess my search/fetch will just have to return the mailbox name, in addition to other fields, and then I'll need to loop through the mailbox names and perform multiple expunges for each user. I understand the desire to
2016 Dec 31
3
expunging all mailboxes
> Huh, it certainly did for me, although I used "all" instead of > "savedbefore 30d" since I just wanted to empty the trash. What > version of Dovecot? Mine is 2.2.27. Well, not for me. doveadm search -u user at domain ALL savedbefore 2d -- returns some messages doveadm expunge -u user at domain mailbox '*' savedbefore 2d -- nothing shown, but no error doveadm
2016 Dec 30
2
expunging all mailboxes
> > But is there a way tell it all mailboxes for a user? For example, > something > > like: > > > > doveadm expunge -u user at domain mailbox ALL savedbefore 30d > > try: > doveadm expunge -u user at domain ALL savedbefore 30d > > just like the example thats here: > http://wiki2.dovecot.org/Tools/Doveadm/SearchQuery I already tried that. Did you?
2016 Dec 28
2
expunging all mailboxes
Evidently, the 'doveadm expunge' command requires a "mailbox" to be defined in the search string. But is there a way tell it all mailboxes for a user? For example, something like: doveadm expunge -u user at domain mailbox ALL savedbefore 30d Thanks, Michael
2018 Jul 18
3
doveadm expunge didn't clear Trash mailbox
Hi, Why did my 'doveadm expunge' command not clear the Trash out of a mailbox? The oldest messages was put into the Trash on the 26th June 2018 as shown in the file timestamp. -rw------- 1 vmail mail 33056 Jun 26 16:46 1530031582.M768773P18242.mx10,S=33056,W=33510:2,RS # doveadm -D expunge -u testuser at example.org mailbox Trash savedbefore 2d Debug: Loading modules from