XMailforum is a readonly knowledge archive now.

Registering as a new user or answering posts is not possible anymore.

Might the force be with you, to find here what you are looking for.

2019-09-20 - hschneider, Admin

Cookie Disclaimer: This forum uses only essential, anonymous session cookies (xmailforum*), nothing to be scared of.

XMail Forum -> Uebimiau and https

Reply to this topicStart new topic

> Uebimiau and https, Unable to download attachments in https
bat
Posted: May 9 2004, 07:31 PM
Quote Post


Newbie
*

Group: Members
Posts: 1
Member No.: 1105
Joined: 9-May 04



Hi There

When I try to download an attachment in https i had an error. But if I do it in http all works fine.

I can't understand where is the problem.

Thanks for your help.

bat
PMEmail Poster
Top
hschneider
Posted: May 19 2004, 01:36 PM
Quote Post


No - I'm not an answering script ...
Group Icon

Group: Admin
Posts: 6631
Member No.: 195
Joined: 19-June 02



This depends on how Uebimiau handles server connections. Pls forward this to its author.


--------------------
Bye,
Harald


-- Download XMail Queue Manager 1.46 NOW: XMail Server Tools
-- Cross platform remote queue management!
-- Message analyzing on the fly!
-- Builtin diagnostics knowledge base!
-- Manages multiple mail queues!

Sponsored by
CD-Produktion und DVD-Produktion and Homestaging Saarland - Immobilien schneller verkaufen in der Region Saarland, Rheinland-Pfalz und Luxembourg
PMEmail PosterUsers Website
Top
namelessminion
Posted: Feb 27 2005, 05:51 AM
Quote Post


Newbie
*

Group: Members
Posts: 1
Member No.: 1529
Joined: 27-February 05



I had a problem with this, but it only happend when the client was Internet Explorer.
For me the problem seemed to be a issue with IE and the header when using ssl,
What I did, was duplicate the inc.php I called my duplicate inc2.php. In the inc2.php I removed the following.
QUOTE
/*
Don't remove the fallowing lines, or you will be problems with browser's cache
*/
Header("Expires: Wed, 11 Nov 1998 11:11:11 GMT\r\n".
"Cache-Control: no-cache\r\n".
"Cache-Control: must-revalidate\r\n".
"Pragma: no-cache");

$nocache = "
<META HTTP-EQUIV=\"Cache-Control\" CONTENT=\"no-cache\">
<META HTTP-EQUIV=\"Expires\" CONTENT=\"-1\">
<META HTTP-EQUIV=\"Pragma\" CONTENT=\"no-cache\">";

Now in download.php change it from inc.php to inc2.php(or whatevery you called the duplicate)
QUOTE
// load session management
require("./inc/inc2.php");
// check for all parameters

Since the rest of the files will be using inc.php, there shouldn't be much of a cache issue. Of cource you will need both the inc.php as well as the inc2.php(or whatevery you called the duplicate)
I don't know if this will fix your problem, but it what fixed the issues I was having with SSL, Attachments and IE.
PMEmail Poster
Top
0 User(s) are reading this topic (0 Guests and 0 Anonymous Users)
0 Members:
« Next Oldest | Webmail Add-ons | Next Newest »

Reply to this topicStart new topic