Hi there.
OS (Ubuntu 22.04) and Carbonio CE (Carbonio Release 24.9.1) fresh install:
1.- After reboot server, Carbonio service fails:
systemctl status carbonio
● carbonio.service - LSB: Carbonio Services
Loaded: loaded (/etc/init.d/carbonio; generated)
Active: failed (Result: exit-code) since Thu 2024-11-21 20:33:27 CET; 15s ago
Docs: man:systemd-sysv-generator(8)
Process: 767 ExecStart=/etc/init.d/carbonio start (code=exited, status=1/FAILURE)
However zmcontrol status shows everything working fine and Carbonio service starts manually with systemctl start carbonio:
systemctl status carbonio
● carbonio.service - LSB: Carbonio Services
Loaded: loaded (/etc/init.d/carbonio; generated)
Active: active (exited) since Thu 2024-11-21 20:36:02 CET; 24s ago
Docs: man:systemd-sysv-generator(8)
Process: 7230 ExecStart=/etc/init.d/carbonio start (code=exited, status=0/SUCCESS)
2.- I can't see any mail server on Webconsole -> MTA -> Queue view.
And a red flag is shown at the right/botton of the web browser screen.
Any idea? Can anybody help?
Thanks in advance and regards.
Hi.
I found out how to resolve question number 2: it's a SSH service setup issue.
Carbonio needs to connect to itself by ssh in order to show properly an email server under QUEUE.
So:
* if sshd_config disables "UsePAM" (UsePAM no) and/or
* SSH server access is blocked in any way to to the Carbonio server local IP
Carbonio will not show any email server on QUEUE view
The clue came from this topic:
https://community.zextras.com/forum/tech-articles/monitor-mail-queue-of-carbonio-ce/
... but I don't know yet the reason for question number 1.
Any idea will be welcome.