Folgende Ableitungen:
/etc/gromox/adaptor.cfg
schema_upgrade=host:subdomain.domain.dl -> korrekter Eintrag
/etc/gromox/delivery.cfg
default_domain=domain.dl -> korrekter Eintrag
/etc/gromox/zcore.cfg
default_domain=domain.dl -> korrekter Eintrag
/etc/gromox/smtp.cfg
default_domain=domain.dl -> korrekter Eintrag
domain.dl -> korrekter Eintrag
default_domain=domain.dl -> korrekter Eintrag
/etc/gromox/mysql_adaptor.cfg
schema_upgrade=host:subdomain.domain.dl -> korrekter Eintrag
/etc/gromox/http.cfg
host_id=subdomain.domain.dl -> korrekter Eintrag
default_domain=domain.dl -> korrekter Eintrag
Passt soweit alles. Dann:
/usr/share/grommunio-files/config/config.php
'trusted_domains' =>
array (
0 => 'localhost',
1 => 'subdomain.domain.dl', -> **korrekter** Eintrag
2 => 'domain.dl', -> Eintrag
3 => 'domain.dl', -> Eintrag
),
'dbtype' => 'mysql',
'version' => '25.0.4.1',
'overwrite.cli.url' => 'http://localhost/files',
'dbname' => 'grofiles',
'dbhost' => 'localhost',
'dbport' => '',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'dbuser' => 'grofiles',
'dbpassword' => 'grofiles',
'installed' => true,
'instanceid' => 'oc4g9fq6l1fu',
'user_backends' =>
array (
0 =>
array (
'arguments' =>
array (
0 => 'https://subdomain.domain.dl/dav', -> **korrekter** Eintrag
),
'class' => '\\OCA\\UserExternal\\BasicAuth',
),
),
'mail_from_address' => 'admin',
'mail_smtpmode' => 'sendmail',
'mail_sendmailmode' => 'smtp',
'mail_domain' => 'domain.dl', -> **korrekter** Eintrag
'mail_smtphost' => 'localhost',
'mail_smtpport' => '25',
'csrf.disabled' => true,
);
In der /usr/share/grommunio-common/nginx/locations.d/grommunio-files.conf steht korrekt
alias /usr/share/grommunio-files;
Nur: wenn Teile der Installation fehlen, kann schon mal von dem her nichts gehen. In meiner letzten Installation habe ich die gleichen Parameter gesetzt, die oben zu sehen sind, ist aber auch nicht gelaufen. Da müssen noch andere Aspekte im Spiel sein.