Search found 418 matches

by ghen
Tue Mar 03, 2026 10:20 pm
Forum: Users
Topic: Court Case : I need a proof of the date i opened an email
Replies: 3
Views: 705

Re: Court Case : I need a proof of the date i opened an email

This is a forum for Zimbra admins, i.e. for people managing mailservers. If you use a provider's e-mail service, then you should ask them...
by ghen
Mon Mar 02, 2026 1:14 pm
Forum: Users
Topic: Court Case : I need a proof of the date i opened an email
Replies: 3
Views: 705

Re: Court Case : I need a proof of the date i opened an email

Assuming webmail: check /opt/zimbra/log/mailbox.log.<date> for "GetMsgRequest" on your account.
by ghen
Sun Mar 01, 2026 9:51 am
Forum: Administrators
Topic: Java and Java GC Tuning
Replies: 2
Views: 946

Re: Java and Java GC Tuning

Thanks Mark, for this wealth of insightful information!
by ghen
Wed Feb 25, 2026 10:45 am
Forum: Administrators
Topic: Duplicate email uploads exceeding users quota - ZBUG-4613
Replies: 13
Views: 7955

Re: Duplicate email uploads exceeding users quota - ZBUG-4613

We are using Scality object storage, but that seems unrelated. See support case number 01915369.
by ghen
Fri Feb 20, 2026 4:29 pm
Forum: Administrators
Topic: Duplicate email uploads exceeding users quota - ZBUG-4613
Replies: 13
Views: 7955

Re: Duplicate email uploads exceeding users quota - ZBUG-4613

We haven't had any issues anymore since running a zimbrastore.jar rebuild with ZBUG-1375 reverted.

For 10.1.17, Zimbra is preparing a change where the Trash folder will have configurable higher quota (like 110%) instead of unlimited: https://github.com/Zimbra/zm-mailbox/pull/1785.
by ghen
Fri Feb 06, 2026 6:19 pm
Forum: Installation and Upgrade
Topic: Zimbra 10.1.16 Released - Please Post Your Patch/Upgrade Results Here
Replies: 36
Views: 9159

Re: Zimbra 10.1.16 Released - Please Post Your Patch/Upgrade Results Here

Mark,

There were no actual changes for proxy, MTA and LDS components, only a zimbra-*-patch version bump and a zmfixperms update for Ubuntu 24 support (on all components).
by ghen
Wed Feb 04, 2026 7:35 am
Forum: Administrators
Topic: High scoring openssl vulnerability CVE-2025-15467 - install + reboot
Replies: 10
Views: 4118

Re: High scoring openssl vulnerability CVE-2025-15467 - install + reboot

It's a different story with e.g. nginx, which is heavily patched (adding Zimbra modules for the zmauth and route handler functionality), so this one is more complicated to upgrade. For nginx we do backport individual upstream fixes and functionality, but still using Zimbra's 3rd party packages build...
by ghen
Wed Feb 04, 2026 7:29 am
Forum: Administrators
Topic: High scoring openssl vulnerability CVE-2025-15467 - install + reboot
Replies: 10
Views: 4118

Re: High scoring openssl vulnerability CVE-2025-15467 - install + reboot

It was faster to patch the 3.5.1 source with the 3.5.5 CVE commits instead of auditing through the zimbra customizations to verify all the zimbra patches are compatible with 3.5.5. There are no Zimbra customizations, Zimbra isn't patching OpenSSL (and never has). Just change the version number and ...
by ghen
Tue Feb 03, 2026 3:08 pm
Forum: Administrators
Topic: High scoring openssl vulnerability CVE-2025-15467 - install + reboot
Replies: 10
Views: 4118

Re: High scoring openssl vulnerability CVE-2025-15467 - install + reboot

They are neglecting all their 3rd party components, unless someone pushes them really hard to upgrade (once).

Not just openssl, also nginx, postfix, openldap, jetty, tons of java libraries, ...
by ghen
Tue Feb 03, 2026 12:06 pm
Forum: Administrators
Topic: High scoring openssl vulnerability CVE-2025-15467 - install + reboot
Replies: 10
Views: 4118

Re: High scoring openssl vulnerability CVE-2025-15467 - install + reboot

Why don't you just update version.def OPENSSL_VERSION to 3.5.5 then? That's what we are now running.

That being said, I don't think the openssl CMS vulnerability is applicable to Zimbra.