Hi Jeffrey,

On Sat, Feb 26, 2005 at 09:55:00AM -0800, Jeffrey Baitis wrote:
> I recently migrated from 1.2.9final-1 to 1.2.11final-3, and I have
> been having failures when creating new IMAP folders. Newly created
> folders cannot be SELECTed; when created, they do not contain the
> bincimap-uidvalidity file. Manually copying the bincimap-uidvalidity
> file from an existing folder allows the server to SELECT the new folder.
> 
> How to replicate:
[...]

thanks for the good bug report.  I wasn't able to reproduce it on
Debian/sid though, please see the transcript below.  Can you re-check
the bincimap service startup and configuration?  If the problem still
persists, please strace the bincimap process to see why creating the
mailbox is incomplete.  If you need help, simply write to this bug
report.

Thanks, Gerrit.


$ dpkg -l bincimap bincimap-run |grep binc
ii  bincimap       1.2.11final-3  IMAP server for Maildir depositories
ii  bincimap-run   0.1.2          IMAP server for Maildir depositories
$ grep 'default path' /etc/bincimap/bincimap.conf 
    path = "IMAPdir",                              /* default path */
$ ls -l ~/IMAPdir/
total 8
drwx------  5 pape pape 4096 Mar  2 14:46 INBOX
lrwxrwxrwx  1 pape pape   12 May  1  2004 test -> ../Mail/root
drwx------  5 pape pape 4096 Mar  2 14:46 ttt
$ openssl s_client -connect localhost:993 -crlf
CONNECTED(00000003)
[...]
* OK Welcome to Binc IMAP Copyright (C) 2002-2004 Andreas Aardal Hanssen at 
2005-03-03 08:30:29 UTC
1 login pape testpasswd
1 OK LOGIN completed
2 list "" "%"
* LIST (\Unmarked) "/" "INBOX"
* LIST (\Unmarked) "/" "test"
* LIST (\Unmarked) "/" "ttt"
2 OK LIST completed
3 create testmailbox
3 OK CREATE completed
4 select testmailbox
* 0 EXISTS
* 0 RECENT
* OK [UIDVALIDITY 1109838680]
* OK [UIDNEXT 1] 1 is the next UID
* FLAGS (\Answered \Flagged \Deleted \Recent \Seen \Draft)
* OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft)] Limited
4 OK [READ-WRITE] SELECT completed

$ ls -l ~/IMAPdir/
total 12
drwx------  5 pape pape 4096 Mar  2 14:46 INBOX
lrwxrwxrwx  1 pape pape   12 May  1  2004 test -> ../Mail/root
drwx------  5 pape pape 4096 Mar  3 08:31 testmailbox
drwx------  5 pape pape 4096 Mar  2 14:46 ttt
$ ls -l ~/IMAPdir/testmailbox/
total 20
-rw-------  1 pape pape   28 Mar  3 08:31 bincimap-cache
-rw-------  1 pape pape   71 Mar  3 08:31 bincimap-uidvalidity
drwx------  2 pape pape 4096 Mar  3 08:31 cur
drwx------  2 pape pape 4096 Mar  3 08:31 new
drwx------  2 pape pape 4096 Mar  3 08:31 tmp
$ 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to