[Dovecot] difference between namespace auto=subscribe and autocreate plugin
Hello.
I read docs, but still do not understand difference between following configuration options:
namespace inbox { # Create and subscribe to folder mailbox Drafts { auto=subscribe }
and `autocreate' plugin
plugin { autocreate = inbox.Drafts autosubscribe = inbox.Drafts
On wiki page that describes `autocreate' plugin i read: ... mailboxes that must always exist for all users.
So even if user delete Drafts IMAP folder on next connection server will create it.
Is `mailbox' undocumented feature? I see it only in configuration file, but wiki does not mention it.
On 22.8.2012, at 23.01, Igor Zinovik wrote:
I read docs, but still do not understand difference between following configuration options:
namespace inbox { # Create and subscribe to folder mailbox Drafts { auto=subscribe }
and `autocreate' plugin
plugin { autocreate = inbox.Drafts autosubscribe = inbox.Drafts
Zero difference. autocreate plugin is deprecated, the auto=subscribe is the new way, the plugin is simply a small wrapper to it. Yeah, the wiki should be updated to say this.
participants (2)
-
Igor Zinovik
-
Timo Sirainen