autocreate deprecated q
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' ?
- 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@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' ?
- 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
On Thu, August 17, 2017 5:03 pm, Aki Tuomi wrote:
On August 17, 2017 at 8:56 AM voytek@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@sbt.net.au): Error: namespace configuration error: Duplicate namespace prefix: "" Aug 17 17:22:43 imap(ve@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 } }
...
On August 17, 2017 at 10:28 AM voytek@sbt.net.au wrote:
On Thu, August 17, 2017 5:03 pm, Aki Tuomi wrote:
On August 17, 2017 at 8:56 AM voytek@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@sbt.net.au): Error: namespace configuration error: Duplicate namespace prefix: "" Aug 17 17:22:43 imap(ve@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
participants (2)
-
Aki Tuomi
-
voytek@sbt.net.au