Hi,

I have problems to play with Bincimap-1.2.11 +Thunderbird-1.0, the client says that ' ... is not a IMAP4 server' and the recordio shows:

2005-01-04_13:09:43.47805 5825 0 [EMAIL PROTECTED]:] connection from 200.200.200.200
2005-01-04_13:09:43.47810 5825 > * OK Welcome to Binc IMAP Copyright (C) 2002-2004 Andreas Aardal Hanssen at 2005-01-04 13:09:43 0>^^P;^<80>^Y^|<FB><FF><BF>^^;^<80>^Y^<F4><9E>^<E4><FB><FF><BF><9B>9^<E0><AD><FB><B7><CC>
2005-01-04_13:09:43.47813 5825 > ^M
2005-01-04_13:09:43.53942 5825 < 1 capability^M
2005-01-04_13:09:43.53958 5825 > * CAPABILITY IMAP4rev1 AUTH=LOGIN AUTH=PLAIN^M
2005-01-04_13:09:43.53961 5825 > 1 OK CAPABILITY completed^M
2005-01-04_13:09:44.97423 5825 < [EOF]
2005-01-04_13:09:44.97427 5825 1 [EMAIL PROTECTED]:] shutting down (client disconnected) - read:14 bytes, wrote:280 bytes.
2005-01-04_13:09:44.97459 5825 > * BAD client disconnected^M
2005-01-04_13:09:44.97461 tcpsvd: info: end 5825 exit 0
2005-01-04_13:09:44.97462 tcpsvd: info: status 0/40
2005-01-04_13:09:44.97463 5825 > [EOF]


When I use Nail  its all OK.

My setups are:

1) The run file, with extra recordio to debug:

#!/bin/sh
export PATH=/usr/local/bincimap/bin:/usr/local/bincimap/sbin:/var/qmail/bin:$PATH
OWN=vpopmail \
PRG=/usr/local/vpopmail/bin/vchkpw \
LCL=/etc/service/bincimap/bincimap-localconfig \
exec 2>&1
exec chpst -e ./env -o 32 -m 4000000 sh -c '
tcpsvd -v -u $OWN -c "$MAXCON" -t "$TIMEOUT" \
-l "$LOCALHOSTNAME" "$IP" "$PORT" /usr/local/bin/recordio \
bincimap-up --logtype=multilog --conf=./bincimap.conf -- $PRG $LCL bincimapd IMAPdir '



2) The bincimap-localconfig:

#!/bin/sh
#---------------------------------------------------------------------------
# Local  for Binc IMAP.
set -a
#---------------------------------------------------------------------------
# Configuration for ImapDir
#---------------------------------------------------------------------------
if [ -e .disabled ]; then
   exit 111
fi
if [ ! -e $2 ]; then
   mkdir $2
fi
if [ ! -e $2/INBOX ]; then
   /var/qmail/bin/maildirmake $2/INBOX
   echo ./$2/INBOX/ >> .qmail
fi
#---------------------------------------------------------------------------
# End of configuration
#---------------------------------------------------------------------------
exec $1

3) The bincimap.conf, with ssl and jail disabled

/* -*- mode:java -*- */
//----------------------------------------------------------------------------
Authentication {
   allow plain auth in non ssl = "yes",
   auth penalty = 5,
   disable starttls = "yes"
}

//----------------------------------------------------------------------------
Security {
   jail path = "",
   jail user  = "vpopmail",
   jail group = "vpopmail"
}

//----------------------------------------------------------------------------
Log {
   type = "multilog",
   environment ip variable = "TCPREMOTEIP"
}

//----------------------------------------------------------------------------

Mailbox {
   depot = "IMAPdir",
   type = "Maildir",
   path = "IMAPdir",
   auto create inbox = "yes",
   auto subscribe mailboxes = "INBOX",
   umask = "077"
}

//----------------------------------------------------------------------------
Session {
   idle timeout = 1860,
   auth timeout = 60,
   transfer timeout = 1200,
   transfer buffer size = 1024
}

//----------------------------------------------------------------------------
SSL {
   pem file = "/etc/bincimap.pem",
   ca file = "",
   ca path = "",
   cipher list = "!ADH:RC4+RSA:HIGH:MEDIUM:LOW:EXP:+SSLv2:+EXP",
   verify peer = "no"
}

//----------------------------------------------------------------------------



Someone have any Tips or Prays to solve this Incompatible and exotic problem ?

Thanks in advance for all,
regards,

[]s agsb








Reply via email to