Arthur Yeung writes: 

> hi,
>  
>     I am using the following :
>  
>     Solaris 8
>     qmail 1.03
>     vpopmail 5.0 (with mySQL authenication)
>     
>     I have tried both
>     sqWebMail 3.1.0.20011006 and
>     sqWebMail 3.1.0
>  
>     both give me an error message like the following after I install it:
>  
>     <H1>Internal error (module sqwebmail.c, line 1807) - contact system
> administrator</H1>

This error indicates a software problem with your web server.  The error is 
reported from here: 

               if ((rm=getenv("REQUEST_METHOD")) == 0 ||
                       (strcmp(rm, "POST") == 0 &&
                               ((rm=getenv("CONTENT_TYPE")) != 0 &&
                               strncasecmp(rm,"multipart/form-data;", 20)
                                       == 0)))
                       enomem();       /* multipart/formdata posts not 
allowed
                                       */ 

I would say that the web server fails to initialize the CGI variable 
REQUEST_METHOD before running sqwebmail. 

What web server are you running? 

 

-- 
Sam

Reply via email to