Re: [SM-USERS] Attachment problems with Internet Explorer

2007-06-04 Thread work
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

[SM-USERS] Attachment problems with Internet Explorer

2007-06-03 Thread Emmanuel38
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