<html>
<head>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-15">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi all <br>
<br>
Got a problem with kolab-syncroton 2.0.1 from debian wheezy in
multidomain-setting. I followed<br>
<br>
<a class="moz-txt-link-freetext"
href="http://docs.kolab.org/en-US/Kolab_Groupware/3.0/html/Administrator_Guide/index.html">http://docs.kolab.org/en-US/Kolab_Groupware/3.0/html/Administrator_Guide/index.html</a><br>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-15">
Procedure 11.4. Configuring Roundcube<br>
<br>
putting the config-Files for the new domain under
/etc/roundcubemail/$http_host/ and replacing the content of
/etc/roundcubemail/kolab_auth.inc.php with:<br>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-15">
<br>
<?php<br>
if (file_exists(RCMAIL_CONFIG_DIR . '/' . $_SERVER["HTTP_HOST"] .
'/' . basename(__FILE__))) {<br>
include_once(RCMAIL_CONFIG_DIR . '/' . $_SERVER["HTTP_HOST"]
. '/' . basename(__FILE__));<br>
}<br>
?><br>
<br>
There is a symlink under
/usr/share/kolab-syncroton/lib/plugins/kolab_auth/config.inc.php
referencing to /etc/roundcubemail/kolab_auth.inc.php. Testing
ActiveSync with $http_host/Microsoft-Server-ActiveSync isn't working
(after filling in the credentials the login window reappears without
a message). After linking config.inc.php directly to
/etc/roundcubemail/$http_host/kolab_auth.inc.php it works. How do I
fix this for my other domains?<br>
<br>
Thx<br>
Michael<br>
</body>
</html>