category: other
Want to download? Please use: Maldua’s Zimbra Foss Builds Downloads Page instead. It's much easier to read and understand.
WARNING: This is an automated build. You can give us some feedback about it either on the issues page or in the Zimbra forums thread.
download_comment: This OS is DEPRECATED! Includes Pimbra patches.
Main instructions that were used in order to make this build possible:
git clone --depth 1 --branch 10.0.18 git@github.com:maldua-pimbra/zm-build.git
cd zm-build
ENV_CACHE_CLEAR_FLAG=true ./build.pl --ant-options -DskipTests=true --git-default-tag=10.0.18.p1,10.0.18,10.0.15,10.0.16,10.0.14,10.0.13,10.0.12,10.0.11,10.0.10,10.0.9,10.0.8,10.0.7,10.0.6,10.0.5,10.0.4,10.0.2,10.0.1,10.0.0-GA,10.0.0 --build-release-no=10.0.18 --build-type=FOSS --build-release=LIBERTY --build-release-candidate=GA --build-no 4200001 --build-thirdparty-server=files.zimbra.com --no-interactive
# config.build contents:
# Pimbra patches - BEGIN
## Pimbra org
%GIT_OVERRIDES = maldua-pimbra.url-prefix=https://github.com/maldua-pimbra
## zm-web-client
### Select Advanced Classic by default in login page.
### This avoids having submission errors when a logged-in user refreshes the page.
%GIT_OVERRIDES = zm-web-client.remote=maldua-pimbra
%GIT_OVERRIDES = zm-web-client.tag=10.0.18.p1-maldua
## zm-admin-console
### Fix for: CVE-2025-68645 - Addressed an unauthenticated local file inclusion vulnerability in the RestFilter
### ZBUG-4988: removed RestFilter and jsp-config
%GIT_OVERRIDES = zm-admin-console.remote=maldua-pimbra
%GIT_OVERRIDES = zm-admin-console.tag=10.0.18.p1-maldua
## zm-admin-ajax
### Fix for: CVE-2025-68645 - Addressed an unauthenticated local file inclusion vulnerability in the RestFilter
### 10.1.12 ZBUG-4988: removed RestFilter
%GIT_OVERRIDES = zm-admin-ajax.remote=maldua-pimbra
%GIT_OVERRIDES = zm-admin-ajax.tag=10.0.18.p1-maldua
## zm-ajax
### Fix for: CVE-2025-68645 - Addressed an unauthenticated local file inclusion vulnerability in the RestFilter
### ZBUG-4988: added allowlist to RestFilter
%GIT_OVERRIDES = zm-ajax.remote=maldua-pimbra
%GIT_OVERRIDES = zm-ajax.tag=10.0.18.p1-maldua
# Pimbra patches - END