Search found 925 matches

by JDunphy
Mon Nov 25, 2024 5:32 pm
Forum: Developers
Topic: Stopping attacks in real-time
Replies: 23
Views: 15429

Re: Stopping attacks in real-time

I've been revisiting the idea of adding dynamic protections for Zimbra servers, especially as recent discussions have highlighted related challenges. For instance, there's an ongoing request for a Web Application Firewall (WAF) enhancement, which you can vote on here: https://pm.zimbra.com/p/web-app...
by JDunphy
Fri Nov 01, 2024 4:04 pm
Forum: Installation and Upgrade
Topic: Zimbra OSS - what are you using to install/upgrade?
Replies: 14
Views: 4234

Re: Zimbra OSS - what are you using to install/upgrade?

I think you mean that anyone can reproduce the same steps as the builder to build their own version. Reproducible builds actually mean to build the same source code twice and getting the same equal binaries as an output twice. Agreed. A better term might be "repeatable." In this context, ...
by JDunphy
Wed Oct 23, 2024 3:06 pm
Forum: Installation and Upgrade
Topic: Zimbra 10.1.2 Released - Please Post Patch/Upgrade Results Here
Replies: 29
Views: 9145

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

I don't think the above code works (nginx doesn't like &&). I've been playing around with using this on my test site, and so far, it seems to be working: -Aaron Nice! ....Thanks for sharing your solution. The only other way I can think of given nginx's limited if directive or your working s...
by JDunphy
Sat Oct 19, 2024 4:58 pm
Forum: Installation and Upgrade
Topic: Multi-Server Customers: MailStore-Only Install For Patches 10.1.2, 10.0.10 and 9.0.0 Patch 42
Replies: 4
Views: 1660

Re: Multi-Server Customers: MailStore-Only Install For Patches 10.1.2, 10.0.10 and 9.0.0 Patch 42

Did a FOSS build and then update yesterday on a test server. This might be of interest to FOSS users. It's from my tripwire morning report of what happened during the update that FOSS users go through to patch from version 10.0.9 to 10.0.10 given this method requires running install.sh to perform th...
by JDunphy
Thu Oct 17, 2024 2:43 pm
Forum: Administrators
Topic: Repeated start stop messages and disk % messages
Replies: 4
Views: 860

Re: Repeated start stop messages and disk % messages

A few things and a little background. swatchdog has to restart after log rotation which is handled by a specific entry for /var/log/zimbra.log in /etc/logrotate.d/zimbra. logrotate is kicked off by cron which you can see in /etc/cron.daily Because they didn't specify a retry time, they are using a s...
by JDunphy
Wed Oct 16, 2024 1:53 pm
Forum: Administrators
Topic: Repeated start stop messages and disk % messages
Replies: 4
Views: 860

Re: Repeated start stop messages and disk % messages

I would love to know what script is sending these messages. Is it something in cron? Any clues? % cat /opt/zimbra/conf/swatchrc A perl program called swatchdog uses this config file and is fed by watching /var/log/zimbra.log ... Think of swatchdog like a tail -f but with some extra syntax to make d...
by JDunphy
Tue Oct 15, 2024 8:44 pm
Forum: Installation and Upgrade
Topic: Zimbra OSS - what are you using to install/upgrade?
Replies: 14
Views: 4234

Re: Zimbra OSS - what are you using to install/upgrade?

- Self-build. I run Ubuntu 22.04 LTS across most of my servers so was forced to build some 'legacy' 20.04 VMs to run Zimbra as it took them so long to support 22.04 (in fact after 24.04 LTS was released!). So I don't have build/development resources to hand to build Zimbra. I guess now 22.04 builds...
by JDunphy
Thu Oct 10, 2024 2:27 pm
Forum: Installation and Upgrade
Topic: Zimbra OSS - what are you using to install/upgrade?
Replies: 14
Views: 4234

Re: Zimbra OSS - what are you using to install/upgrade?

I used to feel exactly like what you have articulated about the build process when 9.0 FOSS binaries were no longer provided. It appeared complicated and coupled with bad documentation that made building a source release feel more like trial and error than reproducible at times. That changed when Ad...
by JDunphy
Wed Oct 09, 2024 4:51 pm
Forum: Installation and Upgrade
Topic: Zimbra 10.1.2 Released - Please Post Patch/Upgrade Results Here
Replies: 29
Views: 9145

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

https://<zimbra-hostname>/service/extension/graphql If the patch is successfully applied, you should receive the following error message: HTTP ERROR 500 javax.servlet.ServletException: HTTP GET requests are disabled on GraphQL endpoint. To re-enable, contact Zimbra Support. Can we do something like...
by JDunphy
Mon Sep 23, 2024 10:57 pm
Forum: Installation and Upgrade
Topic: Maldua's Zimbra 10 FOSS Build system
Replies: 43
Views: 13408

Re: Maldua's Zimbra 10 FOSS Build system

HI Adrian, I did end up redoing the tag building using the remote method vs local cloning with git tags. About 11-13 seconds vs 1:18-1:20 which is fast enough that I am now doing it dynamically inside build_zimbra.sh instead of calling an external tag helper and using cached files containing prebui...