how to create Drafts, Junk, Sent, Trash folders after user already created

Aki Tuomi aki.tuomi at open-xchange.com
Mon Mar 9 19:24:40 EET 2020


> On 09/03/2020 19:22 chayes at afo.net wrote:
> 
> 
> Hello Dovecot,
> Do to a misconfiguration, I have a bunch of users who do not have the standard folders.
> I can create a routine to cycle through the users and look for the folders and run a command if there is one.
> Is there a way to create the proper namespace for a user after the user has already been created?
> Thanks in advance.

namespace {
  ...

  mailbox Drafts {
    auto=create
  }

  ...
}

Aki


More information about the dovecot mailing list