[Dovecot] imap(xxxxxxxx): Error: opendir(/user/xxxxxxxx/.imap) failed: No such file or directory
Timo Sirainen
tss at iki.fi
Wed Aug 1 14:27:31 EEST 2012
On 1.8.2012, at 14.21, Frank Bonnet wrote:
> Aug 01 13:06:09 imap(bonnetf): Error: opendir(/user/bonnetf/.imap) failed: No such file or directory
I don't see any obvious way for this to happen. Can you reproduce it by running imap process directly and talking imap protocol? Something like this would be helpful:
chmod a+rw /var/run/dovecot/config
gdb /usr/local/lib/dovecot/imap
b i_error
run
<make gdb stop>
bt full
where the <make gdb stop> will probably work if you do something like:
a list "" *
b lsub "" *
c select inbox
if not, check what IMAP commands your IMAP client sends when it fails. http://wiki2.dovecot.org/Debugging/Rawlog
More information about the dovecot
mailing list