similar to: is there a way to run doveadm expunge with exception?

Displaying 20 results from an estimated 8000 matches similar to: "is there a way to run doveadm expunge with exception?"

2020 Aug 09
0
is there a way to run doveadm expunge with exception?
> On 09/08/2020 00:42 teacup <angel at racequeen.ph> wrote: > > > is there a way to run this command but with exception to not delete the > FLAGGED email? > > doveadm expunge -u user at email.com mailbox Inbox SENTBEFORE 90d > > Sent from: http://dovecot.2317879.n4.nabble.com/ doveadm expunge -u user at email.com mailbox Inbox SENTBEFORE 90d NOT FLAGGED
2017 Sep 05
2
doveadm expunge returns error code 68
Hi, i am running basically this from cron: /usr/bin/doveadm -v expunge -u * mailbox INBOX.Spam SENTBEFORE 90d /usr/bin/doveadm -v expunge -u * mailbox INBOX.Trash SENTBEFORE 90d /usr/bin/doveadm -v expunge -u * mailbox INBOX.Junk SENTBEFORE 90d Now i am experiencing that the first line e.g. expunging INBOX.Spam returns the error code 68. No syslog/Output whatsoever. I tried running with -vvv -D
2017 Sep 08
1
doveadm expunge returns error code 68
Hi Aki, On Wed, Sep 06, 2017 at 11:26:30AM +0300, Aki Tuomi wrote: > On 05.09.2017 14:39, Florian Lohoff wrote: > > Hi, > > i am running basically this from cron: > > > > /usr/bin/doveadm -v expunge -u * mailbox INBOX.Spam SENTBEFORE 90d > > /usr/bin/doveadm -v expunge -u * mailbox INBOX.Trash SENTBEFORE 90d > > /usr/bin/doveadm -v expunge -u * mailbox
2017 Sep 06
0
doveadm expunge returns error code 68
On 05.09.2017 14:39, Florian Lohoff wrote: > Hi, > i am running basically this from cron: > > /usr/bin/doveadm -v expunge -u * mailbox INBOX.Spam SENTBEFORE 90d > /usr/bin/doveadm -v expunge -u * mailbox INBOX.Trash SENTBEFORE 90d > /usr/bin/doveadm -v expunge -u * mailbox INBOX.Junk SENTBEFORE 90d > > Now i am experiencing that the first line e.g. expunging INBOX.Spam >
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:
2013 May 17
1
doveadm altmove to gzipped-mdbox
Hi, im wondering if it's possible to store old messages in a compressed mdbox on alternate storage. The main storage is uncompressed mdbox. I tried something like: doveadm -Dv -o "plugin/zlib_save=gz" altmove -u testuser sentbefore 8d Could someone tell me if it's possible and give me a hint how this can be done? I tried this with dovecot-2.2 Claus
2020 Feb 19
1
How does dovecot determine users from /etc/passwd?
Thank you, Sami. I've made that change. Regards Philip On Mon, 17 Feb 2020 at 10:50, Sami Ketola <Sami.Ketola at open-xchange.com> wrote: > Hi, > > how about switching to use autoexpunge? > > https://wiki.dovecot.org/MailboxSettings > > Sami > > > On 17 Feb 2020, at 11.01, Philip Colmer <philip.colmer at linaro.org> wrote: > > We're
2010 Oct 04
1
dovecot 2.05 doveadm expunge undefined symbol: hook_client_created
HI Timo, upgrading to 2.05 i now have doveadm expunge -A mailbox Trash savedbefore 90d; doveadm(root): Error: dlopen(/usr/lib/dovecot/modules/lib02_imap_acl_plugin.so) failed: /usr/lib/dovecot/modules/lib02_imap_acl_plugin.so: undefined symbol: hook_client_created doveadm(root): Fatal: Couldn't load required plugins root at mail01:~/fetchmailcreator# ls -la
2020 Mar 17
2
doveadm expunge not expunging anymore
Hello, I have migrated my mailbox server from Dovecot 2.1.7 (Debian 7) to Dovecot 2.3.4 (Debian 10) and have a crontab setup in root to daily delete all mails in the INBOX of a specific user which are older than 90 days like this: /usr/bin/doveadm expunge -u username\@domain.com mailbox INBOX savedbefore 90d Unfortunately this does not work anymore. I also tried to run the command manually as
2020 Feb 17
3
How does dovecot determine users from /etc/passwd?
We're using dovecot on a help desk ticketing system. The system doesn't perform any cleanup of IMAP mailboxes so we have a regular cronjob doing this: /usr/bin/doveadm flags add -A '\Deleted' SEEN SENTBEFORE 12w && /usr/bin/doveadm expunge -A DELETED MAILBOX '*' Recently, doveadm has been reporting this: doveadm(nobody): Error: User initialization failed:
2013 Sep 06
2
doveadm expunge problems
Hello there, I'm trying to use the doveadm expunge function, but it doesn't seems to work.. I have installed a mail test server using iredmail, Dovecot and postfix using mysql for authentications. I sent a email to this server, and change the timestamp using touch. the mail boxes are as follow : /home/mail/vmail1/mydomain.fr/n/i/c/nicolas-2013.09.05.14.30.49/Maildir I want to delete
2018 May 04
1
expiring mail from root's Maildirs?
I would like to delete old mail from root's sent mailbox but doveadm throws errors when I try to do this, not wanting to process root's mail at all (I am running the commands as root, naturally) # doveadm expunge -u root mailbox Sent SENTBEFORE 1-Apr-2018 doveadm(root): Error: Invalid settings in userdb: userdb returned 0 as uid doveadm(root): Error: User lookup failed: Invalid user
2015 Jun 27
2
Questions about hardlinks, alternate storage and compression
Hi all, I have some questions about hardlinks, alternate storage and compression. I already scanned the list for related information and I have an idea of how things works, but I would like to have a definite answer. System spec: - CentOS 6.6 x64 - dovecot-2.0.9-8.el6_6.4.x86_64 RPM package/version - sdbox mail store 1) About hardlinks: when sending the same message to two different
2020 Mar 17
0
doveadm expunge not expunging anymore
> On 17/03/2020 12:42 mabi <mabi at protonmail.ch> wrote: > > > Hello, > > I have migrated my mailbox server from Dovecot 2.1.7 (Debian 7) to Dovecot 2.3.4 (Debian 10) and have a crontab setup in root to daily delete all mails in the INBOX of a specific user which are older than 90 days like this: > > /usr/bin/doveadm expunge -u username\@domain.com mailbox INBOX
2010 Dec 26
1
Doveadm search in public namespaces
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Say I want to create a script to perform some 'doveadm' tasks. Is there any particular reason why "mailbox-guids" would not work for public namespaces? Let's search something to play with: $ doveadm search sentbefore 01-jan-2011 mailbox "Public/Mailing-Lists/Dovecot" adeffe1c8b7ba64bb3770000a998a2df 1021 [?] Trying
2020 Mar 03
0
Dovecot autoexpunge
Following a previous suggestion I'd received to turn on autoexpunge (https://dovecot.org/pipermail/dovecot/2020-February/118281.html), I'm now trying to confirm whether or not it is doing what I expect it to do. I've set the expiration to be 12 weeks (as shown below in the config) but a lot of the mailboxes have email in them that is much older. Reading
2018 Feb 16
1
Out of memory on lmtp vsz_limit
How about you try moving the mail into another folder on daily basis, this way the INBOX would stay nice and empty. doveadm move -u archive at company.com Archive MAILBOX INBOX SENTBEFORE todays-date Aki On 16.02.2018 06:19, Terence Lau wrote: > > Bump. > > ? > > Any advice would be most appreciated. > > ? > > Thanks. > > ? > > *From:*Terence Lau >
2010 Oct 28
1
Doveadm-Expunge v2.0.5
Hello Few questions regarding Doveadm-Expunge. 1. I have lazy expunge configure with this name space: .EXPUNGED Storage type: mdbox doveadm -Dv expunge -u user at domain mailbox ".EXPUNGED/*" savedbefore 7d I get some interesting outputs. doveadm(user at domain): Debug: expunge: box=.EXPUNGED/INBOX/mon uid=791 doveadm(user at domain): Debug: expunge: box=.EXPUNGED/INBOX/mon
2018 Oct 18
2
doveadm expunge with static users
Hi, is it possible to use 'doveadm expunge' with static user database? Or can i, somehow, tell dovecot the directory location where i need to do an expunge? Thank you. azur
2019 Mar 06
1
doveadm expunge recursive?