Kolab 3.0 first experience

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Fri Aug 17 18:36:30 CEST 2012


On Friday, August 17, 2012 10:45:25 AM Dirk Werner wrote:
> Hi,
> since one user has changed the view in the settings panel of
> roundcubemail, it's not possible anymore to login - the message shown is
> 'Connection to storage server failed'.
> 
> The /var/log/kolab/pykolab.log last lines:
> 
> 2012-08-17 10:05:08,351 pykolab.conf WARNING Option imap/virtual_domains
> does not exist in config file /etc/kolab/kolab.conf, pulling from defaults
> 2012-08-17 10:05:11,086 pykolab.conf WARNING Option imap/virtual_domains
> does not exist in config file /etc/kolab/kolab.conf, pulling from defaults
> 2012-08-17 10:07:58,149 pykolab.imap WARNING Could not connect to Cyrus
> IMAP server 'imaps://localhost:993'
> 
> netstat -anp | grep 993 shows that imaps is running:
> 
> tcp        0      0 0.0.0.0:993
> 0.0.0.0:*                   LISTEN      -
> tcp        0      0 :::993
> 
> :::*                        LISTEN      -
> 

But can you connect?

Try using imtest - see imtest --help for options.

For IMAP over port 143 with TLS:

$ imtest -t "" -u cyrus-admin -a cyrus-admin -w $password localhost

For IMAP over port 993 with SSL:

$ imtest -s -u cyrus-admin -a cyrus-admin -w $password localhost

> The /var/log/messages last lines:
> 
> Aug 17 10:19:26 remote ntpd[1909]: synchronized to 213.239.204.119,
> stratum 2
> Aug 17 10:30:01 remote imaps[2764]: unable to open Berkeley db
> /etc/sasldb2: No such file or directory
> Aug 17 10:30:01 remote imaps[2764]: unable to open Berkeley db
> /etc/sasldb2: No such file or directory
> 

These are a Cyrus SASL upstream dlopen() issue, where the dlopen()'ing of the 
relevant library apparently immediately attempts to open /etc/sasldb2 even 
though it is not configured to do so. I believe they are caused by 
/usr/lib64/libsasldb.so* and are actually supposed to be logged on the debug 
level as well.

Kind regards,

Jeroen van Meeuwen

-- 
Systems Architect, Kolab Systems AG

e: vanmeeuwen at kolabsys.com
m: +44 74 2516 3817
w: http://www.kolabsys.com

pgp: 9342 BF08
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.kolab.org/pipermail/users/attachments/20120817/bf3a8aff/attachment.sig>


More information about the users mailing list