Installing Kerio Connect on Ubuntu Server 14.04 LTS

Learn how to install Kerio Connect 8.3 on Ubuntu 14.04 LTS Server (amd64).

  1. On Ubuntu Server 14.04 LTS, install the necessary libraries using the following command: sudo apt-get install sysstat
  2. Generate system locales for different language in Kerio Connect client using the following command: sudo locale-gen *.UTF-8
  3. Download the deb installation package from the Kerio Connect web site and install Kerio Connect using the following command: dpkg -i kerio-connect-8.3.0-xxxx-linux-amd64.deb

NOTE

Do not forget to replace xxxx with appropriate version number.

  1. In your browser, open the Kerio Connect administration https://servername:4040/admin and perform the initial configuration. For more information refer to Performing initial configuration in Kerio Connect.
  1. Optionally replace sendmail with the binary from Kerio Connect: sudo mv /usr/sbin/sendmail /usr/sbin/sendmail-old sudo cp /opt/kerio/mailserver/sendmail /usr/sbin/sendmail sudo cp /opt/kerio/mailserver/libkt* /lib/

Kerio Connect users can authenticate against PAM with the /etc/pam.d/kerio-connect PAM module.