[Dovecot] dovecot-2.2 Warning: autocreate plugin is deprecated, use mailbox { auto } setting instead

Emmanuel Dreyfus manu at netbsd.org
Wed Apr 17 07:25:57 EEST 2013


Oli Schacher <dovecot at lists.wgwh.ch> wrote:

> http://wiki2.dovecot.org/MailboxSettings

I am not sure on how to make it fit at mine. doveconf -n says this:

mail_location = mbox:~/mail:INBOX=/var/mail/%u:INDEX=/mail/indexes/%u:
SUBSCRIPTIONS=../.mailboxlist
(...)
plugin { 
  autocreate = INBOX
  autosubscribe = INBOX
  quota = fs:User quota
  quota_warning = storage=95%% quota-warning %u
}

What should I have instead? Something like this?

mail_location = mbox:~/mail:INBOX=/var/mail/%u:INDEX=/mail/indexes/%u:
SUBSCRIPTIONS=../.mailboxlist
(...)
plugin { 
  autosubscribe = INBOX
  quota = fs:User quota
  quota_warning = storage=95%% quota-warning %u
}

namespace inbox {
  mailbox INBOX {
    auto = create
  }
}


-- 
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu at netbsd.org


More information about the dovecot mailing list