I'm getting "autocreate plugin is deprecated" I've removed 1) but still see error am I correct I don't need default IMAP folders in dovecot.conf as they come from 15-mailboxes.conf ? # grep autocreate dovecot.conf lda_mailbox_autocreate = yes mail_plugins = quota sieve autocreate mail_plugins = quota imap_quota autocreate do I just remove BOTH 'mail_plugin ... autocreate' ? 1) removed autocreate = INBOX autocreate2 = Sent autocreate3 = Trash autocreate4 = Drafts autocreate5 = Junk autosubscribe = INBOX autosubscribe2 = Sent autosubscribe3 = Trash autosubscribe4 = Drafts autosubscribe5 = Junk
> On August 17, 2017 at 8:56 AM voytek at sbt.net.au wrote: > > > I'm getting "autocreate plugin is deprecated" > > I've removed 1) but still see error > > am I correct I don't need default IMAP folders in dovecot.conf as they > come from 15-mailboxes.conf ? > > # grep autocreate dovecot.conf > lda_mailbox_autocreate = yes > mail_plugins = quota sieve autocreate > mail_plugins = quota imap_quota autocreate > > do I just remove BOTH 'mail_plugin ... autocreate' ? > > > 1) removed > autocreate = INBOX > autocreate2 = Sent > autocreate3 = Trash > autocreate4 = Drafts > autocreate5 = Junk > autosubscribe = INBOX > autosubscribe2 = Sent > autosubscribe3 = Trash > autosubscribe4 = Drafts > autosubscribe5 = Junkautocreate and autosubscribe are moved under mailbox settings namespace { mailbox FooBox { auto = create } mailbox Trash { auto = subscribe } } Aki
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 out346 ... 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 } } ...