Is it possible to have bincimap behave in the following way?
(1) INBOX is in /home/vpopmail/domain/domain.com/user/Maildir
(2) It is possible to create new folders, and these folders do NOT have to be under INBOX.
Example: If I create the folder "Sent" it will be on the same level as INBOX from IMAP's viewpoint, but in fact physically it will reside in /home/vpopmail/domain/domain.com/user/Maildir/Sent
I've tried using depot=Maildir++ and path=Maildir which makes (1) work, but will not allow creation of any mailboxes that are not subfolders of Inbox ;-(
It seems that (1) and (2) are mutually exclusive in bincimap - however other IMAP servers allow me to do (1) and (2).
Trying to use depot=IMAPdir won't work because it will insist that my Inbox is ".". If I want my Inbox to be called "Inbox" or "INBOX", I would have to create a symlink, but this is difficult to do automatically with vpopmail.
/home/vpopmail/domain/domain.com/user/Maildir/INBOX instead of /home/vpopmail/domain/domain.com/user/Maildir
I guess from bincimap's design this is a clean strategy, but it would be really nice to have "." appear as "Inbox" or "INBOX" - is there any way to do it except for a symlink?
- Felix
