CentOS6 & Kolab3.2 Fresh install

Nicholas Donkor nickydonkor at gmail.com
Tue Aug 5 20:41:38 CEST 2014


Hi,

I was having the same problem...however I was able to finally login after
changing SElinux settings in /etc/selinux/config from enforcing to

SELINUX=disabled

unfortunately I hit another snag after login in.....and I have been
battling with this error for some time

now, which is "Server Error: SELECT: Mailbox does not exist"

...and I tried to set up a certificate by performing the following
actions suggested by Alejandro Cortina

* follow the tutorial but remove Kolab 3.2 updates repo
* once finished need to create the cyrus certificates:

openssl req -new -nodes -out req.pem -keyout key.pem
openssl rsa -in key.pem -out new.key.pem
openssl x509 -in req.pem -out ca-cert -req -signkey new.key.pem -days 3650
cp new.key.pem /etc/pki/cyrus-imapd/cyrus-imapd.pem
cat ca-cert >> /etc/pki/cyrus-imapd/cyrus-imapd.pem

finally:

saslpasswd2 /etc/sasldb2
chown cyrus: /etc/sasldb2
chmod 640 /etc/sasldb2



....but that did not work....so I want to find out what other means
could be used to solve this problem apart from the above...


...lastly I just saw Nathanael D. Noblet responding that he installed
kolab 3.1 to solve the problem and I want to find out how to get the
kolab 3.1

installed on my centos 6.5 since the current version available is 3.2


Thanks,

Donkor Nicholas





On Tue, Aug 5, 2014 at 6:06 PM, Stuart Naylor <
stuartiannaylor at thursbygarden.org> wrote:

> I moved from debian to CentOS6
>
> All seems to go ok with the install
>
> I still can't login to roundcube.
>
> Having a browse in /var/log/maillog
>
> Aug  5 18:54:35 kolab1 imaps[1394]: skiplist: checkpointed
> /var/lib/imap/tls_sessions.db (0 records, 144 bytes) in 0.146 sec
> Aug  5 18:54:35 kolab1 imaps[1394]: starttls: TLSv1.2 with cipher
> DHE-RSA-AES256-GCM-SHA384 (256/256 bits new) no authentication
> Aug  5 18:54:36 kolab1 imaps[1394]: skiplist: checkpointed
> /var/lib/imap/ptclient/ptscache.db (1 record, 1228 bytes) in 0.272 sec
> Aug  5 18:54:36 kolab1 imaps[1394]: SASL unable to open Berkeley db
> /etc/sasldb2: No such file or directory
> Aug  5 18:54:36 kolab1 imaps[1394]: SASL unable to open Berkeley db
> /etc/sasldb2: No such file or directory
> Aug  5 18:54:36 kolab1 imaps[1394]: SASL cannot connect to saslauthd
> server: Permission denied
> Aug  5 18:54:36 kolab1 imaps[1394]: badlogin: kolab1 [::1] plaintext
> cyrus-admin SASL(-1): generic failure: checkpass failed
> Aug  5 18:54:39 kolab1 imaps[1580]: starttls: TLSv1.2 with cipher
> DHE-RSA-AES256-GCM-SHA384 (256/256 bits new) no authentication
> Aug  5 18:54:39 kolab1 imaps[1580]: SASL unable to open Berkeley db
> /etc/sasldb2: No such file or directory
> Aug  5 18:54:39 kolab1 imaps[1580]: SASL unable to open Berkeley db
> /etc/sasldb2: No such file or directory
> Aug  5 18:54:39 kolab1 imaps[1580]: SASL cannot connect to saslauthd
> server: Permission denied
> Aug  5 18:54:39 kolab1 imaps[1580]: badlogin: kolab1 [::1] plaintext
> cyrus-admin SASL(-1): generic failure: checkpass failed
>
> Does this mean I should create a dummy file /etc/sasldb2 or saslpasswd2
> /etc/sasldb2 ? But what password?
>
> kolab-saslauthd is running
>
> also saslauthd is installed but doesn't start at boot and isn't running.
>
> pykolab.log on roundcube login is giving
>
> 2014-08-05 18:59:45,806 pykolab.auth ERROR An error occured using
> _persistent_search: CYRUSError(10, 'LOGIN', 'generic failure')
> 2014-08-05 18:59:45,843 pykolab.conf WARNING Option
> ldap/modifytimestamp_format does not exist in config file
> /etc/kolab/kolab.conf, pulling from defaults
> 2014-08-05 18:59:45,843 pykolab.conf WARNING Option does not exist in
> defaults.
> 2014-08-05 18:59:48,929 pykolab.auth ERROR An error occured using
> _paged_search: CYRUSError(10, 'LOGIN', 'generic failure')
>
>
> Apols for being a kolab noob:)
>
> Stuart
>
> _______________________________________________
> users mailing list
> users at lists.kolab.org
> https://lists.kolab.org/mailman/listinfo/users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kolab.org/pipermail/users/attachments/20140805/f37a2fc5/attachment.html>


More information about the users mailing list