hi iam trying to give free mail registration

i installed everything fine
as mentions in the document

when i try in Internet Explorer , nescape sommunicator
iam gettting following error

Error
   An error occured while processing your request.  If it continues
please contact the webmaster.

Go back

even i changed like this in vpopmail.c

int vsqwebmail_pass( char *dir, char *crypted, int uid, int gid )
{
 FILE *fs;

        if ( dir == NULL ) return(VA_SUCCESS);
    sprintf(TmpBuf2, "%s/Maildir/sqwebmail-pass", dir);
    if ( (fs = fopen(TmpBuf2, "w")) != NULL ) {
        fprintf(fs, "\t%s\n", crypted);
        fclose(fs);
        chown(TmpBuf2,uid,gid);
        return(0);

i followed all the steps

help will be appriciated.

hari

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

Reply via email to