mail_crypt crashing randomly during LMTP

2020-03-29 Thread Andi Krischer
Hello everybody, hope you’re all well! We have a really strange bug with our dovecot setup. After weeks and month of debugging we’re finally reached the point when we ask you for help. Our basic setup is quite simple: a single dovecot 2.3.10 (0da0eff44) install on Debian 10 with LDAP as user/p

Re: mail_crypt crashing randomly during LMTP

2020-03-29 Thread Timo Sirainen
On 29. Mar 2020, at 15.15, Andi Krischer wrote: > We have a really strange bug with our dovecot setup. After weeks and month of > debugging we’re finally reached the point when we ask you for help. > > Our basic setup is quite simple: a single dovecot 2.3.10 (0da0eff44) install > on Debian 10 w

Re: Help with migration to Dovecot from raw files

2020-03-29 Thread Stefano Antonelli
On 2020-03-28 23:54, Stefano Antonelli wrote: I've attached my script in case it's helpful to anyone in a similar situation. It took quite a bit of effort to get this right, highly depends on the format of the original mailstore, and I've only tested this on one smaller mailbox (<400 messages).

Re[2]: Namespace problem? duplicated folders...

2020-03-29 Thread Daniel Miller
Try this: namespace inbox { hidden = no inbox = yes list = yes mailbox Drafts { auto = no special_use = \Drafts } mailbox Junk { auto = no special_use = \Junk } mailbox Sent { auto = no special_use = \Sent } mailbox "Sent Messages" { auto = no s

Re: Headsup on feature removal

2020-03-29 Thread Daniel Miller
-- Original Message -- [...] To start, the following features are likely to be removed in next few releases of Dovecot. [...] - mailbox alias plugin Like autocreate, autosubscribe, and expire - Is there a built-in feature that makes this plugin obsolete? --- Daniel