Michael Bowe wrote: > Sam Varshavchik has accepted my patch. > > Therefore the modifications it contains will be part of the next > courier-imap release (v2.2.2) > > Michael.
I've installed this version of courier (see the courier ml, there's a patch for imapd.c), but I've an auth problem with vpopmail My steps: vpopmail-5.4.0-rc1 ------------------ ./configure --enable-tcpserver-file=/home/vpopmail/etc/tcp.smtp --enable-qmail-ext --enable-defaultquota=NOQUOTA make cp vchkpw /home/vpopmail/bin/vchkpw-noroaming (this is for mi pop3d daemon) make clean ./configure --enable-tcpserver-file=/home/vpopmail/etc/tcp.smtp --enable-qmail-ext --enable-defaultquota=NOQUOTA --enable-roaming-users make make install-strip courier-imap-2.2.2.20040110 --------------------------- setenv CFLAGS="-DHAVE_OPEN_SMTP_RELAY" ./configure --prefix=/usr/local/courier-imap --disable-root-check --without-authpam --without-authldap --without-authpwd --without-authmysql --without-authpgsql --without-authshadow --without-authuserdb --without-authcustom --without-authcram --without-authdaemon --with-authvchkpw --with-ssl --with-piddir=/var/run gmake && gmake install && gmake install-configure Well, this is my situation: observe# openssl s_client -connect 127.0.0.1:995 CONNECTED(00000004) <cut> --- +OK Hello there. USER [EMAIL PROTECTED] +OK Password required. PASS passwordcorrect closed observe# I've that authentication problem. The authentication fails (PASS). My /var/log/qmail/pop3s/current is this: @400000004001b58522de336c tcpserver: status: 0/40 @400000004001b5ba0a61dc1c tcpserver: status: 1/40 @400000004001b5ba0a7112a4 tcpserver: pid 29340 from 127.0.0.1 @400000004001b5ba0a725eac tcpserver: ok 29340 nesys.it:127.0.0.1:995 :127.0.0.1::46934 @400000004001b5ba0defecac INFO: Connection, ip=[127.0.0.1] @400000004001b5e42301e80c tcpserver: end 29340 status 0 @400000004001b5e423233f34 tcpserver: status: 0/40 Where is my problem? Have you got any suggestion for me? Thanks for all Regards Andrea