<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Oops, missed this one. Thanks !<br>
      <br>
      Christian...<br>
      <br>
      On 2013-11-02 07:41, Christian Hügel wrote:<br>
    </div>
    <blockquote cite="mid:5274E4D3.6090500@stonebyte.de" type="cite">
      <pre wrap="">

</pre>
      <blockquote type="cite">
        <pre wrap="">
Oh! You know what?  I'm attaching the initMultiDomain.sh script that I modified to automate some patches download, in order to make things simpler. Because if you don't check the script before running it, chances are that it will fail to complete since you'll be missing 4 patches.

</pre>
      </blockquote>
      <pre wrap="">
Hi Christian,

in order to ensure that addresses in the second/third etc. domain show
up in "GlobalAddressBooks, you have to patch also roundcubes
config.inc.php like this:


#####################################################################################
# Fix Global Address Book in Multi Domain environment
####################################################################################
cp -r /etc/roundcube/config.inc.php
/etc/roundcubd/config.inc.php.beforeMultiDomain
sed -r -i -e "s#'ou=People,.*'#'ou=People,%dc'#g"
/etc/roundcubemail/config.inc.php
sed -r -i -e "s#'ou=Groups,.*'#'ou=Groups,%dc'#g"
/etc/roundcubemail/config.inc.php

I have attached the altered script.Thx

Cheers,

Christian
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:users@lists.kolab.org">users@lists.kolab.org</a>
<a class="moz-txt-link-freetext" href="https://lists.kolab.org/mailman/listinfo/users">https://lists.kolab.org/mailman/listinfo/users</a></pre>
    </blockquote>
    <br>
  </body>
</html>