Hi All,
I'm trying to get sqwebmail to run basically behind my own CGI server
(actually, it's an addon to Zope), and running into a wierd problem.  The
thing is basically working, you can log in, and look at the 'folders' view,
but it hangs when trying the other views (like preferences or create
message).  The way this CGI server works is by using os.popen3 (in Python)
to run the webmail script, after setting up the proper (I hope!) CGI
environment.  It's working, and I can see that the child process sets it's
owner to whoever I log in as, so it looks like it's working (well, yes, it's
working, because it properly shows the folder list for that user.  Also the
same CGI interface is working great with the webadmin script).  I'm
wondering why does it hang when, e.g. clicking on 'preferences'?  'folders'
is the only navbar choice that seems to work.  I've been looking thru the
source, but I don't see what could be the problem.  Any ideas what it could
be doing that would cause os.popen3 to hang?  Maybe trying to open some file
or fork something?  I've been on this for days....


_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to