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

Reply via email to