<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi Dale!<br>
    <br>
    <b>SOME CHECKS</b><br>
    <br>
    - Check the log with:<br>
    <br>
    $ tail -f /var/log/maillog<br>
    <br>
    - Test the imap server<br>
    <br>
    $ imtest -a user.me -m login -p imap -v localhost<br>
    <br>
    - Check open firewall ports if you have one active<br>
    - Check open ports (imap 25,146,993,578,...)<br>
    <br>
    $ netstat -npl<br>
    <br>
    - Here some commands to check the cyrus-imapd<br>
    <br>
      <a class="moz-txt-link-freetext"
      href="http://oreilly.com/catalog/mimap/chapter/ch09.html">http://oreilly.com/catalog/mimap/chapter/ch09.html</a><br>
    <br>
    <br>
    <b>NEW INSTALLATION</b><br>
    <br>
    If you cannot solve the problem re-install Kolab 3.0. Here my
    commands (CentOS 6.3, 15. Feb. 2013):<br>
    <br>
    - Update and install packages
    <blockquote>
      <p>$ yum -y update<br>
        $ yum install yum-plugin-priorities</p>
    </blockquote>
    <p>- Epel 6.x must be installed, if not installed do the following<br>
      - Get RPM link on <a class="external"
href="http://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/6/i386/repoview/epel-release.html">http://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/6/i386/repoview/epel-release.html</a></p>
    <blockquote>
      <p>$ cd<br>
        $ wget <a class="external"
href="http://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm">http://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm</a><br>
        $ yum localinstall --nogpgcheck epel-release-6-8.noarch.rpm<br>
        $ yum -y update</p>
    </blockquote>
    <p>- Search and install Kolab</p>
    <blockquote>
      <p>$ cd<br>
        $ wget <a class="external"
href="http://mirror.kolabsys.com/pub/redhat/kolab-3.0/el6/development/i386/kolab-3.0-community-release-6-2.el6.kolab_3.0.noarch.rpm">http://mirror.kolabsys.com/pub/redhat/kolab-3.0/el6/development/i386/kolab-3.0-community-release-6-2.el6.kolab_3.0.noarch.rpm</a><br>
        $ yum localinstall --nogpgcheck
        kolab-3.0-community-release-6-2.el6.kolab_3.0.noarch.rpm<br>
        $ yum -y install kolab-3.0-community-release-development<br>
        $ yum -y install kolab</p>
    </blockquote>
    <p>- Setup Kolab</p>
    <blockquote>
      <p>$ setup-kolab</p>
    </blockquote>
    <p>- Setup input config</p>
    <ul>
      <li>Domain: yourdomain.com</li>
      <li>Timezone: Europe/Vienna</li>
      <li>See the created conf file.<br>
      </li>
    </ul>
    <blockquote>
      <p>$ cat /etc/kolab/kolab.conf</p>
    </blockquote>
    - Configure SSL for LDAP (optional)
    <blockquote>
      <p>$ cd<br>
        $ wget <a class="external"
          href="https://raw.github.com/richm/scripts/master/setupssl2.sh">https://raw.github.com/richm/scripts/master/setupssl2.sh</a>
        --no-check-certificate<br>
        $ sh ./setupssl2.sh /etc/dirsrv/slapd-chaos202-collab/<br>
        $ service dirsrv restart<br>
        $ service dirsrv-admin restart</p>
    </blockquote>
    <p>- Configure SSL for Kolab Web Admin (optional)<br>
    </p>
    <blockquote>
      <p>$ nano /etc/httpd/conf.d/nss.conf</p>
    </blockquote>
    <p>- Add listener for port 443 and add default virtual host port 443
      to <VirtualHost><br>
    </p>
    <pre>Listen 8443
Listen 443

...
<VirtualHost _default_:8443 _default_:443>
... 
</pre>
    <p>- Restart server or service<br>
    </p>
    <p>        $ service httpd restart</p>
    <br>
    Cheers,<br>
    Phlegx<br>
    <br>
    <div class="moz-cite-prefix">On 02/15/2013 06:26 AM, Whitnall, Dale
      (North) wrote:<br>
    </div>
    <blockquote
cite="mid:874D680C72544D4FAC94817587F2C9FE0A08C1A9@COA-EXCH-MBX02.coates.com.au"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <style>
<!--
@font-face
        {font-family:Calibri}
@font-face
        {font-family:"Klavika Light"}
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif"}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline}
span.EmailStyle17
        {font-family:"Klavika Light";
        color:windowtext}
.MsoChpDefault
        {font-family:"Calibri","sans-serif"}
@page WordSection1
        {margin:72.0pt 72.0pt 72.0pt 72.0pt}
div.WordSection1
        {}
-->
</style>
      <div class="WordSection1">
        <p class="MsoNormal"><span style="font-family:"Klavika
            Light"">Hi all, I’m sure I have done something crazy,
            but here goes.</span></p>
        <p class="MsoNormal"><span style="font-family:"Klavika
            Light"">I have managed to install Kolab 3 on a fresh
            install of CentOS 6.3 running as a virtual guest.</span></p>
        <p class="MsoNormal"><span style="font-family:"Klavika
            Light"">But for whatever reason I can’t get it to send
            mail anywhere, not between the 3 test accounts I have added
            to it or from it to anywhere.</span></p>
        <p class="MsoNormal"><span style="font-family:"Klavika
            Light"">I can see the mailboxes with I use kolab
            list-mailboxes.</span></p>
        <p class="MsoNormal"><span style="font-family:"Klavika
            Light"">I have tried to do some of the diagnostics that
            I did find online but to no avail, couldn’t find a postfix
            log anywhere.</span></p>
        <p class="MsoNormal"><span style="font-family:"Klavika
            Light"">Can anyone shed some light.</span></p>
        <p class="MsoNormal"><span style="font-family:"Klavika
            Light""> </span></p>
        <p class="MsoNormal"><span style="font-family:"Klavika
            Light"">Thanks</span></p>
        <p class="MsoNormal"><span style="font-family:"Klavika
            Light"">Dale</span></p>
      </div>
      <div><br>
        <br>
        <font size="1" color="FA6300" face="arial">Coates Hire
          Operations Pty Limited<br>
          <br>
        </font><font size="1" face="arial">This email is confidential.
          If you are not the intended recipient you must not disclose or
          use the information contained in it. If you have received this
          email in error please notify us immediately by return email
          and delete the document. Any use, interference with,
          disclosure or copying of this material is unauthorised and
          prohibited.<br>
          <br>
          This email and any attachments are also subject to copyright.
          No part of them may be reproduced, adapted or transmitted
          without the written permission of the copyright owner.<br>
          <br>
          Any content of this message and its attachments which does not
          relate to the official business of Coates Hire must be taken
          not to have been sent or endorsed by Coates Hire or any of its
          related entities.<br>
          <br>
          No warranty is made that this e-mail or attachment(s) are free
          from computer virus or other defect. Coates Hire accepts no
          liability for any damage caused by this email or its
          attachments due to viruses, interception, corruption or
          unauthorised access.<br>
          <br>
        </font><font size="1" color="FA6300" face="arial"><img
            moz-do-not-send="true"
            src="https://evs.coateshire.com.au/tree.gif">Please consider
          the environment before you print.<br>
        </font></div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Kolab-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Kolab-users@kolab.org">Kolab-users@kolab.org</a>
<a class="moz-txt-link-freetext" href="https://www.intevation.de/mailman/listinfo/kolab-users">https://www.intevation.de/mailman/listinfo/kolab-users</a></pre>
    </blockquote>
    <br>
  </body>
</html>