Comments on How to Install Kolab Groupware Server on CentOS 7

In this tutorial, we will install Kolab groupware on a CentOS 7 server. Kolab is a free open source groupware server. It is a scalable and reliable collaborative software that provides shared email, calendar, address books, tasks and a file cloud. Kolab supports several client environments: on Windows you can use Outlook, on Linux, you can use KDE Kontact, on all OS that have a web browser you can use the web interface.

7 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Samuel

#!/bin/shfor s in ssh http https pop3s imaps smtp ldap ldapsdo    firewall-cmd --permanent --add-service=$sdonefor p in 110/tcp 143/tcp 587/tcpdo    firewall-cmd --permanent --add-port=$pdonefirewall-cmd --reloadProduces: [root@com ~]# ./firewall_cmd.sh ./firewall_cmd.sh: line 3: syntax error near unexpected token `firewall-cmd' ./firewall_cmd.sh: line 3: ` firewall-cmd --permanent --add-service=$s don e for p in 110/tcp ' [root@com ~]# firewall-cmd --list-all public (default, active) interfaces: eth0 sources: services: dhcpv6-client ssh ports: masquerade: no forward-ports: icmp-blocks: rich rules:

By: Joel

This step doesn't work on Centos7

rpm -Uhv https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

By: Joel

Ignore my last comment.  I rebooted the server and tried again and the package install completed.  Maybe consider adding that as a step?

By: yaya

Hi

How to add group of mail ?

By: Brian

Hi thank you very much fo the tutorial.

1) I would just like to add that we need to setup the hostname in "/etc/hostname" file as well, otherwise it would give an error after setting up the domain name.2) I have an issue, after confirming the password in "Confirm Kolab Service Password", I make sure y re-type the write password. After hitting ENTER it doesn't do anything else. I just hangs, freezes/get stuck.By any case do you know what could be happening?

Thanks in advance.Cheers!

By: Brian

I forgot to mention that I was doing the installation in a Vultr.com VPS. Centos 7 64 Bits.

 

Thanks again

Cheers!

By: Fathi

Hi,

Is it possible to use a remote dedicated mysql/mariadb server with the install wizard ?