Maldua's Zimbra FOSS Builds - 2025 Year Feedback [Archive]

Ask questions about your setup or get help installing ZCS server (ZD section below).
sdieckmann
Posts: 2
Joined: Tue Feb 11, 2025 6:15 pm

Re: Maldua's Zimbra FOSS Builds - Share your feedback

Post by sdieckmann »

Fixed it

hints are in Logfile /opt/zimbra/log/zmmailboxd.out
it lists the affected files like this:

Unable to parse: file:///opt/zimbra/jetty_base/etc/jetty.xml
Unable to parse: file:///opt/zimbra/jetty_base/etc/jetty-setuid.xml
Unable to parse: file:///opt/zimbra/jetty_base/webapps/zimbraAdmin/WEB-INF/jetty-env.xml

here are the necessary commits for the first two files:

https://github.com/Zimbra/zm-jetty-conf ... 34dbeba4bb

I changed the lines in both files - the first seams to overwrite the second by restarting timbra services:
/opt/zimbra/jetty_base/etc/jetty.xml.in
/opt/zimbra/jetty_base/etc/jetty.xml

also added from this commit

https://github.com/Zimbra/zm-admin-cons ... a5a1b70b16


the one line

<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">

to following files:

/opt/zimbra/jetty_base/etc/jetty-setuid.xml
/opt/zimbra/jetty_base/etc/zimbra-jetty-env.xml.in
/opt/zimbra/jetty_base/etc/zimbraAdmin-jetty-env.xml.in
/opt/zimbra/jetty_base/webapps/service/WEB-INF/jetty-env.xml
/opt/zimbra/jetty_base/webapps/zimbra/WEB-INF/jetty-env.xml
/opt/zimbra/jetty_base/webapps/zimbraAdmin/WEB-INF/jetty-env.xml
User avatar
adrian.gibanel.btactic
Outstanding Member
Outstanding Member
Posts: 564
Joined: Thu Jan 30, 2014 11:13 am
Contact:

Maldua's Zimbra 10.1.10.p3 FOSS Builds - Share your feedback

Post by adrian.gibanel.btactic »

Hello,

Maldua's Zimbra 10.1.10.p3 FOSS Builds have just been released.

Please share your experience when upgrading or installing from scratch.

Versions (and their platforms):
  • 10.1.10.p3
    • RHEL8 (Red Hat Enterprise Linux 8, Oracle Linux 8, CentOS 8, Rocky Linux 8)
    • RHEL9 (Red Hat Enterprise Linux 9, Oracle Linux 9, Rocky Linux 9)
    • Ubuntu 18.04
    • Ubuntu 20.04
    • Ubuntu 22.04
  • 10.0.16.p3
    • RHEL8 (Red Hat Enterprise Linux 8, Oracle Linux 8, CentOS 8, Rocky Linux 8)
    • Ubuntu 18.04
    • Ubuntu 20.04
Thank you very much!

Notes:
  • These are experimental releases given that they try to fix zimbra-jetty-distribution package update from package manager issue but they haven't been tested. So feedback is appreciated.
  • This 10.1.10.p3 version should be equivalent to ZCS NE 10.1.10 (Regarding security fixes).
  • The 10.1.10.p3 version backports a Chat Proxy vulnerability fixed in ZCS NE 10.1.12. This vulnerability enables your Zimbra proxy node to be used in DDoS attacks.
  • Both 10.1.10.p3 and 10.0.16.p3 versions include a custom fix on zm-web-client to avoid having submission errors when a logged-in user refreshes the page.
  • The 10.1.10.p3 backports ZBUG-4023:Upgraded jetty to 9.4.57.v20241219 which workarounds recent problems with the pushed packages to the repos. So, in practice, it would be the only build that you can install in a fresh installation.
  • We have deprecated RHEL7 builds as Zimbra did some releases ago
  • If you happen to find imap issues (as it happens with ZCS NE 10.1.13) please let us know. If you don't find them... please let us know about it too.
  • This is not an official Zimbra/Synacor build.
---

- Main (Recommended) Zimbra FOSS Downloads from Maldua
- Latest Maldua Zimbra FOSS Downloads: Stable, Recent and Experimental.
- Subscribe to Maldua Zimbra FOSS Releases announcements: Stable, Recent and Experimental. (Once logged in Github click on Subscribe button below Notifications.)
Last edited by adrian.gibanel.btactic on Sat Dec 13, 2025 10:40 am, edited 1 time in total.
JBravo
Posts: 12
Joined: Mon Feb 10, 2025 11:36 pm

Re: Maldua's Zimbra FOSS Builds - Share your feedback

Post by JBravo »

Upgrading from 10.1.9 to 10.1.10.p3, Will I need to update that jetty package from the Zimbra repos?
Any special notes on performing the update besides the standard?
User avatar
adrian.gibanel.btactic
Outstanding Member
Outstanding Member
Posts: 564
Joined: Thu Jan 30, 2014 11:13 am
Contact:

Advice on how to install Maldua ZCS Foss 10.1.10.p3

Post by adrian.gibanel.btactic »

JBravo wrote: Tue Nov 11, 2025 1:51 pm Upgrading from 10.1.9 to 10.1.10.p3, Will I need to update that jetty package from the Zimbra repos?
Any special notes on performing the update besides the standard?
Although it gets fixed when installing 10.1.10.p3 what I recommend is not to run apt upgrade or apt dist-upgrade before the ./install.sh command. With just running apt update before running ./install.sh you are good to go.

The installation will enforce the system to download and install the updated jetty package from the repos which works just fine in our 10.1.10.p3 build.
heiko.robert
Posts: 6
Joined: Wed Aug 31, 2022 2:54 pm

Re: Maldua's Zimbra FOSS Builds - Share your feedback

Post by heiko.robert »

Hey Adrian,
thanks a ton for the zcs-10.1.10p3 build!

I just tried to upgrade before from zcs-8.8.15 using your build zcs-10.1.9p1, but then I encountered the ZBUG-4023 / jetty.xml issue.
Running zcs-10.1.10p3's installer.sh just fixed it.
I'll do some more IMAP tests but we do not use Outlook (thunderbird, iOS mail app)
User avatar
adrian.gibanel.btactic
Outstanding Member
Outstanding Member
Posts: 564
Joined: Thu Jan 30, 2014 11:13 am
Contact:

Re: Maldua's Zimbra FOSS Builds - Share your feedback

Post by adrian.gibanel.btactic »

heiko.robert wrote: Thu Nov 20, 2025 2:29 pm Hey Adrian,
thanks a ton for the zcs-10.1.10p3 build!
You're welcome.
heiko.robert wrote: Thu Nov 20, 2025 2:29 pm I just tried to upgrade before from zcs-8.8.15 using your build zcs-10.1.9p1, but then I encountered the ZBUG-4023 / jetty.xml issue.
Running zcs-10.1.10p3's installer.sh just fixed it.
Yeah, next week 10.1.10.p3 will become the next stable version and people won't have these problems.
heiko.robert wrote: Thu Nov 20, 2025 2:29 pm I'll do some more IMAP tests but we do not use Outlook (thunderbird, iOS mail app)
There's no need on doing IMAP tests. We now know that this only happened in 10.1.13 NE and that the change they introduced there is not on 10.1.10.p3 in the first place.
User avatar
scantec
Advanced member
Advanced member
Posts: 81
Joined: Mon May 05, 2014 11:55 am

Re: Maldua's Zimbra FOSS Builds - Share your feedback

Post by scantec »

Hello Adrian,

Just upgraded 2 servers (10.1.8 and 10.0.11) to Maldua ZCS Foss 10.1.10.p3 build.

Everything is working fine.

Thanks a lot for your awesome work for the community!

Regards
JBravo
Posts: 12
Joined: Mon Feb 10, 2025 11:36 pm

Re: Maldua's Zimbra FOSS Builds - Share your feedback

Post by JBravo »

I just upgraded mine (10.1.9) to the 10.1.10.p3 build. All seems well here as well.

Thanks Adrian.
User avatar
adrian.gibanel.btactic
Outstanding Member
Outstanding Member
Posts: 564
Joined: Thu Jan 30, 2014 11:13 am
Contact:

Maldua's Zimbra FOSS Builds - New download url

Post by adrian.gibanel.btactic »

This only concerns those of you that hard-code downloading tgzs.

Downloads are now coming from maldua/zimbra-foss instead of maldua/zimbra-foss-builder because the repo was renamed.

Not that a md5 file is useful but it should show what the change actually is:

Code: Select all

https://github.com/maldua/zimbra-foss-builder/releases/download/zimbra-foss-build-ubuntu-22.04/10.1.10.p3/zcs-10.1.10_GA_4200003.UBUNTU22_64.20251107221239.tgz.md5
now it's found at:

Code: Select all

https://github.com/maldua/zimbra-foss/releases/download/zimbra-foss-build-ubuntu-22.04/10.1.10.p3/zcs-10.1.10_GA_4200003.UBUNTU22_64.20251107221239.tgz.md5
.
User avatar
adrian.gibanel.btactic
Outstanding Member
Outstanding Member
Posts: 564
Joined: Thu Jan 30, 2014 11:13 am
Contact:

New 2026 year feedback thread

Post by adrian.gibanel.btactic »

Just in case you come here from the future you can either go to:

- Maldua's Zimbra FOSS Builds - 2026 Year Feedback
- Maldua's Zimbra FOSS Builds - 2024 Year Feedback [Archive] which probably includes an updated thread index with a link to the current year's thread.
Post Reply