I have two similar installations of Carbonio running in different server environments (unique mail domains not associated with each other).
Both servers are running Ubuntu 22.04 OS with 24.12.1 Carbonio CE 32GB RAM.
However, one server will not display amavis and antispam when I do a zmcontrol status command. Is there a way to find out if these services are indeed running and why they are not displayed? Could I have missed a step in the installation? Admin Console settings are virtually identical between each server for MTA.
$ zmcontrol status
Host mail.SERVER1.com
amavis Running
antispam Running
antivirus Running
directory-server Running
mailbox Running
memcached Running
mta Running
opendkim Running
proxy Running
service webapp Running
service-discover Running
stats Running
config service Running
$ zmcontrol status
Host mail.SERVER2.com
antivirus Running
directory-server Running
mailbox Running
memcached Running
mta Running
opendkim Running
proxy Running
service webapp Running
service-discover Running
stats Running
config service Running
Thank you,
hippiecool
Could you please check which services are installed and enabled with following:
su - zextras -c "carbonio prov gs $(hostname -f) | egrep -i 'serviceen|servicein'"
Regards,