[Dovecot] MailDir Issue

2012-08-23 Thread Frank Kirschner
Hello List, I'm still running dovecot in version 1.1.7 No I have setup a new installation with dovecot 2.0.9 and had running some tests with a testdomain. Everything is working well. The Maildir has exactly the same structure like ../domain/username/... Can I copy the whole maildir to the new

Re: replication Error with wrong file lock

2024-10-18 Thread Frank Kirschner via dovecot
Update about the dovecot-version: both server running now with 2.3.17 - problem on the only one server still present. Am 18.10.2024 um 09:55 schrieb Frank Kirschner via dovecot: Hi there, I have setup a replication between two dovecot servers. It seems working: # doveadm replicator status

Missing IMAP folders after upgrading from 2.3.17 to 2.3.21.1

2024-10-21 Thread Frank Kirschner via dovecot
Hi, I have upgraded from 2.3.17 to 2.3.21.1. mail_location = maildir Now in some mailboxes are IMAP folder in subdir of INBOX missing. When I do a 'ls -la' in filesystem, I see the subfolder like other folder with identical owner an permissions. But  when I do doveadm mailbox list -u [user] the

replication Error with wrong file lock

2024-10-18 Thread Frank Kirschner via dovecot
Hi there, I have setup a replication between two dovecot servers. It seems working: # doveadm replicator status '*' && doveadm replicator dsync-status && doveadm replicator status username priority fast sync full sync success sync failed none 00:59:22  18:50:17  18:21:

Re: Missing IMAP folders after upgrading from 2.3.17 to 2.3.21.1

2024-10-22 Thread Frank Kirschner via dovecot
ster: conn unix:/run/dovecot/auth-userdb (pid=706824,uid=0): Disconnected: Connection closed (fd=9) I have no Ideas, what the problem could be. There are a lot of folders in filesystem, which are not presented by IMAP folder listing. Am 22.10.2024 um 10:00 schrieb Frank Kirschner via dovec

Re: Missing IMAP folders after upgrading from 2.3.17 to 2.3.21.1

2024-10-22 Thread Frank Kirschner via dovecot
Have done a *doveadm -D force-resync -u usern...@tld.de '*'* In the debug log, the missing mailbox was not listed. It seems, that dovecot did not see this directory in the filesystem. How can I debug deeper into this problem? Thanks, Frank Am 21.10.2024 um 14:50 schrieb Frank Kir

Re: Missing IMAP folders after upgrading from 2.3.17 to 2.3.21.1

2024-10-22 Thread Frank Kirschner via dovecot
folder have cur, new, tmp subdirectories? Aki On 22/10/2024 10:44 EEST Frank Kirschner via dovecot wrote: Have done a *doveadm -D force-resync -uusern...@tld.de '*'* In the debug log, the missing mailbox was not listed. It seems, that dovecot did not see this directory in the

Re: Ignore specific subfolders within Maildir?

2024-10-24 Thread Frank Kirschner via dovecot
how about to chown of ~/.maildir/.foo to an other user than defined as mail_uid / mail_gid in dovecot's config? So dovecot should not "see" this folders. Additional you have to edit in each users mail locations root the subscriptions file and remove the line, pointing to ~/.maildir/.foo Frank

Re: Ignore specific subfolders within Maildir?

2024-10-25 Thread Frank Kirschner via dovecot
maybe working with hidden namespace: namespace hidden {     prefix = .foo/     separator = /     hidden = yes     list = no } plugin {     imap_hidden_namespaces = .hidden/* } Frank Am 25.10.2024 um 13:18 schrieb Ralph Seichter via dovecot: * Frank Kirschner via dovecot: how about to chown