This issue has been fixed with latest [2025-10-08] commits to gromox-master. Thanks @jengelh !
For those using non-default php-submit commands, it's important to know, that locations of submit.php and related dependencies have moved:
"submit_command"-settings in exchange_emsmdb.cfg and zcore.cfg need to be adopted accordingly:
E.g for zcore.cfg:.:
submit_command = /usr/bin/php8.4 -c/etc/php/8.4/cli-mapi /usr/share/gromox/sa/submit.php
becomes:
submit_command = /usr/bin/php8.4 -c/etc/php/8.4/cli-mapi /usr/share/gromox/submit.php
As "send-later"- implementation relies on zcore and php-mapi, an updated MAPI-PHP-extension needs to be installed.
Tested successfully with: git-master gromox-3.0-61-gb16364e50
++umgfoin