Hi,
If I want to create a "mysubfolders" of my only INBOX folders with Mozilla
Mail, I need to write "INBOX/mysubfolders" in the dialogbox.
Best regards,
Damian Roztichner
----- Original Message -----
From: "Damian"
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 25, 2003 10:22 AM
Subject: [bincimap] Problems create folders
> Hi,
>
> I have qmail with custom checkpassword; and now I install a bincimap.
> I have some problems when I want to create a folder with Outlook Express:
> I can't create a subfolders in the last level of the folder tree. If I
have
> only INBOX folders, I can't create any folders.
>
> This is a log:
>
> @400000003ef8c0ab03a8458c 70354 00000 [EMAIL PROTECTED]:] User
> <ubbi\damian_lr> entered authenticated mode.
> @400000003ef8c0ab0dd1b64c 70354 00001 [EMAIL PROTECTED]:] Error when
> processing CREATE: failed to create "Trash"
> @400000003ef8c0b50fc8fe24 70354 00002 [EMAIL PROTECTED]:INBOX] Error
> when processing CREATE: failed to create "exmaple_folders"
>
>
> My depository is not is users' homeareas, for instance, my depository has
> this structure:
>
> /fixedprefix//base1/C0/31/C03150F7-6689-405F-9A06-8BE07BCD5022/Maildir
>
>
> My configuration file is:
>
> ----------------------------
> Mailbox {
> depot = "Maildir++", /* Use Maildir++ style
> * depot. */
>
> type = "Maildir", /* only Maildir
> * support */
>
> path = "Maildir", /* default path */
>
> auto create inbox = "yes", /* create INBOX in
> * given format if
> * it doesn't
> * exist.
> */
>
> auto subscribe mailboxes = "INBOX", /* list mailboxes
> * in one string,
> * seperated by
> * commas
> */
>
> umask = "077" /* use this umask
> * when creating
> * mailboxes, or
> * when copying and
> * appending
> * messages.
> */
> }
> ----------------------------
>
> My script to run bincimap is:
> ----------------------------
> #!/bin/sh
>
> QMAILDUID=`id -u qmaild`
> NOFILESGID=`id -g qmaild`
>
> exec /usr/local/bin/tcpserver -a 100 -v -x /etc/tcp.cdb -c
> 512 -H -R -uQMAILDUID -gNOFILESGID 0 143 \
> /opt/bincimap/bin/bincimap-up \
> --conf=/etc/opt/bincimap/bincimap.conf \
> -- \
> /var/qmail/bin/checkpasswd-mssql \
> /opt/bincimap/bin/bincimapd \
> --conf=/etc/opt/bincimap/bincimap.conf 2>&1 |
> /usr/local/bin/multilog t s500000 n20 /var/log/imap &
> ----------------------------
>
> Have I got any conf problem?
>
> Best regards,
> Damian Roztichner
>