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
"GET /webmail/graytopleft.png HTTP/1.1" 303 -
"http://wmail.domain.com/webmail?noframes=1" "Mozilla/4.0 (compatible; MSIE 6.0;
Windows NT 5.1)"
"GET /webmail/graytopright.png HTTP/1.1" 303 -
"http://wmail.domain.com/webmail?noframes=1" "Mozilla/4.0 (compatible; MSIE 6.0;
Windows NT 5.1)"
"GET /webmail?noframes=1 HTTP/1.1" 200 29306
"http://wmail.domain.com/webmail?index=1" "Mozilla/4.0 (compatible; MSIE 6.0;
Windows NT 5.1)"
"GET /webmail?index=1 HTTP/1.1" 200 1279
"http://wmail.dommain.com/webmail?noframes=1" "Mozilla/4.0 (compatible; MSIE
6.0; Windows NT 5.1)"
"GET /webmail?index=1 HTTP/1.1" 200 1279
"http://wmail.domain.com/webmail?noframes=1" "Mozilla/4.0 (compatible; MSIE 6.0;
Windows NT 5.1)"
"GET /webmail/signin.png HTTP/1.1" 303 -
"http://wmail.domain.com/webmail?noframes=1" "Mozilla/4.0 (compatible; MSIE 6.0;
Windows NT 5.1)"
"GET /webmail/logo.png HTTP/1.1" 303 -
"http://wmail.domain.com/webmail?noframes=1" "Mozilla/4.0 (compatible; MSIE 6.0;
Windows NT 5.1)"
"GET /webmail/graybottomleft.png HTTP/1.1" 303 -
"http://wmail.domain.com/webmail?noframes=1" "Mozilla/4.0 (compatible; MSIE 6.0;
Windows NT 5.1)"
"GET /webmail/graybottomright.png HTTP/1.1" 303 -
"http://wmail.domain.com/webmail?noframes=1" "Mozilla/4.0 (compatible; MSIE 6.0;
Windows NT 5.1)
etc with no errors reported.
thanks, Gillian