Hi, courier-imap-1.3.11+vpopmail-5.0
Just wanted to report that the pop-before-smtp is tricky to enable... But, here's how to do it: >From my "courier-imap" build script: export CPPFLAGS=" -I/usr/include -I/usr/include/openssl -I/home/vpopmail/include" export LDFLAGS="-L/usr/lib -L/usr/lib/openssl -L/home/vpopmail/lib" export CFLAGS="$MYFLAGS -DHAVE_OPEN_SMTP_RELAY" ./configure \ --prefix=/usr/local/courier-imap \ --with-authvchkpw \ --without-authdaemon \ --without-authcustom \ --without-authuserdb \ --without-authpam \ --without-authldap \ --without-authpwd \ --without-authshadow \ --without-authmysql \ --without-authcram \ --disable-root-check \ --enable-workarounds-for-imap-client-bugs && make && make install But, there seems to be mysterious delays when speaking with the imap server using "Microsoft Outlook Express 5.50.4807.1700" on WIN98, I have not tried any other clients as of yet. Furthermore, the "-DHAVE_OPEN_SMTP_RELAY" stuff is a hack to force the pop-before-smtp feature because the configure routines fails to detect it. Chears. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | Oden Eriksson, Deserve-IT Networks, Jokkmokk, Sweden. | Mandrake Linux release 8.2 (Cooker) for i586 | Current uptime with kernel 2.4.13-6mdksmp: 8:38 | cpu0 @ 814.28 bm, fan 4192 rpm, temp +30.0�C | cpu1 @ 815.92 bm, fan 4115 rpm, temp +29�C
