<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hallo Kolab Users,<br>
    Ich setzte bereits seit einigen Jahren bei meinen Kunden kolab als
    Mailserver ein. Bisher in den Versionen 2.2 und  2.4.<br>
    Meine Versuche Version 3.0 zu installieren sind leider bisher
    fehlgeschlagen. <br>
    Ich habe mich an diese Anleitung gehalten:
<a class="moz-txt-link-freetext" href="http://docs.kolab.org/de-DE/Kolab_Groupware/3.0/html/Community_Installation_Guide/index.html">http://docs.kolab.org/de-DE/Kolab_Groupware/3.0/html/Community_Installation_Guide/index.html</a><br>
    Verwende ich die falschen Pakete? Kann jemand einen Hinweis geben ?
    Gibt es einen andere Doku ?<br>
    ---<br>
    <p>Was ich getan habe:<br>
      Debian7 (wheezy, 64bit)<br>
          minimale Installation, ohne X, ohne Mysql, ohne Apache<br>
    </p>
    <p>    <small>1) Partitionen separiert (auf extra Datenpartition)</small></p>
    <small>
    </small>
    <ul>
      <li class="listitem"><small>
        </small>
        <div class="para"><small><code class="filename">/var/lib/mysql/</code></small></div>
        <small>
        </small></li>
      <li class="listitem"><small>
        </small>
        <div class="para"><small><code class="filename">/var/lib/imap/</code></small></div>
        <small>
        </small></li>
      <li class="listitem"><small>
        </small>
        <div class="para"><small><code class="filename">/var/spool/imap/</code></small></div>
        <small>
        </small></li>
    </ul>
    <small>
    </small>
    <p><small>    2) Repositories<br>
            /etc/apt/sources.list:<br>
            deb <a class="moz-txt-link-freetext" href="http://mirror.kolabsys.com/pub/debian/kolab-3.0/">http://mirror.kolabsys.com/pub/debian/kolab-3.0/</a> wheezy
        release updates<br>
            deb-src <a class="moz-txt-link-freetext" href="http://mirror.kolabsys.com/pub/debian/kolab-3.0/">http://mirror.kolabsys.com/pub/debian/kolab-3.0/</a>
        wheezy release updates</small></p>
    <small>
    </small>
    <p><small>    3) Apt Pininng<br>
            /etc/apt/preferences.d/kolab:<br>
            Package: *<br>
            Pin: origin mirror.kolabsys.com<br>
            Pin-Priority: 501</small></p>
    <small>
    </small>
    <p><small>    4) Exim (Debian-Standard MTA) entfernen<br>
            apt-get remove exim4 exim4-base exim4-config
        exim4-daemon-light</small></p>
    <small>
    </small>
    <p><small>    5) kolab installieren<br>
            apt-get install kolab</small></p>
    <small>
    </small>
    <p><small>    6) kolab konfigurieren<br>
      </small><small>    setup-kolab</small><em><br>
      </em></p>
    <p>Ab hier geht es mit den Fehlern los.<em><br>
      </em></p>
    <p>7) Der Punkt “Neue Benutzer anlegen” fehlt im
      <a class="moz-txt-link-freetext" href="http://mykolabserver/kolab-webadmin">http://mykolabserver/kolab-webadmin</a><br>
      Lösung:<br>
      <em>echo /usr/lib/x86_64-linux-gnu/nss/ >
        /etc/ld.so.conf.d/mozldap.conf</em><br>
      <em>ldconfig</em></p>
    <p>   <small> 8) reboot</small><br>
    </p>
    <p>9) Erstes Login am Webadmin-Frontend (user: “cn=Directory
      Manager”)</p>
    <p>Es können keine Benutzer angelegt werden<br>
      - mysql läuft nicht, das Verzeichnis /var/lib/mysql gehört dem
      User dirsrv<br>
      - kurzerhand den Besitz umgeschrieben mit <br>
      <i>chown -R mysql:mysql /var/lib/mysql</i><br>
      - /etc/init.d/mysql start</p>
    <p>Nun konnte ich den Benutzer anlegen:<br>
          kolab-admin;  Rolle: kolab-admin</p>
    <big>
    </big>
    <p>10) Erstes Login am Webmailer<br>
      <a class="moz-txt-link-freetext" href="http://mykolabserver/roundcubemail">http://mykolabserver/roundcubemail</a><br>
      - schlägt fehl: DATABASE ERROR: CONNECTION FAILED!<br>
    </p>
    <p style="padding-left: 30px;">
      - Datenbank existiert noch nicht<br>
      - Datenbank anlegen und initialisieren:<br>
      mysql –user=root –password=MYSQLRootPassword<br>
      mysql> CREAT DATABASE roundcubemail;<br>
      mysql> GRANT ALL PRIVILEGES ON roundcubemail.* TO
      roundcube@localhost IDENTIFIED BY ‘MYSQLRoundcubePassword’;<br>
      mysql –user=roundcube –password=MYSQLRoundcubePassword
      roundcubemail < /usr/share/doc/roundcubemail/mysql.initial.sql<br>
    </p>
    Dennoch komme ich hier nicht weiter. Vermutlich ist schon der
    Mysql-Fehler bei Punkt 9) verantwortlich. <br>
    <br>
    <div class="moz-signature">
      <meta content="text/html; charset=ISO-8859-15"
        http-equiv="Content-Type">
      <title>sign</title>
      ---<br>
      <pre class="moz-signature" cols="72">Andreas Kallenberger
Goslarsche Strasse 45
38304 Wolfenbuettel
=====================================
phone   :(+49)5331 / 469577
mail    :andi@studiok-wf.de
im      :superskunx@jabber.org
mobil   :(+49)151 174 30607
=====================================
<a class="moz-txt-link-freetext" href="http://studiok-wf.de">http://studiok-wf.de</a>
<a class="moz-txt-link-freetext" href="http://andreaskallenberger.de">http://andreaskallenberger.de</a>
=====================================
=====================================</pre>
      <br>
    </div>
  </body>
</html>