Ubuntu 24.04

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
BradC
Outstanding Member
Outstanding Member
Posts: 434
Joined: Tue May 03, 2016 1:39 am

Ubuntu 24.04

Post by BradC »

I did a few test installs on a staging machine. For whatever reason, Synacor has listed systemd-resolved as a dependency in zimbra-os-requirements which completely bolloxes any other dns setup you may have on the machine (Oh, like using dnsmasq for a split-dns or similar).

If you are using a sane resolver, don't forget to "systemctl mask systemd-resolved" after the OS upgrade and before upgrading Zimbra.

Personally our Zimbra VM uses dnsmasq so it can be replicated in a test environment and still think it's the main machine. When we migrated from Ubuntu 18 to 20 and had to deal with the systemd cancer, we managed to avoid the stupid resolver but now Synacor seems to think it's necessary. It isn't and at least it can be neutered.
umashankar.avagadda
Zimbra Employee
Zimbra Employee
Posts: 164
Joined: Wed Apr 05, 2023 6:29 am

Re: Ubuntu 24.04

Post by umashankar.avagadda »

Thanks for reporting this.
In Ubuntu 24.04, resolvconf is no longer available, so systemd-resolved was initially added as a replacement dependency. However, since it enforces a specific DNS setup, it can interfere with configurations like dnsmasq.
We are planning to remove the systemd-resolved dependency to avoid impacting existing DNS setups and keep it flexible. This change is targeted for the next release.
BradC
Outstanding Member
Outstanding Member
Posts: 434
Joined: Tue May 03, 2016 1:39 am

Re: Ubuntu 24.04

Post by BradC »

Awesome. Thanks for the update. Resolvconf was a pain in the backside also, so I wasn't sorry to see that go either.
rainer_d
Advanced member
Advanced member
Posts: 147
Joined: Fri Sep 12, 2014 11:40 pm

Re: Ubuntu 24.04

Post by rainer_d »

umashankar.avagadda wrote: Thu Apr 02, 2026 7:28 am Thanks for reporting this.
In Ubuntu 24.04, resolvconf is no longer available, so systemd-resolved was initially added as a replacement dependency. However, since it enforces a specific DNS setup, it can interfere with configurations like dnsmasq.
We are planning to remove the systemd-resolved dependency to avoid impacting existing DNS setups and keep it flexible. This change is targeted for the next release.
Thank you.

I haven't checked on Rocky 9 - but I have my split-DNS setup separated out to a dedicated DNS-server, so it doesn't really matter.
I do prefer unbound, though.
BradC
Outstanding Member
Outstanding Member
Posts: 434
Joined: Tue May 03, 2016 1:39 am

Re: Ubuntu 24.04

Post by BradC »

rainer_d wrote: Tue Apr 07, 2026 3:00 pm I haven't checked on Rocky 9 - but I have my split-DNS setup separated out to a dedicated DNS-server, so it doesn't really matter.
I do prefer unbound, though.
You've said that before : viewtopic.php?t=70882

Other people use alternatives. Some even promoted by long gone Zimbra employees (back when Zimbra had actual experience in-house.).
Post Reply