/usr/share/kopano/debian/debian-db.cfg.template is in kopano-server 8.5.5-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | # MySQL database settings
mysql_host = _DBC_DBSERVER_
mysql_port = _DBC_DBPORT_
mysql_user = _DBC_DBUSER_
mysql_password = _DBC_DBPASS_
# Override the default MySQL socket to access mysql locally
# Works only if the mysql_host value is empty or 'localhost'
mysql_socket =
mysql_database = _DBC_DBNAME_
|