On Tue, Jan 17, 2006 at 04:19:34PM -0800, Julie S. Lin wrote:
Hi
why do I get this error?
The webmail system is temporarily unavailable. An error occured in function
/usr/lib/courier/var/sqwebmail.sock CRIT: Several attempts were necessary
to connect to sqwebmaild
CRIT: Consider increasing the number of pre-forked sqwebmaild processes
my DocumentRoot is /var/www/html ; url I'm using is
https://mail.myserver.com
You have some mod_rewrite trickery to map the document root to the webmail
CGI? If so, I wonder whether all the image requests end up getting mapped to
this too (i.e. https://mail.myserver.com/sqwebmail/foo.png) in which case
the CGI will be handling a lot more requests than it should be.
If you are doing rewrite tricks, you could try turning them off, and then
inserting an index.html or index.asis which simply redirects the browser to
https://mail.myserver.com/cgi-bin/webmail
(This has the secondary advantage that if they go to
http://mail.myserver.com/ they'll be forced to use https)
Brian.