Hallo,
wir haben einen neuen Server vor ca. Wochen installiert. Bei ActiveSync bekommen wir KEINE Verbindung zu iOS und Outlook. Bei Android funktionert es normal.
localhost:/etc/gromox # rpm -qa | grep grom
grommunio-setup-1.0.67.98c18be-lp154.5.1.noarch
gromox-debuginfo-2.0.10.6b64a7a-lp154.4.1.x86_64
gromox-2.0.10.6b64a7a-lp154.4.1.x86_64
grommunio-dav-1.1.32.71acf2d-lp154.8.1.noarch
patterns-grommunio-1-lp154.8.1.x86_64
grommunio-release-2022.12.1-lp154.2.1.x86_64
systemd-presets-branding-grommunio-2022.12-lp154.1.1.noarch
system-user-gromox-2-lp154.13.1.noarch
grommunio-index-0.1.15.d3ec048-lp154.4.1.x86_64
grommunio-dbconf-1.1.1.da20a46-lp154.4.2.x86_64
grommunio-antispam-3.4-lp154.1.1.x86_64
gromox-debugsource-2.0.10.6b64a7a-lp154.4.1.x86_64
grommunio-web-3.1.141.491f865-lp154.12.6.noarch
grommunio-imapsync-2.178-lp154.1.1.noarch
grommunio-admin-common-6.cb985db-lp154.3.1.noarch
grommunio-sync-1.1.49-lp154.16.1.noarch
grub2-theme-grommunio-1-lp154.11.1.noarch
grommunio-admin-api-1.9.19.ffb31e8-lp154.9.1.noarch
plymouth-theme-grommunio-1-lp154.11.1.noarch
grommunio-cui-1.0.235.55d4960-lp154.9.1.noarch
grommunio-common-10.e94d08a-lp154.5.1.x86_64
grommunio-admin-web-2.6.0.30.3a13674-lp154.5.1.noarch
system-user-grommunio-2-lp154.11.1.noarch
grommunio-error-pages-1.0.6.9c50afb-lp154.3.1.noarch
localhost:/etc/gromox # rpm -qa | grep php
php8-pdo-8.0.27-150400.4.23.1.x86_64
php8-openssl-8.0.27-150400.4.23.1.x86_64
php8-mbstring-8.0.27-150400.4.23.1.x86_64
php8-zip-8.0.27-150400.4.23.1.x86_64
php8-opcache-8.0.27-150400.4.23.1.x86_64
php8-cli-8.0.27-150400.4.23.1.x86_64
php8-8.0.27-150400.4.23.1.x86_64
php8-soap-8.0.27-150400.4.23.1.x86_64
mapi-header-php-1.0.1.705eff3-lp154.2.1.noarch
php8-mysql-8.0.27-150400.4.23.1.x86_64
php8-dom-8.0.27-150400.4.23.1.x86_64
php8-iconv-8.0.27-150400.4.23.1.x86_64
php8-sqlite-8.0.27-150400.4.23.1.x86_64
php8-xmlwriter-8.0.27-150400.4.23.1.x86_64
php8-gd-8.0.27-150400.4.23.1.x86_64
php8-zlib-8.0.27-150400.4.23.1.x86_64
php8-sysvshm-8.0.27-150400.4.23.1.x86_64
php8-pcntl-8.0.27-150400.4.23.1.x86_64
php8-curl-8.0.27-150400.4.23.1.x86_64
php8-redis-5.3.7-lp154.1.1.x86_64
php8-fpm-8.0.27-150400.4.23.1.x86_64
php8-posix-8.0.27-150400.4.23.1.x86_64
php8-ctype-8.0.27-150400.4.23.1.x86_64
php8-xmlreader-8.0.27-150400.4.23.1.x86_64
php8-gettext-8.0.27-150400.4.23.1.x86_64
php8-sodium-8.0.27-150400.4.23.1.x86_64
php8-bcmath-8.0.27-150400.4.23.1.x86_64
Dann haben wir das auf false umgestellt, seit dem funktioniert es mit Outlook (mehr oder weniger)
// Device Provisioning
define('PROVISIONING', **false**);
Man sieht den Kalender, Kontakte usw. normal. Bei den E-Mails sieht es so aus:
Im Log haben wir folgende Fehler:
31/01/2023 21:37:02 [ 2040] [ WARN] [tg@test.de] SyncObject->Check(): Unmet condition in object from type SyncProvisioning: parameter 'maxattsize' is LOWER than '-1'. Check failed!
31/01/2023 21:37:02 [ 2040] [FATAL] [tg@test.de] FatalException: Invalid policies! - code: 0 - file: /usr/share/grommunio-sync/lib/request/provisioning.php:215
31/01/2023 21:37:02 [ 2040] [FATAL] [tg@test.de] WBXML 10K debug data: AwFqAAAORQASVkhgA0914Gxvb2staU9TLUF1ZHJvaWQvMS2wAAFXA091dGxvb2sgZm9yIGlPUyBhbmQgQW5kcm9pZAABWgNPdXRsb29rQmFzaWNBdXRoAAEBAQAORkdIA01TLUVBUy1Qcm92aXNpb25pbmctV0JYTUwAAQEBAQ==
journalctl -fu gromox-http
Feb 01 06:36:36 localhost http[1447]: sqlite3_exec "INSERT INTO messages (message_id, parent_fid, parent_attid, is_associated, change_number, message_size) VALUES (460432, 11, NULL, 0, 140737488367667, 19374)": UNIQUE constraint failed: messages.change_number
Feb 01 06:36:36 localhost http[1447]: sqlite3_exec "INSERT INTO messages (message_id, parent_fid, parent_attid, is_associated, change_number, message_size) VALUES (460432, 11, NULL, 0, 140737488367668, 20762)": UNIQUE constraint failed: messages.change_number
Feb 01 06:36:36 localhost http[1447]: sqlite3_exec "INSERT INTO messages (message_id, parent_fid, parent_attid, is_associated, change_number, message_size) VALUES (460432, 11, NULL, 0, 140737488367669, 20762)": UNIQUE constraint failed: messages.change_number
Feb 01 06:36:36 localhost http[1447]: sqlite3_exec "INSERT INTO messages (message_id, parent_fid, parent_attid, is_associated, change_number, message_size) VALUES (460432, 11, NULL, 0, 140737488367670, 34567)": UNIQUE constraint failed: messages.change_number
Feb 01 06:36:37 localhost http[1447]: sqlite3_exec "INSERT INTO messages (message_id, parent_fid, parent_attid, is_associated, change_number, message_size) VALUES (460432, 11, NULL, 0, 140737488367671, 34567)": UNIQUE constraint failed: messages.change_number
Feb 01 06:36:37 localhost http[1447]: sqlite3_exec "INSERT INTO messages (message_id, parent_fid, parent_attid, is_associated, change_number, message_size) VALUES (460432, 11, NULL, 0, 140737488367672, 513075)": UNIQUE constraint failed: messages.change_number
Feb 01 06:36:37 localhost http[1447]: sqlite3_exec "INSERT INTO messages (message_id, parent_fid,
Hat da noch jemand eine Idee?
Ticket haben wir auch schon beim Support eröffnet Ticket#81743
Lizenz ist vorhanden