Re: What is the appropriate action for out of memory error for exceeding vsz_limit in my situation?

2024-11-07 Thread Adrian C. via dovecot
On Thu, 17 Oct 2024, Steve Dondley via dovecot wrote: If it was my mailbox, I’d delete them. But it’s not, so I can’t. So barring this action, what are my best available options? You have to tell to the user(s) that the service is not unlimited like Gmail. Automated Archival feature of Thu

Re: Expunging and deleting old messages - moving from cyrus-imap

2024-11-07 Thread Joseph Tam via dovecot
> doveadm expunge -A MAILBOX * DELETED BEFORE 5d > > and got back: > > Fatal: Unknown argument BOOT > run-parts: /etc/cron.hourly/dovecot-cleanup exited with return code 75 Just a wild-ass guess, but did you escape the wildcard e.g. doveadm expunge -A MAILBOX \* DELETED BEFORE 5d

Re: Expunging and deleting old messages - moving from cyrus-imap

2024-11-07 Thread Benny Pedersen via dovecot
Stuart Henderson via dovecot skrev den 2024-11-07 14:01: On 2024-11-06, Nick Howitt via dovecot wrote: I have just moved from cyrus-imap to dovecot. Interesting, I'm considering going the other way when Dovecot 2.4 is out and replication is lost ;-) real professionals use DBMail with postgr

Re: Expunging and deleting old messages - moving from cyrus-imap

2024-11-07 Thread Stuart Henderson via dovecot
On 2024-11-06, Nick Howitt via dovecot wrote: > I have just moved from cyrus-imap to dovecot. Interesting, I'm considering going the other way when Dovecot 2.4 is out and replication is lost ;-) ___ dovecot mailing list -- dovecot@dovecot.org To unsub

Re: Expunging and deleting old messages - moving from cyrus-imap

2024-11-07 Thread Nick Howitt via dovecot
On 07/11/2024 16:16, Christian Kivalo via dovecot wrote: So I then tried:    doveadm expunge -A MAILBOX * DELETED BEFORE 5d and got back:    Fatal: Unknown argument BOOT    run-parts: /etc/cron.hourly/dovecot-cleanup exited with return code 75 How can I run it for all mailbox folders withou

Re: Expunging and deleting old messages - moving from cyrus-imap

2024-11-07 Thread Christian Kivalo via dovecot
So I then tried: doveadm expunge -A MAILBOX * DELETED BEFORE 5d and got back: Fatal: Unknown argument BOOT run-parts: /etc/cron.hourly/dovecot-cleanup exited with return code 75 How can I run it for all mailbox folders without specifying them individually? You need to quote the ma

Re: Proper configuration of fts-xapian for dovecot

2024-11-07 Thread Torge Riedel via dovecot
Am 07.11.24 um 16:28 schrieb Torge Riedel via dovecot: 2. When listing the capabilities of my mail server I get "CAPABILITY IMAP4rev1 SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SPECIAL-USE LITERAL+ AUTH=PLAIN AUTH=LOGIN" and it seems to lack the FTS capability(s). Am I right? And should dovecot set

Re: Expunging and deleting old messages - moving from cyrus-imap

2024-11-07 Thread Nick Howitt via dovecot
On 06/11/2024 22:19, Joseph Tam via dovecot wrote: What is the equivalent in doveadm? doveadm expunge -A DELETED BEFORE 1w Is there any equivalent to expire messages marked as deleted? I can't remember why I have it as I set up Cyrus so long ago. If by expire, you mean expunge, this i

Re: Expunging and deleting old messages - moving from cyrus-imap

2024-11-07 Thread Nick Howitt via dovecot
On 07/11/2024 13:01, Stuart Henderson via dovecot wrote: On 2024-11-06, Nick Howitt via dovecot wrote: I have just moved from cyrus-imap to dovecot. Interesting, I'm considering going the other way when Dovecot 2.4 is out and replication is lost ;-) Only because my previous distro, ClearO

Re: Proper configuration of fts-xapian for dovecot

2024-11-07 Thread Torge Riedel via dovecot
Am 07.11.24 um 14:57 schrieb Stuart Henderson via dovecot: On 2024-11-07, Torge Riedel via dovecot wrote: I recently installed the package dovecot-fts-xapian on my Ubuntu 22.04 VM, where dovecot 2.3.16 is installed. I'd suggest dovecot-fts-flatcurve, that's the one which will be in Dovecot 2.

Proper configuration of fts-xapian for dovecot

2024-11-07 Thread Torge Riedel via dovecot
Dears, I recently installed the package dovecot-fts-xapian on my Ubuntu 22.04 VM, where dovecot 2.3.16 is installed. I enabled the plugins mail_plugins = $mail_plugins fts fts_xapian plugin {     ###     # fts     fts = xapian     fts_xapian = partial=3 full=20     fts_autoindex = yes     f