+-----------------------------------------------------------------------
| Running kopano-webapp on OpenBSD
+-----------------------------------------------------------------------

Kopano webapp is installed under
    /var/www/kopano-webapp

Configuration is done in the file
    /var/www/kopano-webapp/config.php

With Apache, AllowOverride settings are required on the /var/www/kopano-webapp
directory. You can configure this as follows:
    # ln -s /var/www/conf/modules.sample/kopano-webapp.conf \
        /var/www/conf/modules

You need to enable the PHP mapi module using the following command:
    # ln -fs /etc/php-8.3.sample/mapi.ini \
        /etc/php-8.3/mapi.ini

(the PHP mapi module is provided by the "kopano-webaccess" package)

The Kopano webapp will be accessible from
    http://<hostname>/webapp/

HTTP server locale
------------------
LANG needs to be set to an UTF-8 compliant locale on the Web server.
When using httpd(8), create a login(1) class under /etc/login.conf(5)
called after the Apache rc.d(8) script, i.e. "httpd":

httpd:\
	:setenv=LANG=en_US.UTF-8:\
	:tc=daemon:
