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
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
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).
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
-- 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