2019-09-20 - hschneider, Admin
Cookie Disclaimer: This forum uses only essential, anonymous session cookies (xmailforum*), nothing to be scared of.
XMail Forum · Newbies read here ! All about SMTP,MX-Records,DNS etc. | Help Search Members Calendar |
Welcome Guest ( Log In | Register ) | Resend Validation Email |
sammy |
Posted: Aug 27 2006, 02:06 PM
|
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 |
GadTek |
Posted: Aug 31 2006, 12:03 AM
|
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. |
sammy |
Posted: Sep 1 2006, 02:52 AM
|
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. |