Search found 578 matches

by adrian.gibanel.btactic
Tue Mar 10, 2026 2:32 pm
Forum: Installation and Upgrade
Topic: Maldua's Zimbra FOSS Builds - Share your feedback
Replies: 39
Views: 12129

Zimbra 10.1.16.p1 FOSS (from Maldua) - Share your feedback

Hello, Maldua's Zimbra 10.1.16.p1 FOSS Builds have just been released. Maldua's Zimbra 10.1.16.p1.beta FOSS Builds have just been released. Please share your experience when upgrading or installing from scratch. Versions (and their platforms) : 10.1.16.p1 RHEL8 (Red Hat Enterprise Linux 8, Oracle Li...
by adrian.gibanel.btactic
Tue Mar 10, 2026 12:46 pm
Forum: Developers
Topic: ZCS FOSS 10.1.16 - Security fixes and embargoed commits
Replies: 1
Views: 2313

Re: ZCS FOSS 10.1.16 - Security fixes and embargoed commits

I have updated Zimbra Foss CVE Commits wiki page with 10.1.16 CVE commits that have been just been made public.

I'm not so confident regarding having matched commits with the different problems described in the release notes so it would be nice if the community double checked it.

Thanks!
by adrian.gibanel.btactic
Tue Mar 10, 2026 12:42 pm
Forum: Installation and Upgrade
Topic: Maldua's Zimbra FOSS Builds - 2025 Year Feedback [Archive]
Replies: 121
Views: 131618

Re: mailbox import based on curl does not work ?

Beware, the account export (the curl method) is rumored to be somewhat useless, because the import of it actually doesn't work. Can you please link to some threads or webpages where it's stated that import (based on curl) doesn't work? Thank you. A late reply, but I couldn't find it at the time. I ...
by adrian.gibanel.btactic
Tue Mar 10, 2026 12:29 pm
Forum: Administrators
Topic: Inconsistent SMTP AUTH enforcement: Outlook vs Thunderbird
Replies: 20
Views: 7941

Re: Inconsistent SMTP AUTH enforcement: Outlook vs Thunderbird

Thanks for reply. I am not talking about changing the email address in the account settings. I want to test it this way: Configure the account correctly first so it passes the test. Then, compose a new email and manually change the 'From' field to another address (e.g., boss@...) and try to send it...
by adrian.gibanel.btactic
Mon Mar 02, 2026 12:07 pm
Forum: Installation and Upgrade
Topic: Zimbra 10.1.16 Released - Please Post Your Patch/Upgrade Results Here
Replies: 36
Views: 9582

Re: Zimbra 10.1.16 Released - ldap_schema_upgrade.sh sometimes it's not run

root@newzmoby:~# su - zimbra zimbra@newzmoby:~$ zmprov gs $(zmhostname) zimbraBackupDeduplication # name newzmoby.atcorp.com zimbra@newzmoby:~$ zmprov gs $(zmhostname) zimbraBackupDedupeCompressionType # name newzmoby.atcorp.com zimbra@newzmoby:~$ zmprov gs $(zmhostname) zimbraBackupCSDReset # name...
by adrian.gibanel.btactic
Mon Feb 23, 2026 5:49 pm
Forum: Administrators
Topic: Web GUI cbpolicyd Limits page is blank.
Replies: 3
Views: 984

Re: Web GUI cbpolicyd Limits page is blank.

Sure, I thought that too, but it is interesting to see that only the "quotas-main.php" is having trouble, and everything else is working. I checked the permissions and ownerships etc in the folder and everything seems to be OK. But your point was worth digging. I checked the web logs of Z...
by adrian.gibanel.btactic
Mon Feb 23, 2026 5:37 pm
Forum: Administrators
Topic: Cannot Log In to Restores of Accounts With 2FA - Workaround Available
Replies: 2
Views: 1457

Re: Cannot Log In to Restores of Accounts With 2FA - Workaround Available

Issue: When an account is restored to a new mailbox, and the account had 2FA configured at the time of the backup, it is impossible to log in to the restored account. Login attempts fail with "A Network Service Error has occurred." View Mail of the account from the Admin Console does howe...
by adrian.gibanel.btactic
Mon Feb 23, 2026 5:00 pm
Forum: Installation and Upgrade
Topic: Zimbra Multi Server not installing correctly
Replies: 5
Views: 1739

Re: Zimbra Multi Server not installing correctly

I am installing a server on the internal network and a second one on the DMZ. The installation process is as follow: 1. I install the ldap component on the internal server, no problems that I can see. 2. I install the mta, memcahed, proxy and snmp on the DMZ server, no problems that I can see. 3. I...
by adrian.gibanel.btactic
Mon Feb 23, 2026 4:57 pm
Forum: Installation and Upgrade
Topic: zmmailbox : Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
Replies: 19
Views: 22851

Re: Solution for java.util.Arrays.copyOf / OutOfMemoryError during mailbox backup (Zimbra 10.0.18)

Hello, After upgrading to Zimbra OSS 10.0.18, our individual mailbox backup scripts (using zmmailbox) stopped working and started generating the following Java heap space error: From which older Zimbra version did you update? We might be able to pin-point a commit that forces everyone to use curl i...
by adrian.gibanel.btactic
Mon Feb 23, 2026 4:49 pm
Forum: Installation and Upgrade
Topic: Maldua's Zimbra FOSS Builds - Share your feedback
Replies: 39
Views: 12129

Re: More about removing zimbra-store package

found one error in the uninstall of zimbra-store these two cannot work, that out to be a rm -rf if it's meant to delete the folder and replace it with a symlink ( cd /opt/zimbra && rm -f jetty && ln -s jetty_base jetty ) ( cd /opt/zimbra && rm -f mailboxd && ln -s je...