I've downloaded the patch v4.98-1 and recompile (removing all *.o using
make distclean before configure)


It seems that the classic error of not updating sqwebmail-pass still exist.


The users can change password from the sqwebmail prefs but when password is
changed via vpasswd/qmailadmin, the new password is not updated to the
sqwebmail-pass file.


Ken, can you look into the matter again ?


Thanks.


Ken Jones writes:

> Kenneth wrote:
> > 
> > Hello Francis,
> > 
> > For  the  problem  of  changing password in vpopmail 4.9.8 library, it seems
> > that  the sqwebmail_pass routine try to write to another buffer.
> > 
> > Please try to edit vpopmail.c, find the sqwebmail_pass routine.
> > Have it use TmpBuf2 instead of TmpBuf1
> > 
> > eg.
> > Change the line:
> > sprintf(TmpBuf1, "%s/Maildir/sqwebmail-pass", dir);
> > to:
> > sprintf(TmpBuf2, "%s/Maildir/sqwebmail-pass", dir);
> > 
> > That may help !
> > 
> > 
> > --
> > Best regards,
> >  Kenneth                          mailto:[EMAIL PROTECTED]
> 
> http://www.vpopmail.cx/vpopmail-4.9.8-1.tar.gz
> 
> I hate these stupid kinds of bugs. Thank goodness other people
> actually read the code. The new package has this minor fix,
> so no new people will have to fix it.
> 
> Ken Jones






-----------------------------------------------
Francis P. Ling            [EMAIL PROTECTED]
Network Administrator              +6084-333366
Pan Sarawak Co Sdn Bhd        www.pansar.com.my
-----------------------------------------------

Reply via email to