Navigation

    Kolab Community Hub

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. marko
    M
    • Chat with marko
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups
    • title

    marko

    @marko

    0
    Reputation
    13
    Posts
    958
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    marko Follow

    Posts made by marko

    • RE: Where to find cyrreconstruct

      /usr/lib/cyrus-imapd/reconstruct

      posted in Deployment and Admin
      M
      marko
    • RE: kolab web admin not creating shared mailboxes

      It seems that the 3.16 kernel upgrade for debian 8 breaks lxc for kolab on centos7. I have tested with debian 9 running a centos7 container for kolab and everything works.

      posted in Deployment and Admin
      M
      marko
    • RE: kolab web admin not creating shared mailboxes

      T2094 https://git.kolab.org/T2094 says this is a known lxc problem and is fixed, but it does not work for me

      posted in Deployment and Admin
      M
      marko
    • RE: kolab web admin not creating shared mailboxes

      I mounted the /proc filesystem rw in the container config by setting

      lxc.mount.auto = proc:rw

      in my container config

      now my tcp config is ok but cyrus has an auth failure:

      [root@shiraz ~]# kolab list-mailboxes
      Traceback (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 170, in connect
      self._imap[hostname].login(admin_login, admin_password)
      File "/usr/lib/python2.7/site-packages/pykolab/imap/cyrus.py", line 142, in login
      cyruslib.CYRUS.login(self, *args, **kw)
      File "/usr/lib/python2.7/site-packages/cyruslib.py", line 419, in login
      self.__doexception("LOGIN", error)
      File "/usr/lib/python2.7/site-packages/cyruslib.py", line 359, in __doexception
      self.__doraise( function.upper(), msg )
      File "/usr/lib/python2.7/site-packages/cyruslib.py", line 368, in __doraise
      raise CYRUSError( idError[0], mode, msg )
      cyruslib.CYRUSError: (10, 'LOGIN', 'authentication failure')

      posted in Deployment and Admin
      M
      marko
    • RE: kolab web admin not creating shared mailboxes

      when I try kolab list-mailboxes, I get a crash:

      [root@shiraz kolab-webadmin]# kolab list-mailboxes
      Traceback (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 216, in connect
      self._set_socket_keepalive(self.imap.m.sock)
      File "/usr/lib/python2.7/site-packages/pykolab/imap/init.py", line 851, in _set_socket_keepalive
      with open('/proc/sys/net/ipv4/tcp_keepalive_time', 'r') as f:
      IOError: [Errno 2] No such file or directory: '/proc/sys/net/ipv4/tcp_keepalive_time'

      I am running centos7 in an lxc container on Debian Jessie.
      sysctl.conf has net.ipv4.ip_nonlocal_bind = 1 on the debian host

      posted in Deployment and Admin
      M
      marko
    • RE: kolab web admin not creating shared mailboxes

      @sibio guam works ok, no errors. I don't think it is guam related.

      In my understanding, guam filters out imap requests for groupware folders from non-groupware clients like plain thunderbird so users don't delete the Calendar folder accidently.

      I think that kolab would directly create the mailboxes via the command line rather than imap. Anyway, I can create folders from Kontact, so I don't think that is the issue.

      posted in Deployment and Admin
      M
      marko
    • RE: kolab web admin not creating shared mailboxes

      Raynald, it has not been working for a couple of weeks so It's not the port issue for cyradm. I needed cyradm to find if the mailbox was being created and your post was very timely.

      posted in Deployment and Admin
      M
      marko
    • kolab web admin not creating shared mailboxes

      Hello All, My Kolab16 on Centos7 is no longer creating shared folders from the web interface.

      There are no errors reported in the web interface and I cannot find anything in the logs. I have checked Cyrus from the cyradm (thanks Sibio) tool and the mailbox is not created.

      Does anyone have any suggestions how to find the problem?

      thanks Marko

      posted in Deployment and Admin
      M
      marko
    • RE: cyradm troubles : no prompt

      Thanks Sibio & Timotheus - working for me as well

      posted in Deployment and Admin
      M
      marko
    • RE: cyradm troubles : no prompt

      I'm seeing this problem too.

      posted in Deployment and Admin
      M
      marko