Yes v. 1.1.2 is quite old but, with the 1.1.8 version I've still then same problem : impossible to create subfolders from a subfolder of INBOX. For this reason I'm using v. 1.1.2 ther is OK for this and haven't problem to create subfolders...

I've tested v 1.1.0 for moving messages with attachments from a mailbox to one other and this point is OK.

Resuming for Andy :
- with 1.1.8 : still impossible to create subfolders (possible with 1.1.2 but impossible after)
- with 1.1.2 : impossible to move messages with attachments from a mailbox to another


Any solutions for this two problems ? Below the bincimap.conf (the same for 1.1.2 and 1.1.8) :

/* -*- mode:java -*- */

//----------------------------------------------------------------------------
Authentication {
    allow plain auth in non ssl = "yes",            /* allow login or
                                                      authenticate
                                                      when not in
                                                      SSL/TLS mode */

    auth penalty = 4,                              /* on auth failure,
                                                    * server sleeps so
                                                    * many seconds
                                                    * before allowing
                                                    * client to
                                                    * authenticate
                                                    * again.
                                                    */
    disable starttls = "yes"
}

//----------------------------------------------------------------------------
Security {
    jail path = "/usr/local/bin",
    jail user = "nobody",
    jail group = "nobody"
}

//----------------------------------------------------------------------------
Log {
    type = "syslog",                             /* supports
                                                    * multilog or
                                                    * syslog or
                                                    * stderr (for testing).
                                                    */
    environment ip variable = "TCPREMOTEIP"
}

//----------------------------------------------------------------------------
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.
                                                    */
}

//----------------------------------------------------------------------------
Session {
    idle timeout = 1860,                           /* idle timeout in
                                                      seconds */

    auth timeout = 60,                             /* timeout before
                                                      auth in
                                                      seconds */

    transfer timeout = 1200,                       /* timeout per
                                                      transferred com
                                                      unit (I/O) */

    transfer buffer size = 1024                    /* number of bytes
                                                      to buffer before
                                                      passing on to
                                                      client. */
}

//----------------------------------------------------------------------------
SSL {
    pem file = "/usr/share/ssl/certs/stunnel.pem", /* private key and
                                                      certificate
                                                      chain PEM file
                                                      name */

    ca file = "",                                  /* file to use as
                                                      certificate
                                                      authority */

cipher list = "!ADH:RC4+RSA:HIGH:MEDIUM:LOW:EXP:+SSLv2:+EXP",

    verify peer = "no"
}

//----------------------------------------------------------------------------
      /* $Id: bincimap.conf.in,v 1.1 2003/03/27 12:40:39 andreaha Exp $ */

Please help

Cheers,

Francois
FMC Luxembourg



At 20:21 22/07/2003 +0200, you wrote:
* NOC (EUROFMC) <[EMAIL PROTECTED]>:
> I've placed in production environment the version 1.1.2 of bincimap.

That's quite old, have you tried with the newest (iirc 1.1.8)
version of binc imapd?

--
Today is the first day of the rest of our lives.
http://www.suug.ch



Reply via email to