Hello, Ken, i've checked what you've said. Checked that 3 steps and read the sqwebmail INSTALL file, I still get the error and cant find out why. After qmailadmin changes the password of a user; that password works for POP3 connections, but for web (sqwebmail) the working one is still the old password. You asked me about "to be sure about enabling webpass". I've added "--enable-webpass=vpopmail" to configure. Here's my configure line: =========================== ./configure --with-cachedir=/home/mailsys/sqwebmail/cache --without-authmysql --enable-webpass=vpopmail --with-module=authvchkpw --enable-logincache --enable-hardtimeout=7200 --enable-softtimeout=3600 --with-htmllibdir=/home/mailsys/sqwebmail --enable-cgibindir=/home/mailsys/sqwebmail/cgi-bin --enable-imagedir=/home/mailsys/sqwebmail/images/ --enable-imageurl=/images/ --without-authpwd --without-authshadow --without-authpam --without-authuserdb --without-authmysql --without-authdaemon --without-authldap =========================== after adding user with "./vadduser [EMAIL PROTECTED] 1" - both sqwebmail and pop3 works as supposed. after changing password to "2" with qmailadmin, - POP3 passwd changes to "2" while - sqwebmail passwd is still "1". here, i delete ~vpopmail/domains/domain.net/user/Maildir/sqwebmail-pass file and do a "~vpopmail/bin/vpasswd [EMAIL PROTECTED] new-passwd" to see if sqwebmail-pass file will be re-created. but it didnt work. (i dunno if this supposed to work?) ============== bash-2.04# ls ~vpopmail/domains/domain.net/try/Maildir/ .Drafts cur sqwebmail-pass .Sent new sqwebmail-timestamp .Trash sqwebmail-curcnt tmp ============== ============== bash-2.04# rm -f ~vpopmail/domains/domain.net/try/Maildir/sqwebmail-pass bash-2.04# ls ~vpopmail/domains/domain.net/try/Maildir/ .Drafts cur sqwebmail-timestamp .Sent new tmp .Trash sqwebmail-curcnt ============== ============== bash-2.04# ./vpasswd [EMAIL PROTECTED] 3 bash-2.04# ls ~vpopmail/domains/domain.net/try/Maildir/ .Drafts cur sqwebmail-timestamp .Sent new tmp .Trash sqwebmail-curcnt bash-2.04# ============== And my instalition steps: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ cd /usr/src/mail tar xfvz sqwebmail-1.2.4.tar.gz cd sqwebmail-1.2.4 make configure-check ====== pico -w authlib/Makefile replace: "CRYPTLIBS = -lcrypt" with: "CRYPTLIBS = -lcrypt -L/usr/local/lib/mysql -lmysqlclient" ( from Flattie's great help document - http://howto.globelinks.com ) ====== cd .. make make check make install chmod -R 755 /home/mailsys/sqwebmail/images ; chmod -R a+rx /home/mailsys/sqwebmail ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Thanks for help M. Guven Mucuk [EMAIL PROTECTED] __________________________________________________ Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/
