On Thu, 2009-01-15 at 17:50 +0100, Martin Sengstschmid wrote:
dovecot: Jan 15 17:38:55 Info: IMAP(bamm@abcshop.at): maildir++: root=/usr/local/mail/abcshop.at/bamm/Maildir, index=, control=, inbox=/usr/local/mail/abcshop.at/bamm/Maildir dovecot: Jan 15 17:39:00 Info: IMAP(bamm@abcshop.at): Disconnected: Logged out bytes=8/43
If the client doesn't try to open the INBOX, it's not created. Dovecot doesn't waste unnecessary time looking what directories exist until it actually needs them.
dovecot.log
dovecot: Jan 15 17:37:59 Warning: Killed with signal 15 dovecot: Jan 15 17:37:59 Error: auth(default): ldap_unbind dovecot: Jan 15 17:37:59 Error: auth(default): ldap_free_connection 1 1 dovecot: Jan 15 17:37:59 Error: auth(default): ldap_send_unbind ..
Unless you really want to be debugging LDAP calls, set debug_level=0 in dovecot-ldap.conf. These messages just hide the real errors.