Guam Crashes

Ludvík Schmarcz schmarcz at blacksun.cz
Tue Mar 14 17:48:21 CET 2017


I had the same problem, try check guam config. You must properly configure certificates for both port 143 and port 993:



listeners, [
                    {
                        imap, [
                            { port, 143 },
                            { imap_server, imaps },
                            {
                                rules, [
                                    { filter_groupware, [] }
                                ]
                            },
                            {
                                tls_config, [
                                    { certfile, "/etc/letsencrypt/live/mail.example.com/cert.pem" },
				{  keyfile, "/etc/letsencrypt/live/mail.example.com/privkey.pem"},
			{  cacertfile, "/etc/letsencrypt/live/mail.example.com/chain.pem"}
                              ]
                            }
                        ]
                    },
                    {
                        imaps, [
                            { port, 993 },
                            { implicit_tls, true },
                            { imap_server, imaps },
                            {
                                rules, [
                                    { filter_groupware, [] }
                                ]
                            },
                            {
                                tls_config, [
                                    { certfile, "/etc/letsencrypt/live/mail.example.com/cert.pem" },
                                {  keyfile, "/etc/letsencrypt/live/mail.example.com/privkey.pem"},
                                {  cacertfile, "/etc/letsencrypt/live/mail.example.com/chain.pem"}
                                ]




S pozdravem

Ludvík Schmarcz
IT specialista

tel.: 777 726 780









--
--------------------------------------
---- Black Sun IT Services s.r.o. ----
--------------------------------------
-- computers - graphics - solutions --
--- networks - internet - intranet ---
--------------------------------------
------- http://www.blacksun.cz <http://www.blacksun.cz/> -------
--------------------------------------

> 13. 3. 2017 v 16:40, Gelpi Andrea <liste at gelpi.it>:
> 
> I just installed a new fresh kolab 16 over a Centos 7 virtual machine
> inside a Citrix server.
> I followed the instruction on docs.kolab.org to add certificates and
> move everything to ssl.
> 
> Here is what I have:
> 
> [root at mail log]# kolab lm
> 2017-02-27 11:44:08,994 pykolab.imap WARNING Could not connect to Cyrus
> IMAP server 'imaps://localhost:993'
> 2017-02-27 11:44:19,036 pykolab.imap WARNING Could not connect to Cyrus
> IMAP server 'imaps://localhost:993'
> ^CTraceback (most recent call last):
>  File "/usr/sbin/kolab", line 39, in <module>
>    kolab = Cli()
>  File "/usr/lib/python2.7/site-packages/pykolab/cli/__init__.py", line
> 73, in __init__
>    commands.execute('_'.join(to_execute))
>  File "/usr/lib/python2.7/site-packages/pykolab/cli/commands.py", line
> 138, in execute
>    commands[cmd_name]['function'](conf.cli_args, kw)
>  File
> "/usr/lib/python2.7/site-packages/pykolab/cli/cmd_list_mailboxes.py",
> line 82, in execute
>    imap.connect()
>  File "/usr/lib/python2.7/site-packages/pykolab/imap/__init__.py", line
> 166, in connect
>    self._imap[hostname] = cyrus.Cyrus(uri)
>  File "/usr/lib/python2.7/site-packages/pykolab/imap/cyrus.py", line
> 88, in __init__
>    time.sleep(10)
> KeyboardInterrupt
> [root at mail log]# tail messages
> Feb 27 11:36:17 mail systemd: Starting Clean amavisd tmp folder...
> Feb 27 11:36:17 mail systemd: Starting Clean amavisd quarantine folder...
> Feb 27 11:36:17 mail systemd: Started Clean amavisd tmp folder.
> Feb 27 11:36:17 mail systemd: Started Clean amavisd quarantine folder.
> Feb 27 11:40:01 mail systemd: Started Session 3 of user root.
> Feb 27 11:40:01 mail systemd: Starting Session 3 of user root.
> Feb 27 11:44:09 mail guam: 11:44:08.992 [error] gen_fsm <0.135.0> in
> state disconnected terminated with reason: no match of right hand value
> {{error,closed},true,<0.135.0>,{[],[]}} in eimap:disconnected/2 line 137
> Feb 27 11:44:09 mail guam: 11:44:08.993 [error] CRASH REPORT Process
> <0.135.0> with 0 neighbours exited with reason: no match of right hand
> value {{error,closed},true,<0.135.0>,{[],[]}} in eimap:disconnected/2
> line 137 in gen_fsm:terminate/7 line 626
> Feb 27 11:44:19 mail guam: 11:44:19.033 [error] gen_fsm <0.139.0> in
> state disconnected terminated with reason: no match of right hand value
> {{error,closed},true,<0.139.0>,{[],[]}} in eimap:disconnected/2 line 137
> Feb 27 11:44:19 mail guam: 11:44:19.033 [error] CRASH REPORT Process
> <0.139.0> with 0 neighbours exited with reason: no match of right hand
> value {{error,closed},true,<0.139.0>,{[],[]}} in eimap:disconnected/2
> line 137 in gen_fsm:terminate/7 line 626
> 
> So I have a problem with GUAM.
> I read some discussions here months ago, but I didn't see a solution.
> Is the crash problem still open?
> How can I understand what the problem is and how to solve?
> 
> Thanks,
> -- 
> Gelpi ing. Andrea
> --------------------------------------------------------------
> It took the computing power of three C-64s to fly to the Moon.
> It takes a 486 to run Windows 95. Something is wrong here.
> --------------------------------------------------------------
> _______________________________________________
> 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/20170314/a942b24a/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PastedGraphic-1.tiff
Type: image/tiff
Size: 44492 bytes
Desc: not available
URL: <http://lists.kolab.org/pipermail/users/attachments/20170314/a942b24a/attachment-0001.tiff>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4342 bytes
Desc: not available
URL: <http://lists.kolab.org/pipermail/users/attachments/20170314/a942b24a/attachment-0001.p7s>


More information about the users mailing list