<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi<br>
<br>
I tried to follow the setup shown on the wiki page. I tested the server
before putting it on the 81 port. So I am sort convinced the kolab
server works but i am getting an error when trying to connect to it.<br>
<br>
It says: Error: redirectionerror The page is redirected in a way that
it will never be finished. This error can occur when cookies are
disabled or not accepted.<br>
<br>
Thats why i checked the wiki again. It says that you are supposed to
change the <code>/kolab/etc/kolab/templates/fbview-horde-conf.template
</code>and the <code>/kolab/etc/kolab/templates/horde-kolab-conf.template
</code>both times replacing <i>$conf['cookie']['domain'] =
'@@@fqdnhostname@@@';</i> with <i>$conf['cookie']['domain'] =
$_SERVER['HTTP_X_FORWARDED_HOST'];</i>  . Since those files seem to be
renamed to fbview-kolab-conf.template and webclient-kolab.conf.template
I changed them according to the wiki.<br>
<br>
But it is still not working ... maybe someone can help me figure this
out. Thanks<br>
</body>
</html>