Oli Schacher <dove...@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
m...@netbsd.org

Reply via email to