[Dovecot] truncated maildir root?
Hello,
I have successfully configure dovecot to lookup my existing user database to lookup the homedir. However, I found the following from the log:
dovecot: Apr 05 04:05:16 Info: IMAP(joewong99:tkodog.no-ip.com): Effective uid=1001, gid=1001, home=/mnt/mailmountpoint/4/22/3/joewong99:tkodog.no-ip.com@tkodog_no-ip_com dovecot: Apr 05 04:05:16 Info: IMAP(joewong99:tkodog.no-ip.com): maildir: data=/mnt/mailmountpoint/4/22/3/joewong99:tkodog.no-ip.com@tkodog_no-ip_com/Maildir dovecot: Apr 05 04:05:16 Info: IMAP(joewong99:tkodog.no-ip.com): maildir: root=/mnt/mailmountpoint/4/22/3/joewong99, index=/mnt/mailmountpoint/4/22/3/joewong99, control=, inbox=
The "root" is truncated after the colon. Can I configure dovecot not to do it? I have 10000 messages in /mnt/mailmountpoint/4/22/3/joewong99:tkodog.no-ip.com@tkodog_no-ip_com/Maildir but SELECT INBOX show no messages.
Regards,
- Joe
On 5.4.2007, at 6.12, Joe Wong wrote:
The "root" is truncated after the colon. Can I configure dovecot
not to do it? I have 10000 messages in /mnt/mailmountpoint/4/22/3/ joewong99:tkodog.no-ip.com@tkodog_no-ip_com/Maildir but SELECT INBOX show no messages.
Currently you can't use ':' anywhere in the maildir path, because
it's used as a parameter separator. If you really want to use it
before Dovecot v2.0, you'll need to edit src/lib-storage/index/
maildir/maildir-storage.c : maildir_create() to work some other way.
participants (2)
-
Joe Wong
-
Timo Sirainen