marc lindahl writes: > Hi All, > I'm getting this error, I can't seem to find any reference to it anywhere: > > Internal error (module sqwebmail.c, line 2335) - contact system > administrator > > > This, when running the webmail cgi from either command line or via a web > server (webmin, actually, a custom command).
This error indicates that your Common Gateway Interface (as in CGI) environemnt does not exist. You'll obviously have this happen if attempt to run the binary from a command line shell, unless you manually initialize all the requisite environment variables. If you're seeing this in a browser it means that your custo web server does not implement CGI. -- Sam _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
