Search found 248 matches

by gabrieles
Fri Nov 28, 2025 1:28 pm
Forum: Administrators
Topic: Autocomplete behaviour change between 9.0 and 10.1
Replies: 24
Views: 20146

Re: Autocomplete behaviour change between 9.0 and 10.1

Thanks adnrey for the jar and sorry for the late response but we were testing extensively. We tested it, and our own jar with the same modification, in a multiserver installation with many domains, one of them having an External GAL configured. We found your behaviour even in this case > while ALL a...
by gabrieles
Wed Nov 19, 2025 3:56 pm
Forum: Administrators
Topic: Autocomplete behaviour change between 9.0 and 10.1
Replies: 24
Views: 20146

Re: Autocomplete behaviour change between 9.0 and 10.1

Does anyone have the patched .jar? Can we place it on publicly accessible storage without time restrictions, at least until the zbug is fixed?
by gabrieles
Mon Feb 17, 2025 2:49 pm
Forum: Administrators
Topic: Secrutiy Patch 10.1.5 10.0.13 9.0.0p44 any Idea to patch 8.8.15p46 with that fix?
Replies: 58
Views: 112089

Re: Secrutiy Patch 10.1.5 10.0.13 9.0.0p44 any Idea to patch 8.8.15p46 with that fix?

As a very large NE customer, I can tell you we are also not at all pleased with this security-through-obscurity approach. … But in recent months, it is becoming more and more difficult to get insight in what is actually being fixed, which is very frustrating for everyone... We are in the same situa...
by gabrieles
Wed Jan 29, 2025 8:39 am
Forum: Installation and Upgrade
Topic: Confusing 10.1.5 announcement -- new vulnerability or last year's postjournal issue?
Replies: 9
Views: 7758

Re: Confusing 10.1.5 announcement -- new vulnerability or last year's postjournal issue?

IMHO they send out the patch announcements simply by doing "Edit as new" on a previous message... and this time someone forgot to change the subject. :lol:
by gabrieles
Mon Jan 27, 2025 4:17 pm
Forum: Administrators
Topic: Secrutiy Patch 10.1.5 10.0.13 9.0.0p44 any Idea to patch 8.8.15p46 with that fix?
Replies: 58
Views: 112089

Re: Secrutiy Patch 10.1.5 10.0.13 9.0.0p44 any Idea to patch 8.8.15p46 with that fix?

(local file inclusion via /h/rest)? I don't think. Except all the contour files, the important modifications are in classic ui, mainly sanitizations like this: < AjxMessageFormat.format(ZmMsg.counterInviteMsg, [from]):AjxMessageFormat.format(ZmMsg.counterInviteMsgOnBehalfOf, [sentByAddr, from]); --...
by gabrieles
Mon Jan 27, 2025 2:58 pm
Forum: Installation and Upgrade
Topic: Maldua's Zimbra FOSS Builds - Share your feedback
Replies: 118
Views: 93104

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

Hi, many thanks for your builds. With these, I was finally able to upgrade from 8.8.15 which I had put off for years. One comment, if you put a 7 day delay on all your builds, they are much less useful as Zimbra has had so many medium/high level security issues of late. If like today Zimbra emails ...
by gabrieles
Fri Nov 15, 2024 2:12 pm
Forum: Administrators
Topic: Zimbra 10.1.3 Released - Please Post Patch/Upgrade Results Here
Replies: 8
Views: 5407

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

Is this patch missing a 9.0.0 counterpart?
Even considering the fact that General Support for 9.0.0 has been extended to 30 Jun 2025, am i missing something?
by gabrieles
Fri Aug 09, 2024 8:58 am
Forum: Administrators
Topic: how to list all Forwarding email address in zimbra using command?
Replies: 12
Views: 106133

Re: how to list all Forwarding email address in zimbra using command?

#!/bin/sh for account in `/opt/zimbra/bin/zmprov -l gaa`; do forwardingaddress=`/opt/zimbra/bin/zmprov ga $account |grep 'zimbraPrefMailForwardingAddress' |sed 's/zimbraPrefMailForwardingAddress: //'` if [ "$forwardingaddress" != "" ]; then echo "$account is forwarded to $f...
by gabrieles
Thu May 30, 2024 1:41 pm
Forum: Installation and Upgrade
Topic: [SOLVED] zmmboxmove fails by delet the temporary directory
Replies: 4
Views: 12556

Re: [SOLVED] zmmboxmove fails by delet the temporary directory

Hi, I had the same problem on two different infrastructures. It came out that was the NFS, trying to manually rm -rf the directory ended up in an error unrelated to zimbra. The /opt/zimbra/backup was a NFS mountpoint so the default value of zimbraMailboxMoveTempDir (/opt/zimbra/backup/tmp/mboxmove) ...
by gabrieles
Fri May 03, 2024 7:24 am
Forum: /etc
Topic: AWS Data Centers Are Really Cold!!!
Replies: 2
Views: 15931

Re: AWS Data Centers Are Really Cold!!!

Lol that's 0.05 over the absolute zero. :D
Is that a VPS or a bare metal?
If VPS, probably in layers and layers of abstraction the temp reading has been lost and sensors translate a zero byte in the lowest temperature possible.
OR they achieved a very efficient HVAC....