Notifications
Clear all
Topic starter
07/15/2025 14:21
So I got this email from my server this morning after update of ubuntu to 24.04 and Carbonio to newest.
Cron <zextras@mail> . /opt/zextras/.bashrc; /opt/zextras/libexec/zmsaupdate
zmsaupdate: Amavisd restart failed!
So I checked zmsaupdate
and in line 49
we have this
my $restart="/opt/zextras/bin/zmamavisdctl restart norewrite >/dev/null 2>&1";
I changed it to, since it gives "Services are now handled by systemd.
Enabled systemd targets:
- carbonio-directory-server.target
- carbonio-appserver.target
- carbonio-proxy.target
- carbonio-mta.target
Please check the documentation for further details.
Exiting."
my $restart="/bin/systemctl restart carbonio-mta.target >/dev/null 2>&1";
This does also not work since Zextra cannot run
/bin/systemctl restart carbonio-mta.target
it need escilation...
I think someone forgot this in the upgrade.