<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hello,<br><br>Today I try to intall a fresh install of kolab3.1, again hoping that a new nightly build was uploaded. But I'm still getting the same error in cyrus. Please find the package info:<br><br>$ rpm -qai kolab<br>Name        : kolab                        Relocations: (not relocatable)<br>Version     : 3.0.0                             Vendor: Kolab Systems AG<br>Release     : 1.el6.kolab_3.0               Build Date: Fri 03 Aug 2012 06:07:50 PM CEST<br>Install Date: Thu 27 Jun 2013 11:05:47 AM CEST      Build Host: koji02.kolabsys.com<br>Group       : Applications/System           Source RPM: kolab-3.0.0-1.el6.kolab_3.0.src.rpm<br>Size        : 133                              License: GPL<br>Signature   : (none)<br>Packager    : Kolab Systems AG<br>URL         : http://www.kolab.org<br>Summary     : The Kolab Groupware Solution<br>Description :<br>The Kolab Groupware solution is a fully-featured Free Software groupware solution,<br>and this is the meta-package you can use to install it with.<br><br>$ rpm -qai cyrus-imapd<br>Name        : cyrus-imapd                  Relocations: (not relocatable)<br>Version     : 2.5                               Vendor: Kolab Systems AG<br>Release     : 0.1.dev6.git534066.el6.kolab_3.1   Build Date: Mon 17 Jun 2013 04:58:05 PM CEST<br>Install Date: Thu 27 Jun 2013 11:05:08 AM CEST      Build Host: koji04.kolabsys.com<br>Group       : System Environment/Daemons    Source RPM: cyrus-imapd-2.5-0.1.dev6.git534066.el6.kolab_3.1.src.rpm<br>Size        : 4732084                          License: BSD<br>Signature   : (none)<br>Packager    : Kolab Systems AG<br>URL         : http://www.cyrusimap.org<br>Summary     : A high-performance mail server with IMAP, POP3, NNTP and SIEVE support<br><br>I'm getting the same error:<br><br>$ kolab list-mailboxes<br>Traceback (most recent call last):<br>  File "/usr/sbin/kolab", line 39, in <module><br>    kolab = Cli()<br>  File "/usr/lib/python2.6/site-packages/pykolab/cli/__init__.py", line 64, in __init__<br>    commands.execute('_'.join(to_execute))<br>  File "/usr/lib/python2.6/site-packages/pykolab/cli/commands.py", line 139, in execute<br>    commands[cmd_name]['function'](conf.cli_args, kw)<br>  File "/usr/lib/python2.6/site-packages/pykolab/cli/cmd_list_mailboxes.py", line 70, in execute<br>    imap.connect()<br>  File "/usr/lib/python2.6/site-packages/pykolab/imap/__init__.py", line 154, in connect<br>    self._imap[hostname].login(admin_login, admin_password)<br>  File "/usr/lib/python2.6/site-packages/pykolab/imap/cyrus.py", line 133, in login<br>    cyruslib.CYRUS.login(self, *args, **kw)<br>  File "/usr/lib/python2.6/site-packages/cyruslib.py", line 416, in login<br>    self.__doexception("LOGIN", error)<br>  File "/usr/lib/python2.6/site-packages/cyruslib.py", line 359, in __doexception<br>    self.__doraise( function.upper(), msg )<br>  File "/usr/lib/python2.6/site-packages/cyruslib.py", line 368, in __doraise<br>    raise CYRUSError( idError[0], mode, msg )<br>cyruslib.CYRUSError: (10, 'LOGIN', 'authentication failure')<br><br>any help?<br><br>Thanks & Regards.<br><br>Manel<br><br><div><hr id="stopSpelling">From: magiza83@hotmail.com<br>To: kolab-devel@kolab.org<br>Date: Fri, 14 Jun 2013 09:56:34 +0200<br>Subject: [Kolab-devel] KOLAB3.1 fresh install cyrus fail<br><br>

<style><!--
.ExternalClass .ecxhmmessage P {
padding:0px;
}

.ExternalClass body.ecxhmmessage {
font-size:12pt;
font-family:Calibri;
}

--></style>
<div dir="ltr">Hello,<br><br>I'm testesting the last rpm of 3.1 nightly build following the installation from <a href="http://www.tbits.net/tbits-opensource/install-nightly-build-from-gitkolaborg-master.html" target="_blank">http://www.tbits.net/tbits-opensource/install-nightly-build-from-gitkolaborg-master.html</a><br><br>After setup-kolab I'm able to login into kolab-webadmin and create a user, but when I try to list cyrus mailboxes I'm getting an authentication failure error:<br><br># kolab list-mailboxes<br>Traceback (most recent call last):<br>  File "/usr/sbin/kolab", line 39, in <module><br>    kolab = Cli()<br>  File "/usr/lib/python2.6/site-packages/pykolab/cli/__init__.py", line 64, in __init__<br>    commands.execute('_'.join(to_execute))<br>  File "/usr/lib/python2.6/site-packages/pykolab/cli/commands.py", line 139, in execute<br>    commands[cmd_name]['function'](conf.cli_args, kw)<br>  File "/usr/lib/python2.6/site-packages/pykolab/cli/cmd_list_mailboxes.py", line 70, in execute<br>    imap.connect()<br>  File "/usr/lib/python2.6/site-packages/pykolab/imap/__init__.py", line 154, in connect<br>    self._imap[hostname].login(admin_login, admin_password)<br>  File "/usr/lib/python2.6/site-packages/pykolab/imap/cyrus.py", line 133, in login<br>    cyruslib.CYRUS.login(self, *args, **kw)<br>  File "/usr/lib/python2.6/site-packages/cyruslib.py", line 416, in login<br>    self.__doexception("LOGIN", error)<br>  File "/usr/lib/python2.6/site-packages/cyruslib.py", line 359, in __doexception<br>    self.__doraise( function.upper(), msg )<br>  File "/usr/lib/python2.6/site-packages/cyruslib.py", line 368, in __doraise<br>    raise CYRUSError( idError[0], mode, msg )<br>cyruslib.CYRUSError: (10, 'LOGIN', 'authentication failure')<br><br>and in maillog:<br><br>Jun 14 09:29:51 host imaps[3900]: starttls: TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits new) no authentication<br>Jun 14 09:29:51 host imaps[3900]: SASL unable to open Berkeley db /etc/sasldb2: No such file or directory<br>Jun 14 09:29:51 host imaps[3900]: SASL unable to open Berkeley db /etc/sasldb2: No such file or directory<br>Jun 14 09:29:51 host imaps[3900]: badlogin: localhost.ddol-test.com [127.0.0.1] plaintext cyrus-admin SASL(-13): authentication failure: checkpass failed<br><br>neither I'm able to log into cyrus using cyradm.<br><br>I've check imap.conf and I've check the user to bind into LDAP , <br><br>if I try to search into LDAP with imap.conf options<br><br># ldapsearch -LLL -x -h localhost -p 389 -D "uid=kolab-service,ou=Special Users,dc=kolab,dc=ddol,dc=es" -w datadec -z none -s sub -b "dc=kolab,dc=ddol,dc=es" uid=cyrus-admin<br>dn: uid=cyrus-admin,ou=Special Users,dc=kolab,dc=ddol,dc=es<br>sn: Administrator<br>uid: cyrus-admin<br>objectClass: top<br>objectClass: person<br>objectClass: inetorgperson<br>objectClass: organizationalperson<br>givenName: Cyrus<br>cn: Cyrus Administrator<br><br>But when I try to use the imap.conf filter it fails. I've seen that imap.conf filter look for "objectclass=kolabinetorgperson" but this object is not associated to user kolab-service. The object associated is "objectClass=inetorgperson".<br><br>anyway, I've change filter in imap.conf but it's still not working.<br><br>Can any one help me?<br><br>Manel                                           </div>
<br>_______________________________________________
Kolab-devel mailing list
Kolab-devel@kolab.org
https://www.intevation.de/mailman/listinfo/kolab-devel</div>                                        </div></body>
</html>