Search found 1112 matches

by liverpoolfcfan
Thu Jan 11, 2024 9:23 am
Forum: Administrators
Topic: modify account: uppercase email address
Replies: 2
Views: 61453

Re: modify account: uppercase email address

I am trying to set a user email address to uppercase for better readability. Example: What is the use case? If you want emails from that account to get sent out with the elail address looking like MAILBOX@server.com you can just set the email address in the format you would like in WebClient->Prefe...
by liverpoolfcfan
Mon Jan 08, 2024 11:17 am
Forum: Installation and Upgrade
Topic: Missing migrate20210506-BriefcaseApi.pl
Replies: 7
Views: 113154

Re: Missing migrate20210506-BriefcaseApi.pl

Here's the (missing) files list: Most of them can get found here: https://github.com/Zimbra/zm-db-conf/tree/develop/src/db/migration The list quoted does not include the file the OP had issues with so, it looks to be incomplete. The OP's missing script is available at the GitHub link you provided, ...
by liverpoolfcfan
Mon Jan 08, 2024 11:06 am
Forum: Administrators
Topic: Possible Bug - AD Auth with local fallback - Cannot create new local account using admin console
Replies: 0
Views: 112540

Possible Bug - AD Auth with local fallback - Cannot create new local account using admin console

zmcontrol version Release 8.8.15_GA_3829.RHEL7_64_20190718141144 RHEL7_64 FOSS edition, Patch 8.8.15_P45. We have configured external auth using Active Directory with fallback to local password management Following a recent patch update (maybe 44/45) we can no longer create new local (non-AD) accou...
by liverpoolfcfan
Wed Jan 03, 2024 5:06 pm
Forum: Developers
Topic: Is it possible to supply 2FA Application Password through SOAP?
Replies: 4
Views: 25309

Re: Is it possible to supply 2FA Application Password through SOAP?

Is there a reason the Application Password is not working for clients that are unable to supply a TOTP? Is it a bug?
by liverpoolfcfan
Wed Jan 03, 2024 5:04 pm
Forum: Developers
Topic: Zimbra REST API - Import Message as Draft
Replies: 14
Views: 61373

Re: Zimbra REST API - Import Message as Draft

Check out BatchRequest - you may be able to batch up some of the requests together to reduce the number of calls.
by liverpoolfcfan
Wed Dec 20, 2023 12:41 pm
Forum: Installation and Upgrade
Topic: Zimbra Instalation - Community
Replies: 2
Views: 8082

Re: Zimbra Instalation - Community

irv wrote: Tue Dec 19, 2023 11:00 pm Does anyone have any links, repository with old instalation files, upgrades that can share?
You could try the Wayback Machine - some captures contain tgz files, others don't. https://web.archive.org/web/20141129030 ... pen-source
by liverpoolfcfan
Thu Dec 07, 2023 11:24 am
Forum: Installation and Upgrade
Topic: Zimbra 10 FOSS Installation Guide
Replies: 124
Views: 2584440

Re: Zimbra 10 FOSS Installation Guide

That happend because the installer creates a temporary table in mysql for one schema update (111->112), then immediately tries to create another temporary table using the same name for the next schema update (112->113) - but the server hasn't had enough time to delete the temporary table in between....
by liverpoolfcfan
Tue Dec 05, 2023 2:09 pm
Forum: Developers
Topic: Build Release 10.0.2.GA.0001 myself - some questions about upgrading and security
Replies: 12
Views: 22891

Re: Build Release 10.0.2.GA.0001 myself - some questions about upgrading and security

For example - this query returns a set of tags - but it is a limited set of tags. I am unsure if that is because the other tags relate to NETWORK edition patches that are not relevant to FOSS? Or, the query is not right for the repository structure in place. wget -O - -o /dev/null https://api.github...
by liverpoolfcfan
Tue Dec 05, 2023 10:01 am
Forum: Developers
Topic: Build Release 10.0.2.GA.0001 myself - some questions about upgrading and security
Replies: 12
Views: 22891

Re: Build Release 10.0.2.GA.0001 myself - some questions about upgrading and security

dsek1s2 wrote: Mon Dec 04, 2023 8:44 pm Here is some code generating a v9/v10 build script (quick and dirty):

v9:

Unfortunately, I believe your script will miss out on the "exception" patches - for example p24.1 and p6.1

It really needs some kind of query against the github to return all Release tags, and loop through that.
by liverpoolfcfan
Fri Dec 01, 2023 1:05 pm
Forum: Administrators
Topic: Stopping zimlet webapp... takes 10-15 minutes
Replies: 25
Views: 39331

Re: Stopping zimlet webapp... takes 10-15 minutes

For those interested in determining how long mysql is taking to flush all dirty pages check /opt/zimbra/log/mysql_error.log during shutdown. For example it took 4 seconds here. That's the time mysql actually took to flush and stop. But zimbra doesn't ask mysql to stop until it is finished it's wait...