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 -> where to find uebimiau help direct

Reply to this topicStart new topic

> where to find uebimiau help direct, header problems
sammy
Posted: Aug 27 2006, 02:06 PM
Quote Post


Newbie
*

Group: Members
Posts: 6
Member No.: 2236
Joined: 27-August 06



Does anyone know where to find help for specific uebimiau problems? I am connecting to xmail fine, I am having some problems with headers. Uebimiau homepage has no active forum, and contact form leads to a dead link. Maybe I will send email directly to author, i would prefer to solve by looking through archives.
thanks,
sam karush
PMEmail Poster
Top
GadTek
Posted: Aug 31 2006, 12:03 AM
Quote Post


Junior Member
**

Group: Members
Posts: 42
Member No.: 960
Joined: 2-March 04



I had the same issues, you need to modify the inc.php file located in /webmail/inc/ .

You need to jump down to the portion that deal with the browser cache handling:

It will look like this:

header("Cache-Control: no-cache, cachehack=".time().
<"Cache-Control: no-store, must-revalidate".
<"Cache-Control: post-check=-1, pre-check=-1", false);


you need to change it to:

Header("Expires: Wed, 11 Nov 1998 11:11:11 GMT\r\n").
Header("Cache-Control: no-cache\r\n").
Header("Cache-Control: must-revalidate");

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

That will take care of it.

image005.gif
PMEmail Poster
Top
sammy
Posted: Sep 1 2006, 02:52 AM
Quote Post


Newbie
*

Group: Members
Posts: 6
Member No.: 2236
Joined: 27-August 06



Thanks,
that worked great for Ver. 2.7.2
sam

P.S. Did you happen to have the same issues when viewing attachments? I realize this isn't the place to look for help with this, but I'm not sure where else to look.
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