What platform are you running BincIMAP on? Have your tried logging in via telnet and running this command:
1 LOGIN [...] 2 LIST "" "*"
To see if you get results? It sounds like you might be running into the same bug I found with regular expressions. I posted a patch to the mailing list a couple days ago that fixes this problem. If you'd like my to send it to you, so you can try it for yourself, let me know.
Cheers,
bs.
On Friday, April 4, 2003, at 06:15 AM, Philipp Specht wrote:
Hi!
I'm using Binc 1.1.3 and I've got the following problem:
When I connect with Mozilla(Linux and Win) or Outlook Express to Binc I can add folders and do all other things I should be able to do. But after restarting Mozilla, all new folders are gone. They don't show in the "subscribe..." dialog or in the folder overview. They don't appear in other mailprograms, too.
I found your advice Andreas to do a '2 lsub "" "*"' and here is the output:
###
* OK Welcome to Binc IMAP v1.1.3 (c) Copyright 2002, 2003 Andreas Aardal Hanssen at 2003-04-04T02:47:44+0200
1 login [...]
1 OK LOGIN completed
2 lsub "" "*"
2 OK LSUB completed
2 list "" "%"
2 OK LIST completed
2 list "" "INBOX"
* LIST (\Marked) "/" "INBOX"
2 OK LIST completed
###
I don't know much about IMAP, so I tried some other commands which may be usefull, too.
Here is the directory structure:
###
roadrunner 00000127/Maildir# ls -l /home/00000127/Maildir/
lrwxr-xr-x 1 root qusers 23 Apr 4 10:35 INBOX -> /home/00000127/Maildir/
drwx------ 5 00000127 qusers 512 Apr 4 14:21 Junk
drwx------ 5 00000127 qusers 512 Apr 4 13:17 Kunden
drwx------ 5 00000127 qusers 512 Apr 4 13:17 Lieferanten
drwx------ 5 00000127 qusers 512 Apr 4 13:17 Lieferanten.GateProtect
drwx------ 5 00000127 qusers 512 Apr 4 14:21 Links
drwx------ 5 00000127 qusers 512 Apr 4 13:17 Lists
drwx------ 5 00000127 qusers 512 Apr 4 13:17 Lists.FreeRadius
drwx------ 5 00000127 qusers 512 Apr 4 13:17 Lists.Mysql
drwx------ 5 00000127 qusers 512 Apr 4 13:17 QuickMin
drwx------ 5 00000127 qusers 512 Apr 4 13:17 QuickMin.Bills
drwx------ 5 00000127 qusers 512 Apr 4 11:57 QuickMin.DomReg
drwx------ 5 00000127 qusers 512 Apr 4 11:22 QuickMin.Todo
drwx------ 5 00000127 qusers 512 Apr 4 13:17 Registrierungen
drwx------ 5 00000127 qusers 512 Apr 4 13:17 Ripe
drwx------ 5 00000127 qusers 512 Apr 4 13:17 Ripe.Database
drwx------ 5 00000127 qusers 512 Apr 4 13:17 Ripe.Hostmaster
drwx------ 5 00000127 qusers 512 Apr 4 14:19 Sent
drwx------ 5 00000127 qusers 512 Apr 4 14:45 Trash
-rw------- 1 00000127 qusers 1999 Apr 4 14:51 bincimap-cache
-rw------- 1 00000127 qusers 19 Apr 4 14:45 bincimap-subscribed
-rw------- 1 00000127 qusers 57 Apr 4 14:51 bincimap-uidvalidity
drwx------ 2 00000127 qusers 1536 Apr 4 14:51 cur
drwx------ 2 00000127 qusers 512 Apr 4 14:51 new
drwx------ 2 00000127 qusers 512 Apr 4 14:47 tmp
###
I even tried to delete all bincimap-* files and to recreate the mozilla account. It's all the same...
My conf is standard with 2 changes:
### allow plain auth in non ssl = "yes", /* allow login or depot = "IMAPdir", /* Use Maildir++ style ###
I invoke binc with:
###
exec tcpserver -c 100 -u 0 -g 0 \
-l roadrunner.quickmin.net -HDRP \
0 143 recordio \
/usr/local/bin/bincimap-up \
--logtype=multilog \
--conf=/usr/local/etc/bincimap.conf -- /var/qmail/bin/chkpw-binc.pl /usr/local/bin/bincimapd --conf=/usr/local/etc/bincimap.conf
###
The same problem exists with subfolders of INBOX.
Maybe i've missed something obvious: I don't know much about IMAP...
Thanks for every pointer,
Philipp

