autocreate deprecated q

Aki Tuomi aki.tuomi at dovecot.fi
Thu Aug 17 10:49:29 EEST 2017


> On August 17, 2017 at 10:28 AM voytek at sbt.net.au wrote:
> 
> 
> On Thu, August 17, 2017 5:03 pm, Aki Tuomi wrote:
> >
> >> On August 17, 2017 at 8:56 AM voytek at sbt.net.au wrote:
> >
> > autocreate and autosubscribe are moved under mailbox settings
> >
> > namespace { mailbox FooBox { auto = create }
> > mailbox Trash { auto = subscribe }
> > }
> 
> Aki, thanks
> 
> I've inserted it, but, maybe not in the correct place ?
> 
> Aug 17 17:22:43 imap(ve at sbt.net.au): Error: namespace configuration error:
> Duplicate namespace prefix: ""
> Aug 17 17:22:43 imap(ve at sbt.net.au): Info: namespace configuration error:
> Duplicate namespace prefix: "" in=0 out=
> 346
> 
> 
> ...
> 
> namespace {
>   inbox = yes
>   location =
>   prefix =
>   separator = /
>   type = private
> }
> namespace {
>   list = children
>   location = maildir:/%%Lh/Maildir/:INDEX=/%%Lh/Maildir/Shared/%%u
>   prefix = Shared/%%u/
>   separator = /
>   subscriptions = yes
>   type = shared
> }
> namespace {
>   mailbox FooBox {
>   auto = create
>  }
>   mailbox Trash {
>   auto = subscribe
>  }
> }
> 
> ...

You need to modify it to suit your config, so put it in your INBOX namespace.

Aki


More information about the dovecot mailing list