atom feed2 messages in net.sourceforge.lists.courier-usersRe: [courier-users] sqwebmail problem...
FromSent OnAttachments
Gillian BennettApr 6, 2004 1:49 pm 
Phillip HutchingsApr 6, 2004 2:23 pm 
Subject:Re: [courier-users] sqwebmail problem with MSIE
From:Phillip Hutchings (sith@sitharus.com)
Date:Apr 6, 2004 2:23:39 pm
List:net.sourceforge.lists.courier-users

On 7/04/2004, at 8:55 AM, Gillian Bennett wrote:

Hi,

I am running courier 0.44.2 on fedora core 1.0 patched (kernel 2.4.22-1.2174.nptl). My webserver is apache 2.0.48

I have had a look in the archives and also in the doco and using google, but have not been able to find a solution to this issue users with MSIE are having with sqwebmail. Instead of the text on screen in the top left corner of the login page, and across the top of the main page, there are small red crosses where the headings should be. Everything looks just fine with mozilla, so I didn't know there was a problem at all until one of the users complained!!

I have put the recommended line into my httpd.conf file

BrowserMatch "MSIE" nokeepalive downgrade-1.0 force-response-1.0

In the httpd logs it has [snip]

That's right, MSIE will request HTTP/1.1 - the line in the configuration file forces the server to respond as HTTP/1.0, it won't affect what the browser sends.

And that's about all I know :P