autocreate deprecated q
Aki Tuomi
aki.tuomi at dovecot.fi
Thu Aug 17 10:03:37 EEST 2017
> 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 = Junk
autocreate and autosubscribe are moved under mailbox settings
namespace {
mailbox FooBox {
auto = create
}
mailbox Trash {
auto = subscribe
}
}
Aki
More information about the dovecot
mailing list