<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 2010/03/17 11:21 AM, Jennifer Botten wrote:
<blockquote cite="mid:0DD444D062184D39A5B05538B68B6739@jenniferPC"
 type="cite">
  <meta http-equiv="Content-Type"
 content="text/html; charset=ISO-8859-1">
  <meta name="Generator" content="Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
  <style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
p
        {mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:Arial;
        color:windowtext;}
@page Section1
        {size:595.3pt 841.9pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.Section1
        {page:Section1;}
-->
  </style><!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
  <div class="Section1">
  <p class="MsoNormal"><font face="Arial" size="2"><span
 style="font-size: 10pt; font-family: Arial;">Hi,<o:p></o:p></span></font></p>
  <p class="MsoNormal"><font face="Arial" size="2"><span
 style="font-size: 10pt; font-family: Arial;"><o:p> </o:p></span></font></p>
  <p class="MsoNormal"><font face="Arial" size="2"><span
 style="font-size: 10pt; font-family: Arial;">I wonder if someone can
give me some information on my Kolab.
I am running Kolab 2.2.1, and for some reason I can access the Horde
Webmail
from my internal network, login in with no issues. When I access horde
from the
internet, it opens the login page but  as soon as I put in the username
and password,
it just goes back to the login page without login the user in. There
are errors
in the log file, the log file does not even register the user login in.
If
someone can give me some information regarding this issue, it would be
much
appreciated.<o:p></o:p></span></font></p>
  <br>
  </div>
</blockquote>
Hi Jennifer, that is exactly what occurs when the server is not in the
domain that you are logging in with, ie your server has different name
on the internet than on the local network.<br>
<br>
One way to fix this is to change the cookie domain to empty. It
defaults to fqdn of your server.<br>
<br>
in webclient-kolab-conf.template <br>
<br>
$conf['cookie']['domain'] = '@@@fqdnhostname@@@';<br>
<br>
to<br>
$conf['cookie']['domain'] = '';<br>
<br>
Thats from memory, and I'm not using a completely standard version of
kolab so I'll try to confirm that for you. But nice to see another
Kolab user in this country. :-)<br>
<br>
</body>
</html>