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]


Reply via email to