I’m performing a fresh installation of Carbonio CE 25.6.0 on Ubuntu 24.04.3.
After installing Ubuntu and completing the prerequisite tasks, I run the script install_carbonio_ce_singleserver_ubuntu.sh
, which finishes successfully (I can access without problems to the webmail interface and the Carbonio administration web interface.
Next, I reboot the server, and during the shutdown process the service carbonio-message-dispatcher takes 4 minutes to stop, until it is eventually killed by a timeout.
What could be causing this issue, and how can I resolve it?
I have noticed the same. What i have been doing is as follows:
In a terminal:
systemctl stop carbonio-message-dispatcher.service
thereafter I do a shutdown 0
It still takes about a minute and a half.