<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hi <span style="white-space: pre-wrap">ladas,</span></p>
    <p>as a temporary workaround you can stop guam and set cyrus-imapd
      to listen to standard IMAP ports<br>
    </p>
    <p>  imap   cmd="imapd"    listen="imap"  prefork=5<br>
        imaps  cmd="imapd -s" listen="imaps" prefork=5<br>
      <br>
      instead of<br>
        imap   cmd="imapd"    listen="127.0.0.1:144" prefork=5<br>
        imaps  cmd="imapd -s" listen="0.0.0.0:9993"  prefork=5</p>
    <p>or whatever you have there in /etc/cyrus.conf</p>
    <p>You may need to set cert files in /etc/imapd.conf<br>
    </p>
    <p>The purpose of guam is to hide special folders as Calendar and
      others in kolab. You can set guam ( /etc/guam/sys.config ) to
      listen to other ports and continue debugging . You must set mail
      client appropriately to use new guam ports.<br>
    </p>
    <p>Regards!<br>
      V. Laskov<br>
    </p>
    <div class="moz-cite-prefix">На 10.4.2024 г. в 20:37,
      <a class="moz-txt-link-abbreviated" href="mailto:ladas@seznam.cz">ladas@seznam.cz</a> написа:<br>
    </div>
    <blockquote type="cite" cite="mid:5458921.Sb9uPGUboI@zbook">
      <pre class="moz-quote-pre" wrap="">Hi everybody,

I installed clean server at Alma9 and by log file there is some problem with GUAM listener since the beginning. Log  /var/log/guam/log/error.log is full of this lines:

2024-04-10 19:02:11.342 [error] <0.529.0>@kolab_guam_listener:init:46 Supervisor kolab_guam_sup had child imap started with kolab_guam_listener:start_link(imap, [{port,143},{imap_server,imaps},{rules,[{filter_groupware,[]}]},{tls_config,[{certfile,"/etc/pk..."},...]}]) at undefined exit with reason no match of right hand value {error,eafnosupport} in kolab_guam_listener:init/1 line 46 in context start_error
2024-04-10 19:02:11.342 [error] <0.530.0>@kolab_guam_listener:init:46 CRASH REPORT Process <0.530.0> with 0 neighbours crashed with reason: no match of right hand value {error,eafnosupport} in kolab_guam_listener:init/1 line 46
2024-04-10 19:02:11.343 [error] <0.527.0> CRASH REPORT Process <0.527.0> with 0 neighbours exited with reason: {{shutdown,{failed_to_start_child,imap,{{badmatch,{error,eafnosupport}},[{kolab_guam_listener,init,1,[{file,"/home/abuild/rpmbuild/BUILD/guam-0.9.13/apps/kolab_guam/src/kolab_guam_listener.erl"},{line,46}]},{supervisor,init,1,[{file,"supervisor.erl"},{line,330}]},{gen_server,init_it,2,[{file,"gen_server.erl"},{line,851}]},{gen_server,init_it,6,[{file,"gen_server.erl"},{line,814}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,240}]}]}}},{kolab_guam,start,[normal,[]]}} in application_master:init/4 line 142

Guam daemon is running but server do not listen at 143 and 993 ports. Can somebody help, please?

--
Greetings, ladas



_______________________________________________
users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:users@lists.kolab.org">users@lists.kolab.org</a>
<a class="moz-txt-link-freetext" href="https://lists.kolab.org/mailman/listinfo/users">https://lists.kolab.org/mailman/listinfo/users</a>
</pre>
    </blockquote>
  </body>
</html>