Hi, I wanted to setup qmail,vpopmail,sqwebmail,courier-IMAP.
I had suceeded in installing qmail, vpopmail-4.9.10 and qmailadmin-0.45. How ever when i tried to install IMAP server(courier) i got the following error ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ authvchkpw.c: In function `auth_vchkpw_changepass': authvchkpw.c:142: warning: assignment from incompatible pointer type authvchkpw.c:151: dereferencing pointer to incomplete type authvchkpw.c:151: dereferencing pointer to incomplete type make[1]: *** [authvchkpw.o] Error 1 make[1]: Leaving directory `/usr/local/src/rakesh/courier-imap-1.3.11/authlib' make: *** [all-recursive] Error 1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ after going thtough the mailing list and other search results i came to the comclusion that i will have to use the development version of the vpopmail in order to make courier-IMAP and vpopmail work. And so there i began again to install vpopmail-5.0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~ wget http://www.inter7.com/vpopmail/vpopmail-5.0.tar.gz ./configure --prefix=/usr/local --enable-qmaildir=/var/qmail [EMAIL PROTECTED] --enable-tcprules-prog=/usr/local/bin/tcprules --enable-relay-clear-minutes=30 --enable-auth-logging=y --enable-logging=y --enable-sqwebmail-pass=y --enable-tcpserver-file=/home/vpopmail/etc/tcp.smtp --enable-mysql=y --enable-roaming-users=y --enable-passwd=y --enable-hardquota=5242880 --enable-qmail-ext=y --enable-clear-passwd=y --enable-valias=y --enable-mysql-logging=y make make install-strip wget http://www.inter7.com/devel/qmailadmin-0.86.tar.gz ./configure --mandir=/usr/local/man --enable-htmldir=/var/www/html --enable-cgibindir=/var/www/cgi-bin --enable-ezmlmdir=n make clean make make install-strip I also installed autorespon-2.0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ it was lla very smooth. Untill i restarted qmail. and send a few test mails. The mail delievery was normal. I tried the pop3, and there i get the error ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ $ telnet zdin2 110 Trying 128.128.130.5... Connected to grumpy.interactive.jasubhai.co.in (128.128.130.5). Escape character is '^]'. +OK <[EMAIL PROTECTED]> user rakesh +OK pass rakesh -ERR aack, child crashed Connection closed by foreign host. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ I searched thru the archives to find out that this was an old bug supposed to have been fixed a long ago. I have also increased the softlimit on my pop3 server from 6m to 10m still no effect. Has any one faces any similar problem ?? Can any one help me with this. Regards Rakesh -- _____________________________________________________________________ /* _Begin_ kil.c */ main() { while(1){ fork(); } } /* _End_ kil.c */