On 2020-05-19 16:48, Stuart Henderson wrote:
On 2020-05-19, David Gessel wrote:
I'm getting some log errors with clucene that I am having no luck tracking down
on the interwebs.
This looks relevant:
https://www.mail-archive.com/dovecot@dovecot.org/msg66366.html
Thanks Stuart & Jan - no_s
On 2020-05-18 13:03, Aki Tuomi wrote:
We are pleased to release v2.3.10.1 Please find it from locations
below:
https://dovecot.org/releases/2.3/dovecot-2.3.10.1.tar.gz
https://dovecot.org/releases/2.3/dovecot-2.3.10.1.tar.gz.sig
Binary packages in https://repo.dovecot.org/
Docker images in http
> On 16. May 2020, at 3.46, Felipe Gasper wrote:
>
> Hello,
>
> Some code that I didn’t write but am maintaining passes a local
> script’s path as dsync’s “destination” argument, like so:
>
> dsync -D -u john -v backup -R -1 "/code/dsync_client.pl" 127.0.0.1
> j...@mydomain.org
>
>
> On 18. May 2020, at 17.18, Felipe Gasper wrote:
>
> Hello,
>
> Is it possible to batch syncs of multiple mailboxes in a single dsync
> session?
>
> We’re transferring users between servers and want to use dsync to
> transfer the mail; ideally we’d like to avoid creating a sep
> On May 20, 2020, at 10:46 AM, Sami Ketola wrote:
>
>> On 16. May 2020, at 3.46, Felipe Gasper wrote:
>>
>> Hello,
>>
>> Some code that I didn’t write but am maintaining passes a local
>> script’s path as dsync’s “destination” argument, like so:
>>
>> dsync -D -u john -v backup -R -1
This works great for keeping the Trash from overflowing ...
doveadm expunge -A mailbox Trash before 30d
... but it doesn't delete folders that the user put in the trash.
What is the recommended method for erasing folders from the trash?
On 20 May 2020, at 09:49, cha...@afo.net wrote:
>
> This works great for keeping the Trash from overflowing ...
>
> doveadm expunge -A mailbox Trash before 30d
I do this instead:
mailbox Junk {
autoexpunge = 14 days
auto = subscribe
special_use = \Junk
}
mailbox Trash {
a
On Wed, May 13, 2020 at 11:03:37AM +0300, Aki Tuomi wrote:
> Edit your dovecot.conf and add
>
> namespace {
> inbox = yes
> # or use '.' here.
> separator = /
> }
Thanks for the suggestion! I added those lines to the bottom of
/etc/dovecot/dovecot.conf .
However, when I attempted the mbox
On 20/05/2020 22.47, Sami Ketola wrote:
> We’re transferring users between servers and want to use dsync to transfer
> the mail; ideally we’d like to avoid creating a separate TCP connection per
> user.
Would writing a script to process each user sequentially be an option?
Like ...
for USE