On Jun 22, 2008, at 4:52 PM, Eduardo M KALINOWSKI wrote:
Hi,
I'm using version 1.0.13 of dovecot. I know it's somewhat dated,
but that's the latest that Debian etch offers, and I would like to avoid compiling by myself if possible.dovecot is not creating the 'maildirfolder' in folders that are created via IMAP. Looking at the NEWS file, this was implemented in v1.0.rc7, so my version should have that working already. Is there anything else that needs to be done?
I haven't touched that code for a long time. I just tested with 1.0.15
and it is created correctly. There isn't really anything in
configuration that should break it either.. Well, you could always see
if it gets created manually:
telnet localhost 143 x login user pass y create testbox
And then check again for sure that there's no maildirfolder in /home/ vmail/%d/%n/INBOX/.testbox/
If there really isn't, you could see if strace shows something useful.
Before the testbox creation run "strace -p <pid of imap process>" and
post the output.