Navigation

    Kopano
    • Register
    • Login
    • Search
    • Categories
    • Get Official Kopano Support
    • Recent
    1. Home
    2. Kopano Groupware Core
    Statement regarding the closure of the Kopano community forum and the end of the community edition
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • con356

      Incident: kopano-search.services not stopping gracefully
      • con356

      1
      0
      Votes
      1
      Posts
      346
      Views

      No one has replied

    • AnotherAndy

      Deleting Emails does not reduce mailbox size
      • AnotherAndy

      8
      0
      Votes
      8
      Posts
      1778
      Views

      fbartels

      @coffee_is_life said in Deleting Emails does not reduce mailbox size:

      just stop using it

      this.

      For the above use case (massively reducing disk usage) it is okay, but in normal day to day usage this will not bring you any advantage.

    • dw2412

      Kopano 8.5.3 Packages
      • dw2412

      3
      0
      Votes
      3
      Posts
      511
      Views

      dw2412

      @jengelh thanks for answer but sorry - but I cannot find any change in the Ubuntu 14.04 Final Folders of Kopano Core.

      Andreas

    • jackson5

      [SOLVED] "Message cannot be opened" problem with core-8.4.90.1296_0+157-Ubuntu_16.04-amd64
      • jackson5

      25
      0
      Votes
      25
      Posts
      4295
      Views

      WoT

      Ahh … I forgot to mention, that after upgrading to the problematic version 3 broken messages appeared in the sub folder. They do not have a header or any content and of course I cannot delete them …

    • MrManor

      Inbound log?
      • MrManor

      3
      0
      Votes
      3
      Posts
      626
      Views

      MrManor

      Thanks! I found my missing mail in my spam folder. I had never realized that Kopano pr default used spam headers to direct spam to the spam folder.

    • benusa

      Kopano core with Debian 9
      • benusa

      20
      0
      Votes
      20
      Posts
      3782
      Views

      Bro

      @sinux

      you can add:
      systemctl enable kopano-spooler
      (en if necessarry for your setup ‘systemctl enable kopano-gateway’)

      to that list. Took me hours of troubleshooting to find out the kopano-spooler should be running but wasn’t. :-/

      Regards,

      Bro

    • Bro

      Undeliverable mail keeps being resent, kopano-server out of control
      • Bro

      7
      0
      Votes
      7
      Posts
      827
      Views

      Bro

      Yes, that was what is was based on… Since it sounded so definitive, I concluded there were major planned changes coming around that time. Anyway, great to see you guys working on what is a great product, and happy to inform our installation is coming along nicely. Once the installation has proven its success, I’ll insist on buying yearly user licenses for the small company I am doing the install for.

      Kind regards, and good weekend,

      Bro

    • soenke.martens

      kopano-backup gsoap connect error
      • soenke.martens

      5
      0
      Votes
      5
      Posts
      1301
      Views

      markb

      Hi,

      But It is not recommended to just delete items in the attachment store, at least put a stub file with the same name back.

      If you want to scan your mailboxes please see https://github.com/bkram/kopano-scan-attachments which can do this in the correct way through python-kopano and with clamav.

      I modified the provided db-remove-orphaned-attachments script to find attachments missing on disk, not tested much YMMV, I placed it here https://gist.github.com/bkram/db1944a37cd211469163f23e4df5917f
      This way you can just touch the missing file and get rid if the search error.

      Kind regards,

      Markb

    • rolek

      [solved] python-mapi 8.5.2 deb postinst problem - unable to install
      • rolek

      3
      0
      Votes
      3
      Posts
      615
      Views

      rolek

      Great, thanks!

    • con356

      [Solved] SQL Failed: PROCEDURE PrepareGetProps already exists
      • con356

      3
      0
      Votes
      3
      Posts
      1540
      Views

      con356

      So in the end i found a solution to get around this error:

      First make a backup of the database:
      (it’s not necessary, but you never know )

      mysqldump -p --single-transaction --routines kopano > <somewhere>/backup/kopano/mysql/kopano.sql

      drop the database “kopano”:

      mysql -u root -p drop database kopano; quit

      If some error is shown like “ERROR 1010 (HY000): Error dropping database (can’t rmdir ‘./kopano’, errno: 39 “Directory not empty”)” you have to delete some files:

      rm /var/lib/mysql/kopano/*

      Now stop mariadb and remove ibdata1 and ib_logfiles

      systemctl stop mariadb mv /var/lib/mysql/ib_logfile* <somewhere>/backup/kopano/mysql/ mv /var/lib/mysql/ibdata1 <somewhere>/backup/kopano/mysql/ systemctl start mariadb

      Create a new empty database “kopano”:

      mysql -u root -p create database kopano; quit

      Restore a backup of the database:
      (this can take a long time)

      mysql -u root -p kopano < <somewhere>/backup/kopano/mysql/kopano.sql

      After the import the Kopano server was restarted correctly. Access is now possible again.

      I give it a try to use a backup (mysqldump) that i made after the crash. It works also. So in my opinion the error lived in those (log)files of mariadb. Anyway: I’m glad to be back again. :-)

      Never the less:
      Be always sure to have a valid Backup!!

      This sites where useful:
      1.: Big Problem, Kopano server could not connect to MariaDB-Server
      2.: Backup and restore mysql (innodb)

      Excuse me for my funny English!

      Regards
      Enno

    • externa1

      warning message in search.log
      • externa1

      1
      0
      Votes
      1
      Posts
      284
      Views

      No one has replied

    • Coffee_is_life

      kopano-admin --user-count
      • Coffee_is_life

      2
      0
      Votes
      2
      Posts
      654
      Views

      marty

      Hi @Coffee_is_life

      Thanks. Ticket was created this morning: https://jira.kopano.io/browse/KC-1048

    • mclu

      Upgraded database structure differs from new created one.
      • mclu

      3
      0
      Votes
      3
      Posts
      704
      Views

      A Former User

      created as https://jira.kopano.io/browse/KC-1046

    • sebschremser

      kopano-localize-folders
      • sebschremser

      17
      0
      Votes
      17
      Posts
      3904
      Views

      madpatrick

      Hello Robing,

      I see in Webapp just 1 folder.
      The problem accurs only in Outlook.
      In outlook the system folder is not the same as in Webapp

    • thctlo

      kopano-spamd.
      • thctlo

      3
      0
      Votes
      3
      Posts
      830
      Views

      thctlo

      Hi, i’ll have a look into that, thanks.

    • l4k3k3m4n

      localized folder names
      • l4k3k3m4n

      12
      0
      Votes
      12
      Posts
      2586
      Views

      Coffee_is_life

      Hello @l4k3k3m4n,

      i got the exact same problem in the past, my fix was to rely on the case sensitive utf8.

      your “locale -a” shows

      de_DE.utf8

      so set the /etc/sysconfig/kopano setting to "KOPANO_LOCALE=“de_DE.utf8” and "KOPANO_USERSCRIPT_LOCALE=“de_DE.utf8"”
      not “de_DE.UTF8” or “de_DE.UTF-8” (note the dash)

      this should do it. In some cases its useful to rename all folders to english and back to german with your mentioned script

      coffee_is_life

    • nillix

      format html disclaimer
      • nillix

      1
      0
      Votes
      1
      Posts
      346
      Views

      No one has replied

    • marcus.bauch

      AMAVIS -> LMTP -> DAGENT
      • marcus.bauch

      2
      0
      Votes
      2
      Posts
      524
      Views

      marcus.bauch

      Hej.

      Okay…
      I’ve played around with another postfix-server and successfully inject the second postfix-server from AMAVIS via LMTP and SMTP.

      If communication is SMTP to second postfix-server, postfix can send successfully route mails to DAGENT via LMTP.

      Also working is a reinjection back to first postfix-server (sending).

      Looks like a missing feature in DAGENT? ^^

      Regards
      Marcus

    • harry63

      [solved] centos 7.4.1708, Kopano 8.5.0.1-2.1.x86_64, no outgoing mail
      • harry63

      3
      0
      Votes
      3
      Posts
      572
      Views

      harry63

      Hello, @Coffee_is_life,

      thank you for your time and reply :)

      in the meantime I got it fixed by switching the config files to the .rpmnew versions.

      It seems to me as some of the outdated configuration options created this.

      so thank you again

      harry

    • rbdw

      Error installing / upgrading Zarafa -> Kopano
      • rbdw

      6
      0
      Votes
      6
      Posts
      723
      Views

      rbdw

      Hmm, not sure if I just didn’t look good or it magically fixed itself, but the server is running.
      I’ll keep the advice in mind about OpenVZ. Thanks!