I had this problem with lighttpd server and IE clients.
To solve it, you must disable server's keep-alive requests for IE clients
example:
$HTTP["useragent"] =~ ".*MSIE.*" {
server.max-keep-alive-requests = 0
}
Emmanuel38 wrote:
>
> Hi
>
> I have squirrelmail 1.4.10a installed
Hi
I have squirrelmail 1.4.10a installed on one server.
Many clients have problems to make an attachment, using their Internet
Explorer client.
When they try to add attachment file to their e-mail, the message "This page
cannot be displayed" appears on the screen.
I've tried to fixed this using