On Wed, Jun 04, 2003 at 02:36:14PM +0300, Flora Dru wrote:
> I am still getting this error "Internal error (module sqconfig.c, line 63) 
> - contact system administrator". I've a feeling it has something to do with 
> the user rights on the Maildir folders, because line 63 in sqconfig.c talks 
> about opening a folder, this is it; 
> 
> f=fopen(p, "w");
> if (!f) enomem(); 
> 
> , am not a c programmer though. 

Yep, it's trying to write a file, and is failing to open it. A more helpful
error message would have been nice.

> What user is sqwebmail supposed to run as?

It is a CGI launched by your webserver, and it is supposed to be setuid
root. It therefore doesn't matter what uid your webserver is running as.

Regards,

Brian.

Reply via email to