Hi,
the latest HG of Dovecot 2.0 throws a warning when creating a new mailbox inside an INBOX with 'mdbox' format. It does however create the mailbox correctly.
==> /var/log/dovecot.log <== Apr 24 14:35:09 spectre dovecot: imap(tlx@leuxner.net): rename(/var/vmail/leuxner.net/tlx/mdbox/dovecot-uidvalidity, /var/vmail/leuxner.net/tlx/mdbox/dovecot-uidvalidity) failed: No such file or directory
$ ls -al /var/vmail/leuxner.net/tlx/mdbox total 36 drwx--S--- 4 vmail vmail 4096 2010-04-24 14:37 . drwx--S--- 4 vmail vmail 4096 2010-04-19 10:23 .. -rw------- 1 vmail vmail 386 2010-03-25 19:58 dovecot-acl-list -rw------- 1 vmail vmail 2952 2010-04-24 14:35 dovecot.mailbox.log -rw------- 1 vmail vmail 53 2010-04-24 14:37 dovecot-quota -rw------- 1 vmail vmail 8 2010-04-24 14:35 dovecot-uidvalidity -r--r--r-- 1 vmail vmail 0 2010-04-24 14:35 dovecot-uidvalidity.4bd2e57d drwx--S--- 15 vmail vmail 4096 2010-03-17 19:57 mailboxes drwx--S--- 2 vmail vmail 4096 2010-04-24 14:37 storage -rw------- 1 vmail vmail 1639 2010-04-24 14:35 subscriptions
# 2.0.beta4 (6a3eaad2bae6): /etc/dovecot/dovecot.conf # OS: Linux 2.6.26-2-amd64 x86_64 Debian 5.0.4 auth_verbose = yes mail_location = mdbox:~/mdbox mail_plugins = acl quota namespace { hidden = no inbox = yes location = prefix = separator = / type = private } namespace { list = yes location = maildir:/var/vmail/public:LAYOUT=fs:INDEX=~/public prefix = Public/ separator = / subscriptions = no type = public } passdb { args = username_format=%u /var/vmail/auth.d/%d/passwd driver = passwd-file } plugin { acl = vfile:/var/vmail/conf.d/%d/acls:cache_secs=300 mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename quota = dict:user::file:%h/mdbox/dovecot-quota quota_rule = *:storage=1GB quota_rule2 = Trash:storage=10%% sieve = ~/.dovecot.sieve sieve_dir = ~/sieve sieve_global_dir = /var/vmail/conf.d/%d/sieve } protocols = imap lmtp service auth-worker { user = doveauth } service auth { unix_listener /var/spool/postfix/private/auth { group = postfix mode = 0660 user = postfix } user = doveauth } service imap-login { inet_listener imap { address = 1.2.3.4 port = 143 } service lmtp { unix_listener /var/spool/postfix/private/dovecot-lmtp { group = postfix mode = 0660 user = postfix } } ssl_cert =
Regards Thomas