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,
I encountered the same problem after disabling and then enabling ClamAV according to the documentation.
These 2 points are also missing
sudo su - zextras -c "carbonio prov gs $(hostname -f) | egrep -i 'serviceen|servicein'"
zimbraChatServiceEnabled: TRUE
zimbraServiceEnabled: mta
zimbraServiceEnabled: proxy
zimbraServiceEnabled: directory-server
zimbraServiceEnabled: antivirus
zimbraServiceEnabled: service
zimbraServiceEnabled: mailbox
zimbraServiceEnabled: stats
zimbraServiceEnabled: memcached
zimbraServiceEnabled: service-discover
zimbraServiceInstalled: stats
zimbraServiceInstalled: memcached
zimbraServiceInstalled: mailbox
zimbraServiceInstalled: antivirus
zimbraServiceInstalled: directory-server
zimbraServiceInstalled: proxy
zimbraServiceInstalled: mta
I figured it out, I had to give the command
carbonio prov ms $(zmhostname) \
+zimbraServiceEnabled amavis \
+zimbraServiceEnabled antivirus \
+zimbraServiceEnabled antispam \
+zimbraServiceEnabled opendkim