Great! Thanks for the info! I think see why it's not working with my setup. However, I remember that I had problems compiling the first time around, and I thought it was because I was using slackware. I used a red hat system to compile and it worked fine, so I copied the compiled source tree over and installed.. Looking back, I now see that it skipped over the authvchkpw, because it was not installed on the red hat system.
I just tried to compile with that option, and this is the error I get: root@www:/home/marc/sqwebmail-3.0.0.20010821/authlib# gcc -DHAVE_CONFIG_H -I. -I. -I. -I/home/vpopmail/include -g -O2 -Wall -I .. -I./.. -c authvchkpw.c 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 I hope that anyone can help me with this; it is my last roadblock to a perfect email system! Thanks in advance! -Marcus ----- Original Message ----- From: Tren Blackburn <[EMAIL PROTECTED]> To: Marcus Mueller <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, October 04, 2001 12:43 PM Subject: RE: SqWebMail Password/Access Problems > What you have running will not work. To my knowledge, you have to run the > authvchkpw module in order to take advantage of Vpopmail specific features, > like locking people out of webmail and password changing. You are using the > userdb module, which is fine, but you'll lose all vpopmail features once you > do that. The password changes will reflect in the userdb database, NOT in > the cdb database of vpopmail. Try recompiling your sqwebmail to use > authvchkpw, and see if everything starts working fine. > > Regards, > > Tren. >
